pywinauto is a set of python modules to automate the Microsoft Windows GUI. At it’s simplest it allows you to send mouse and keyboard actions to windows dialogs and controls.
Is there a linux-equivalent of this python module?
thanks!
|
pywinauto is a set of python modules to automate the Microsoft Windows GUI. At it’s simplest it allows you to send mouse and keyboard actions to windows dialogs and controls. Is there a linux-equivalent of this python module? thanks! |
||||
|
|
|
The linux desktop testing project (ldtp) should offer what you need. With the python-ldtp The following python script would click the “New” button in an (already existing) gedit window and enter the string “foo”:
|
|||
|
|