Python: Difference between revisions
Appearance
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) |
||
Line 13: | Line 13: | ||
== Browser manipulation == | == Browser manipulation == | ||
* https://www.selenium.dev/documentation/en/webdriver/ | * https://www.selenium.dev/documentation/en/webdriver/ | ||
** https://www.selenium.dev/documentation/en/webdriver/browser_manipulation/ | |||
* to get selenium 4 | * to get selenium 4 | ||
**https://pypi.org/project/selenium/4.0.0a6.post2/#history | **https://pypi.org/project/selenium/4.0.0a6.post2/#history |
Revision as of 21:25, 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')