autonomous:自主性

时间:2024-06-15 20:56:22
【文件属性】:

文件名称:autonomous:自主性

文件大小:19KB

文件格式:ZIP

更新时间:2024-06-15 20:56:22

nodejs javascript autonomous puppeteer puppeteer-core

自主性 一个基于puppeteer核心的流程自动化库。 安装 请按照以下步骤操作: $ yarn add @pedrobr/autonomous 或者 $ npm install --save @pedrobr/autonomous 使用 确保您已打开谷歌浏览器 let autonomous = require ( './index' ) ; autonomous . task ( 'task1' ) . newPage ( ) . goto ( 'http://www.google.com' ) . type ( "input[name='q']" , "Why do I have to use Puppeteer ?" ) . waitForSelector ( "input[name=btnK]" ) . click ( "inp


【文件预览】:
autonomous-master
----helpers.js(787B)
----yarn.lock(13KB)
----example.js(724B)
----chainify.js(443B)
----LICENSE(7KB)
----README.md(1KB)
----.gitignore(2KB)
----index.js(7KB)
----package-lock.json(15KB)
----package.json(549B)

网友评论