Python: Difference between revisions

From Squirrel's Lair
No edit summary
Line 5: Line 5:
==User Interface Automation==
==User Interface Automation==
* https://pyautogui.readthedocs.io/en/latest/quickstart.html
* https://pyautogui.readthedocs.io/en/latest/quickstart.html
* https://automatetheboringstuff.com/chapter18/
find a screen shot:
pyautogui.locateOnScreen('findonscreen.png')

Revision as of 18:52, 2020 July 3

Setting up in windows


User Interface Automation

find a screen shot: pyautogui.locateOnScreen('findonscreen.png')