2 min read
How to hide chat widgets when taking a screenshot with Puppeteer
When you want to take chat widgets, there are annoying chat widgets that you would love to hide. It is easy to do.
Guides, Product Updates, and Helpful Resources from ScreenshotOne.
To take full-page screenshots with Puppeteer or Playwright, you only need to set the fullPage
parameter to `true` when taking a screenshot. But there are so many caveats that you may assume by default that the full-page screenshot feature does not work in Puppeteer.