PUPPETEER
API
Guides
Examples
GitHub
BROWSER ONLINE
// HEADLESS FLIGHT CONTROL
Fly the browser
by code.
JavaScript API for Chrome and Firefox.
npm i puppeteer ▸
Read the API
SESSION TELEMETRY
TGT//CHROME · LIVE
01
launch( headless )
OK
02
page.goto( url )
200
03
page.click( "#go" )
OK
04
page.screenshot()
PNG
1
DEVTOOLS PROTOCOL
2
ENGINES · CHROME/FF
0
UI REQUIRED
Readout is illustrative.
Headless
or full browser
CDP
devtools protocol
Automate
nav · click · type · capture
Test
render & scrape