Chrombie:使用Puppeteer API的无头Chrome僵尸

时间:2024-05-22 17:34:54
【文件属性】:

文件名称:Chrombie:使用Puppeteer API的无头Chrome僵尸

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-22 17:34:54

关于 这是一个基于Debian的Docker容器,其中包含Chrome(NOT Chromium)和Node.js,用于运行Puppeteer脚本/测试。 为什么会存在? 有几个项目在无头浏览器中打开URL,但是该项目旨在提供一些额外的功能,同时保持其简单性。 它使用Chrome,而不使用Chromium-在Chromium无头模式下无法使用某些更复杂的功能,例如WebRTC。 这结合了Puppeteer,因此您不仅可以打开URL,还可以传递脚本并编写测试。 安装指南 创建您的人偶脚本(例如webtest.js ),请参见以下示例(API为@ ) (async() => { const browser = await puppeteer.launch({ args: [ '--no-sandbox', '--


【文件预览】:
Chrombie-master
----.gitignore(25B)
----Dockerfile(3KB)
----package.json(308B)
----.dockerignore(21B)
----screenshots()
--------INFO.md(86B)
----readme.md(3KB)

网友评论