-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
Suggestion: There's a popular headless browser project Browserless, it is very simple to use, maintaining independent puppeteer docker image maybe painful sometime, browserless is a good choice : )
Puppeteer allows you to specify a remote location for chrome via the browserWSEndpoint option. Setting this for browserless is a single line of code change.
Before
const browser = await puppeteer.launch();After
const browser = await puppeteer.connect({ browserWSEndpoint: 'ws://localhost:3000' });influousColin-XKL
Metadata
Metadata
Assignees
Labels
No labels