Imageedit Index / Imageedit / Imagegrab
Auto-generated documentation for imageedit.imagegrab module.
Show source in imagegrab.py:15
Take a screenshot of a webpage
url
str - The url of the webpage in questionresolution
(int,int)), optional - Set the page resolutionevalJs
string - Javascript to run on the page
PIL.Image.Image
- A PIL Image
def grabWebpage(url: str, resolution: tuple[int, int] = (800, 600), evalJs=None): ...