Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wentallout/selenium
https://github.com/wentallout/selenium
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wentallout/selenium
- Owner: wentallout
- License: mit
- Created: 2024-04-13T15:29:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:04:05.000Z (7 months ago)
- Last Synced: 2024-04-14T05:40:17.044Z (7 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# selenium
## Installation
```
pip install selenium
``````
pip install --upgrade selenium
```## Installing Drivers
A driver is required to interact with the specified browser. Each browser has a particular Selenium WebDriver associated with it, so you need to install any one of the drivers provided
Mozilla Firefox
https://github.com/mozilla/geckodriver/releases
Google Chrome
https://sites.google.com/a/chromium.org/chromedriver/downloads
Microsoft Edge
https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Apple Safari
https://webkit.org/blog/6900/webdriver-support-in-safari-10/