A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.5k
stars
1.27k
forks
source link
Is this possible to use locateOnScreen against captured image file instead of screen image? #855
Closed
tontoroRR closed 6 months ago
What I am thinking is
This is because I would like to use automated testing (with pytest) running on background without opening application windows.
Best regards,