LDTP
3.5.0
|
To operate on an window in which accessibility is not enabled we use external application python wnck
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
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.