8 min read
A complete guide on how to take full page screenshots with Puppeteer, Playwright or Selenium
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.