Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 485 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 485 Bytes

WebRun DevTools Puppeteer

Implementation of the Puppeteer API adapter working with the WebRun DevTools Chrome Extension.

This library allows you to pilot your browser using the Puppeteer API.

Internally it connects to the chrome.debugger API using the WebRun DevTools extension.

This implementation is based on the Puppeteer v13. The latest versions of Puppeteer use CDP commands not available via the chrome.debugger API.