LDTP  3.5.0
 All Pages
WNCK-WindowOp functions

About Wnck based Window operation functions

To operate on an window in which accessibility is not enabled we use external application python wnck

WNCK Window Op API's

activatewindow - Activate the window with the given title

maximizewindow - Maximize the given window name or all open windows

minimizewindow - Minimize the given window name or all open windows

unmaximizewindow - Unmaximize the given window name or all open windows

unminimizewindow - Unminimize the given window name or all open windows

Assumptions

WNCK functions assumes that the window to be operated is in focus. It directly generates the X key board events. It does not know whether the object exist or the operation is successfully done.



Linux Desktop Testing Project