ponty / pyscreenshot

Python screenshot library, replacement for the Pillow ImageGrab module on Linux.
BSD 2-Clause "Simplified" License
502 stars 88 forks source link

It can not take full screenshot of Iframe #71

Closed QA-Rahul closed 3 years ago

QA-Rahul commented 4 years ago

It seems it does not take a full screenshot of the iframe. It only takes a screenshot of a portion which is visible without scroll.

I tried with following page which has all controls in iframe but could not take full screenshot. Page url : https://grapesjs.com/demo.html

ponty commented 4 years ago

"It only takes a screenshot of a portion which is visible without scroll." This is correct, because this is a screenshot lib.

QA-Rahul commented 4 years ago

@ponty - I see. and other libraries you can suggest which can take full screenshot?

ponty commented 4 years ago

I don't know, search for browser screenshot libraries.