https://github.com/skyv26/puppeteer-tutorial
Puppeteer is a Node.js library which provides a high-level API to control Chrome/Chromium over the DevTools Protocol. Puppeteer runs in headless mode by default, but can be configured to run in full (non-headless) Chrome/Chromium.
https://github.com/skyv26/puppeteer-tutorial
Last synced: about 2 months ago
JSON representation
Puppeteer is a Node.js library which provides a high-level API to control Chrome/Chromium over the DevTools Protocol. Puppeteer runs in headless mode by default, but can be configured to run in full (non-headless) Chrome/Chromium.
- Host: GitHub
- URL: https://github.com/skyv26/puppeteer-tutorial
- Owner: skyv26
- License: mit
- Created: 2022-08-19T17:40:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T19:08:27.000Z (over 2 years ago)
- Last Synced: 2025-01-19T05:38:20.907Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppeteer-tutorial
Web Automation Tutorial