
A complete guide on how to take full page screenshots with Puppeteer, Playwright or Selenium
You can take a full page screenshot with Pupeeter by specifying the `fullPage` parameter as true when taking a screenshot. But there is a caveat. If a site has lazy-loaded images, they won't be rendered. Let's examine how to fix the issue and trigger lazy image loading with Puppeteer.
- Written by
- Dmytro Krasun
- Updated on
- •
- 7 min read