javascript - Puppeteer 仅用于 chrome 浏览器吗?

Puppeteer 只能与 chrome 浏览器一起使用吗?其他人呢?

最佳答案

Puppeteer 是一个浏览器测试自动化 Node.js 库,它提供了一个高级 API 来通过 DevTools 协议(protocol)控制 headless Chrome 或 Chromium。

Since Puppeteer 3.0, however, supports Firefox, a move that is poised to increase its usage for cross-browser testing purposes .

Microsoft Edge is built upon Chromium so it's supported too .

https://stackoverflow.com/questions/69041040/

相关文章:

javascript - $(this) 在我的 jQuery 点击函数中不起作用

python - UUID 对于 Centos 操作系统上的不同进程保持不变,但在 Windows

python - Colab 中没有名为 'statsmodels.tsa.arima' 的模块,但

r - 如果字符串包含 x 在 R 中做 y

python - 属性错误 : module 'numpy.core' has no attribu

rust - 为什么可以在 String 上调用 Colorize trait 方法,而 Strin

reactjs - 如何防止我内存的 React 组件在 React DevTools 中显示为 "

regex - 下一个单词的 GREP 跟随包含变量的字符串

node.js - 如何在 nodejs 中使用 getRandomValues()?

python - 如何将第一列的值分成另外两列