@xvrh while upgrading dependencies in a few repos we maintain we noticed an issue where the page would rerender when taking a screenshot which resulted in some unexpected differences. We can work around the issue by setting captureBeyondViewport to false.
Looking at the the TS version of puppeteer it appears this parameter is already exposed to the user. Making the same change here and would appreciate releasing as 2.9.3. I will also make a follow-up change off of master.
@xvrh while upgrading dependencies in a few repos we maintain we noticed an issue where the page would rerender when taking a screenshot which resulted in some unexpected differences. We can work around the issue by setting
captureBeyondViewport
to false.Looking at the the TS version of puppeteer it appears this parameter is already exposed to the user. Making the same change here and would appreciate releasing as
2.9.3
. I will also make a follow-up change off of master.