Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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
```