📄️ Configuration
All defaults in Puppeteer can be customized in two ways:
📄️ Query Selectors
Queries are the primary mechanism for interacting with the DOM on your site. For example, a typical workflow goes like:
📄️ Evaluate JavaScript
Puppeteer allows evaluating JavaScript functions in the context of the page
📄️ Docker
Puppeteer offers a Docker image that includes Chromium along with the required
📄️ Request Interception
Once request interception is enabled, every request will stall unless it's
📄️ Chrome Extensions
Puppeteer can be used for testing Chrome Extensions.
📄️ Debugging
Debugging with Puppeteer can be an arduous task. There is no single method for