Python: Difference between revisions

From Squirrel's Lair
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 20:53, 2020 July 4

Setting up in windows


User Interface Automation

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


Browser manipulation

https://www.selenium.dev/documentation/en/webdriver/