I currently scrape a website and take a screenshot when a certain case happens. I want to consume less bandwidth so im trying to do it via Requests. I cant figure out how will i take screenshots but i thought of a workaround which: Once the certain case happens - it will open chrome as usual - take screenshot - close chrome.
Any smarter way im not thinking about? Thanks!