https://github.com/stereobooster/puppeteer-toolbox
standard library for the puppeteer
https://github.com/stereobooster/puppeteer-toolbox
automation developer-tools headless-chrome node-module testing web
Last synced: 5 months ago
JSON representation
standard library for the puppeteer
- Host: GitHub
- URL: https://github.com/stereobooster/puppeteer-toolbox
- Owner: stereobooster
- License: mit
- Created: 2018-12-09T20:16:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T20:17:24.000Z (over 7 years ago)
- Last Synced: 2025-04-05T17:45:54.818Z (about 1 year ago)
- Topics: automation, developer-tools, headless-chrome, node-module, testing, web
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppeteer-toolbox
(An idea for the project)
There are over [1000 projects](https://www.npmjs.com/browse/depended/puppeteer) depending on puppeteer. They need to do some similar tasks, for example:
- [print human-readable version of JSHandle](https://github.com/GoogleChrome/puppeteer/issues/2083#issuecomment-380287424)
- [imporve stack trace with sourcemaps](https://github.com/GoogleChrome/puppeteer/issues/985)
- implement crawler
- [extract critical CSS](https://github.com/peterbe/minimalcss)
So idea is to create standard library for the [puppeteer](https://github.com/GoogleChrome/puppeteer).
See also [awesome-puppeteer](https://github.com/transitive-bullshit/awesome-puppeteer).