Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

139
Views
How do I take a screenshot of my own deployed website and store it using a button on that website?

I have tried Puppeteer locally and it worked for other websites but mine has a few Iframes and it doesn't capture them.

const { chromium } = require("playwright");
(async () => {
  let browser = await chromium.launch();
 
  let page = await browser.newPage();
  await page.setViewportSize({ width: 1280, height: 1080 });
  await page.goto("https://raddy.dev/blog/build-news-website-with-node-js-express-ejs-wp-rest-api/");
  await page.screenshot({ path: `nyt-playwright-chromium.png` });
  await browser.close();
})();

How can I capture the Iframes in the screenshot as well? It would be great if I could just press a button on my website and get a full screenshot without any missing parts.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!