Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horejsek/python-webdriverwrapper
Better interface for WebDriver (Selenium 2).
https://github.com/horejsek/python-webdriverwrapper
Last synced: 30 days ago
JSON representation
Better interface for WebDriver (Selenium 2).
- Host: GitHub
- URL: https://github.com/horejsek/python-webdriverwrapper
- Owner: horejsek
- License: mit
- Created: 2013-01-28T20:13:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T17:25:02.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T00:44:01.292Z (2 months ago)
- Language: Python
- Homepage: http://horejsek.github.io/python-webdriverwrapper/
- Size: 725 KB
- Stars: 58
- Watchers: 6
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Better interface for WebDriver in Python
## Install
`pip install webdriverwrapper`
Support for Python 3.4 and higher.
## How to install chromedriver
Just install Chrome/ium and put [chromedriver](http://chromedriver.storage.googleapis.com/index.html) into `/bin`.
Visit https://chromedriver.chromium.org/downloads
## Documentation
Documentation of wrapper: http://horejsek.github.io/python-webdriverwrapper/
Documentation of Selenium: http://selenium-python.readthedocs.io/api.html