๐ Edit page
โ Add page
Puppeteer
Key links
- ๐ Homepage: https://pptr.dev/
- ๐ Docs: https://developers.google.com/web/tools/puppeteer
Uncategorized Links
Tutorials
-
Using Jest with Puppeteer
- From the docs
Blog posts
- Made by Google.
- For high-level browser control.
- Easy to use for automated UI tests, form submissions and keyboard inputs.
Puppeteer is useful for automated browser testing. In combination with Jest, WebDriverIO, CodeceptJS or PyTest.
- Tools for developers in Googleโs docs.
Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome or Chromium