Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noiron/puppeteer-demos
https://github.com/noiron/puppeteer-demos
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/noiron/puppeteer-demos
- Owner: noiron
- Created: 2019-08-14T08:19:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T03:52:59.000Z (over 1 year ago)
- Last Synced: 2024-04-18T06:26:42.592Z (7 months ago)
- Language: JavaScript
- Size: 7.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Puppeteer Demos
## 项目说明
本项目中存放了一些使用 Puppeteer 的 demo。
## 项目结构
每一个以数字命名的文件夹均为一个独立的 demo。可运行 `node 01/index.js` 查看,或运行 `npm run 01` 命令。
## Demo 列表
1. 打开指定网页并截图
2. 打开指定的网址,并保存为 PDF 文件
3. 模拟某种设备来打开网页
4. 打开谷歌网站进行搜索
5. 滑块类型的验证码的验证,以淘宝注册页面的第一步为例
6. TODO: 抓取豆瓣TOP250的电影列表
7. 模拟文件上传,以 ChatPDF 为例- 模拟网站登录