
There are 448 other projects in the npm registry using puppeteer-extra. Start using puppeteer-extra in your project by running npm i puppeteer-extra. Latest version: 3.3.6, last published: 2 months ago. Set the basic auth credentials for the public tunnel page.Īlternatively the credentials can be defined when instantiating the plugin. Teach puppeteer new tricks through plugins. => // 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: Generally the home directory is well-defined (even on Windows), but occasionally the home directory may not be available. Quickstart const puppeteer = require('puppeteer-extra')Ĭonst devtools = require('puppeteer-extra-plugin-devtools')() Starting from v19.0.0, Puppeteer will download browsers into /.cache/puppeteer using os.homedir for better caching between Puppeteer upgrades. 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

Installation yarn add puppeteer-extra-plugin-devtools
