Python Forum

Full Version: pywinauto, anyone use it?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My company uses Ivanti Security Controls to patch our machines. Right now there is no way to start and stop a patch task instantly from the console/server itself. The client machines have an agent that runs in the system tray where the user could open it and start/stop a patch task clicking a button at any time but of course we don't want users doing this.

Trying to figure out a way I could do this with python. I thought I could possibly use pywinauto in this instance? The agent would need to be opened from system tray, Patch button clicked and another button would need to be clicked to either start or stop the patch scan task. It would need to be done silently in the background without the agent window showing. Is this possible with pywinauto or is there another packages I could possibly use for this problem?
A list here.
UI Automation tools ratings
I have tested pywinauto some years ago did work ok in the quick test i did.
How other tool work have to test the top of list have most user,
pyautogui have we question about here some time.