Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wentallout/selenium


https://github.com/wentallout/selenium

Last synced: 6 days ago
JSON representation

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/