Python: Difference between revisions
Appearance
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
find a screen shot: | find a screen shot: | ||
pyautogui.locateOnScreen('findonscreen.png') | pyautogui.locateOnScreen('findonscreen.png') | ||
== Browser manipulation == | |||
https://www.selenium.dev/documentation/en/webdriver/ |
Revision as of 19:53, 2020 July 4
Setting up in windows
User Interface Automation
- https://pyautogui.readthedocs.io/en/latest/quickstart.html
- https://automatetheboringstuff.com/chapter18/
find a screen shot: pyautogui.locateOnScreen('findonscreen.png')