https://github.com/yizhezhang-ervin/knowledge_selenium
Selenium
https://github.com/yizhezhang-ervin/knowledge_selenium
python selenium
Last synced: 3 months ago
JSON representation
Selenium
- Host: GitHub
- URL: https://github.com/yizhezhang-ervin/knowledge_selenium
- Owner: YizheZhang-Ervin
- Created: 2020-03-30T16:57:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T18:13:14.000Z (about 5 years ago)
- Last Synced: 2025-01-06T04:40:54.052Z (5 months ago)
- Topics: python, selenium
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EZSelenium
Selenium## install
pip install selenium
download driver, save to C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe and set environment path## Files
webdriver.py
start/end browser
ways to find elements
wait methods
actionchains.py
simulate user actions
subwindows.py
multiple windows, dialog window and alert
output_xlsx.py
save info into xlsx