TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Puppeteer switches to Chrome for Testing instead of Chromium

1 点作者 defenestration大约 2 年前

1 comment

defenestration大约 2 年前
In the latest release (v20.0.0) Puppeteer switches from Chromium binaries to Chrome for Testing binaries by default. Since the binary is different the change is marked as breaking.<p>Background document from Google about the new Chrome For Testing brand: <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1XJvxyqAQjhPfJ0rX84PjfXXb5sBx3m8DXzMxR0ipQNs&#x2F;edit" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1XJvxyqAQjhPfJ0rX84PjfXXb...</a><p>I don&#x27;t know exactly what the impact is for the future of Puppeteer and Chromium. Maybe someone can share their thoughts on this.