-
install Python modules
pip install -r requirements.txt
-
download Chrome and ChromeDriver from Google Chrome Labs
-
copy
config.py.example
and rename toconfig.py
-
define Chrome and ChromeDriver path in
config.py
thewro11/web-crawling-selenium-demo
A simple program that shows how to crawl website using Selenium
Python