Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Example how to automate browser for testing / scraping.
- Host: GitHub
- URL: https://github.com/amoghmadan/python-selenium-example
- Owner: amoghmadan
- License: mit
- Created: 2020-10-05T03:17:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T11:59:22.000Z (over 4 years ago)
- Last Synced: 2024-11-17T19:35:46.789Z (3 months ago)
- Topics: python, scraping, selenium
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```