puppeteer go:简单实用程序可帮助快速编写人偶程序脚本 源码
木偶戏 只是一个简单的API即可编写人偶脚本,它所要做的就是加载URL,然后让您在页面加载后对页面运行一个函数。 就这些。 用法 安装 npm i puppeteer-go 包括 const {go} = require('puppeteer-go'); 采用 /* page - the Page instance returned from puppeteer browser - the Browser instance returned from puppeteer */ const callback = ( page , browser ) { ... } ; go ( url , callback ) 为什么会存在? 我喜欢构建一些小脚本来使用puppeteer自动执行Web操作,但是我一直忘了该节以开始会话,浏览器浏览页面...这让我的手指不胜其烦。 例子 页面上的屏
文件列表
puppeteer-go-master.zip
(预估有个7文件)
puppeteer-go-master
index.js
358B
package.json
444B
package-lock.json
15KB
examples
title.js
221B
screenshot-elements.js
353B
.gitignore
196B
README.md
1KB
暂无评论