puppeteer-utilz
v4.0.8
Published
Utility functions for puppeteer
Downloads
199
Readme
puppeteer-utilz
is a package with utility functions for puppeteer that provides a low and high abstraction tooling to standardize the way we build projects using puppeteer, making our code more stable, clean, and efficient. From developers for developers @ibis
If you have any use cases which you think can be modular enough, please check contributing.md PRs & issues are welcome!
Getting started 🔧
puppeteer-utilz
is hosted on npm, so you can install it with:
npm install puppeteer-utilz --save
And for the yarn fans:
yarn add puppeteer-utilz --save