Chrome webdriver的重新开发
我听说 Chrome 的 webdriver 正在作为 Chromium 项目的一部分重新开发(因为 selenium 项目的原始 Chrome webdriver 无法使用)。有谁知道开发完成了吗?如果是这样,我在哪里可以找到这些罐子?已经推送到mavencentral了吗?
I hear that webdriver for Chrome is being re-developed as part of the Chromium project (since the original Chrome webdriver of the selenium project is unusable). Does anyone know if development is complete? If so, where can I find the jars? Has it been pushed to maven central yet?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
新的 Chrome 驱动程序已签入 Chromium 项目树,二进制文件可在 Selenium 上获取项目网站。 Chrome 驱动程序的单独语言绑定仍将包含在 Selenium 下载中。有关运行新 Chrome 驱动程序所需的信息,请访问项目 wiki。请注意,需要 Chrome 12.0.712.0 或更高版本才能使用新的 Chrome 驱动程序。
截至撰写本文时,.jar 尚未在任何 Maven 存储库中可用。您可以预期,当编译源的下一个公开版本可用时,这种情况会发生变化。在此期间,您可以自行从最新来源进行构建。
The new Chrome driver has been checked into the Chromium project tree, and the binaries made available on the Selenium project site. The individual language bindings for the Chrome driver will still be included in the Selenium downloads. Information about what is required to run the new Chrome driver can be found in the project wiki. Note that Chrome 12.0.712.0 or higher is required to work with the new Chrome driver.
The .jars, as of this writing, are not available yet in any Maven repository. You can expect that to change when the next public release of the compiled sources is available. In the interim, you can build from the latest sources yourself.