Top "Puppeteer" questions

Puppeteer is a Node.

Upload a file with puppeteer in Jest

I am using Jest and have puppeteer set up as in this repository, which is linked to from the Jest …

chromium jestjs puppeteer google-chrome-headless
Detect and test Chrome Extension using Puppeteer

Is there a way to test a Chrome extension using Puppeteer? For example can an extension detect that Chrome was …

google-chrome-extension automated-tests puppeteer
Why setCookie() from Puppeteer seems not to work as expected?

The goal I'm trying to achieve is to store the cookies from a website and then to use them in …

cookies google-chrome-devtools setcookie puppeteer google-chrome-headless
How to improve puppeteer startup performance during tests

I've written a small crawler with the help of Puppeteer. Now I'm facing the challenge that my tests are rather …

node.js puppeteer istanbul nyc