puppeteer-extra-plugin-portal

A puppeteer-extra plugin to remotely view and interact with puppeteer sessions. Essentially opening a "portal" to the page.

Downloads
1.8K
Stars
49
Committers
1

Bot releases are hidden (Show)

puppeteer-extra-plugin-portal - v3.2.1 (again) Latest Release

Published by claabs over 1 year ago

Fix release pipeline

puppeteer-extra-plugin-portal - v3.2.1

Published by claabs over 1 year ago

  • fix missing reload image
  • fix Node 18 90 second websocket timeout
puppeteer-extra-plugin-portal - v3.2.0

Published by claabs over 1 year ago

  • remove puppeteer in web worker (deprecated)
  • replace with whitelisted command list over websocket
    • improves security
    • improves compatibility with puppeteer versions
  • supports being used as an express middleware with your own server (#1)
    • you should probably use this going forward. it's less janky
  • dependency updates
  • use onTargetCreated to fix #3
puppeteer-extra-plugin-portal - v3.1.0

Published by claabs over 2 years ago

  • Add a basic devtools-esque navigation bar with a refresh button
puppeteer-extra-plugin-portal - v3.0.1

Published by claabs almost 3 years ago

  • Fix an error where a second portal could not be opened after the first is closed on the same plugin instance.
puppeteer-extra-plugin-portal - v3.0.0

Published by claabs about 3 years ago

  • Support path-based reverse proxy configurations
puppeteer-extra-plugin-portal - v3.0.0-rc.5

Published by claabs about 3 years ago

  • Move websocket into same port as web server
  • Proper support for multiple browsers
  • Improved debug logging
  • Fixed portal closing event handling
puppeteer-extra-plugin-portal - v3.0.0-rc.4

Published by claabs about 3 years ago

Fix a default. Add debug logs for another bug.

puppeteer-extra-plugin-portal - v3.0.0-rc.3

Published by claabs about 3 years ago

Fix types overrides

puppeteer-extra-plugin-portal - v3.0.0-rc.2

Published by claabs about 3 years ago

Switch postinstall to prepare.

puppeteer-extra-plugin-portal - v3.0.0-rc.1

Published by claabs about 3 years ago

First release, mostly to test package publish and work out consumption issues.

Package Rankings
Top 4.61% on Npmjs.org
Badges
Extracted from project README
npm npm npm
Related Projects