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

https://github.com/amoghmadan/python-selenium-example

Example how to automate browser for testing / scraping.
https://github.com/amoghmadan/python-selenium-example

python scraping selenium

Last synced: 3 months ago
JSON representation

Example how to automate browser for testing / scraping.

Awesome Lists containing this project

README

        

# Python-Selenium-Example
Example how to automate browser for testing / scraping.

In this example we are getting all the possible Quotes and Authors for those quotes.

# Setup
```
pip install -r requirements.txt
```

# Run
```
python src/main.py
```