Unofficial Python port of puppeteer JavaScript (headless) chrome/chromium browser automation library.
Unofficial Python port of puppeteer JavaScript (headless) chrome/chromium browser automation library.
Pyppeteer is mostly used for:
- Generate screenshots and PDFs of pages.
- Crawl an SPA and generate pre-rendered content (i.e. "SSR").
- Scrape content from websites.
- Automate form submission, UI testing, keyboard input, etc.
- Create an up-to-date, automated testing environment. Run your tests directly in the latest version of Chrome using the latest JavaScript and browser features.
- Capture a timeline trace of your site to help diagnose performance issues.
Resources:
Differences from puppeteer