sindresorhus / capture-website

Capture screenshots of websites
MIT License
1.93k stars 137 forks source link

Consider replacing Puppeteer with Playwright #111

Open seahindeniz opened 1 year ago

seahindeniz commented 1 year ago

Hi, there's a problem with Puppeteer, and it affects new devices/environment. We are forced to remove @histoire/plugin-screenshot from our application because it depends on capture-website.

Here's the issue (open since 2021) https://github.com/puppeteer/puppeteer/issues/7740

Maybe Playwright can be a better choice for taking screenshots. I can confirm that Playwright works on the same environments, where Puppeteer fails to work.

seahindeniz commented 1 year ago

@Akryum FYI

AlejandroAkbal commented 1 year ago

Would love to see this