

=> // Browser 0's devtools frontend can be found at: // Browser 1's devtools frontend can be found at: // Browser 2's devtools frontend can be found at: Quickstart const puppeteer = require('puppeteer-extra')Ĭonst devtools = require('puppeteer-extra-plugin-devtools')() Features some convenience functions for using the devtools frontend locally.Uses the already existing DevTools Protocol websocket connection from puppeteer.Works for both headless and headful puppeteer instances, as well as within docker containers.screencasting) accessible from the public internet Creates a secure tunnel to make the devtools frontend ( incl.Make puppeteer browser debugging possible from anywhere.

Installation yarn add puppeteer-extra-plugin-devtools
