https://github.com/statewalker/webrun-puppeteer
https://github.com/statewalker/webrun-puppeteer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/statewalker/webrun-puppeteer
- Owner: statewalker
- License: mit
- Created: 2023-12-07T15:17:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T15:37:45.000Z (over 2 years ago)
- Last Synced: 2025-01-16T02:21:40.313Z (over 1 year ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebRun DevTools Puppeteer
Implementation of the Puppeteer API adapter working with the [WebRun DevTools](https://github.com/statewalker/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.