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

128
Views
¿Cómo tomo una captura de pantalla de mi propio sitio web implementado y la almaceno usando un botón en ese sitio web?

Probé Puppeteer localmente y funcionó para otros sitios web, pero el mío tiene algunos Iframes y no los captura.

 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(); })();

¿Cómo puedo capturar los Iframes en la captura de pantalla también? Sería genial si pudiera presionar un botón en mi sitio web y obtener una captura de pantalla completa sin partes faltantes.

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!