Web Screenshot automatization in python (Selenium Webdriver)
- Python 3 and PIP
sudo apt-get install python3 && sudo apt-get install python3-pip
- Selenium
pip install selenium
orpython3 -m pip install selenium
- Chrome or Firefox webdriver
https://chromedriver.chromium.org/downloads
python3 webshot.py <site>