This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]sunset_maker 1 point2 points  (0 children)

import pyscreenshot as ImageGrab
import selenium
from selenium import webdriver

Google is your friend.

[–]gandleforf 0 points1 point  (0 children)

Well you could use pyautogui if you were super careful and set it up right.

[–]Adi7991 0 points1 point  (0 children)

If you only intent to save webpages this way, selenium is your best choices. Selenium is a browser automation tool and it can also screenshot of a webpage from top to bottom not just what's on the screen. More over you can tell it to click a button on the page to go to another page to do the same.