Answer the question
In order to leave comments, you need to log in
Is there a way to take screenshots of a given site every n seconds without opening it in a browser?
And the ability to monitor multiple sites in parallel would be a big plus.
Answer the question
In order to leave comments, you need to log in
selenium-python.readthedocs.org/installation.html
from selenium import webdriver
browser = webdriver.Firefox()
browser.get('http://example.com')
browser.save_screenshot('screenshot.png')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question