Skip to main content
4 votes

Multi processing or multi threading for pywinauto?

I need to do this in multiple instances of the application (across multiple servers). Note that multithreading (and Python's multiprocessing) is about what's being run on a single machine. It has ...
Arseni Mourzenko's user avatar
3 votes

Multi processing or multi threading for pywinauto?

I have no experience with pywinauto, but with comparable GUI robots (like AutoHotKey) on Windows, so what follows is based on the assumption pywinauto does not behave much differently. So, currently ...
Doc Brown's user avatar
  • 221k

Only top scored, non community-wiki answers of a minimum length are eligible