We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It would be great to be able to use a service like browserless, which uses connect(..) instead of launch(..) for Puppeteer.
const browser = await puppeteer.connect({ browserWSEndpoint: 'ws://localhost:3000' });