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

https://github.com/marchingon12/selenium

using selenium to learn stuff
https://github.com/marchingon12/selenium

Last synced: 2 months ago
JSON representation

using selenium to learn stuff

Awesome Lists containing this project

README

        

# selenium
using selenium to learn stuff

## Instructions
1. Download drivers
- Chrome driver: [chromedriver](https://chromedriver.chromium.org/downloads)
- Firefox driver: [geckodriver](https://github.com/mozilla/geckodriver/releases)

Once downloaded, unzip packages and transfer chromedriver/geckodriver(.exe) to this folder (/selenium).

2. Install selenium via pip:
```bash
pip3 install selenium
```

3. Test if everything works:
```bash
python3 main.py
```