My Python
application has windows is client and server as Linux
. My aim is to automate windows GUI
application with pywinauto
from Linux
server.
Can pywinauto
be made cross platform?
My Python
application has windows is client and server as Linux
. My aim is to automate windows GUI
application with pywinauto
from Linux
server.
Can pywinauto
be made cross platform?
It's not possible using pywinauto immediately. But you may copy pywinauto script to the target Windows machine and run it remotely using Jenkins, for example. Or any other CI server. Master node can be on Linux. So Windows node can run as a slave. But there are several requirements for the Windows slave (this check list is based on my recent experience).
On Linux you need to set up the VNC client and Jenkins. For other CI servers steps may be similar but with some differences.