selenium - 在哪里可以找到 Selenium WebDriver 的 64 位版本 chromedriver.exe?

标签 selenium selenium-webdriver selenium-chromedriver

谁能告诉我在哪里可以找到 64 位版本的 chromedriver.exe?我也用 32 位尝试过,但它没有调用 main 方法。

最佳答案

Chromedriver 没有单独的 64 位版本。该版本可在https://sites.google.com/a/chromium.org/chromedriver/downloads获取适用于 32 位和 64 位 Windows,适用于 32 位或 64 位 Chrome。

这已在 Chromedriver 问题跟踪器中得到证实: https://bugs.chromium.org/p/chromedriver/issues/detail?id=1797#c1

Yes, Chromedriver works on 64-bit Windows and against 64-bit Chrome successfully.

在宣布从版本 58 开始,如果满足某些条件,Chrome 将在 Windows 上默认为 64 位,我来到这里寻找它是否可以在 64 位 Chrome 上运行的答案:
https://chromereleases.googleblog.com/2017/05/stable-channel-update-for-desktop.html

In order to improve stability, performance, and security, users who are currently on 32-bit version of Chrome, and 64-bit Windows with 4GB or more of memory and auto-update enabled will be automatically migrated to 64-bit Chrome during this update. 32-bit Chrome will still be available via the Chrome download page.

关于selenium - 在哪里可以找到 Selenium WebDriver 的 64 位版本 chromedriver.exe?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23081507/

相关文章:

javascript - 在 div/非输入上发送键

selenium - .NET Core Selenium WebDriver 未找到

java - 如何在 TestNG 框架中将值从一个类传递到另一个类

java - 如何关闭父窗口并继续在子窗口上执行

Java/Selenium WebDriver : Focus Don't skip to Else If block when the warning message matches on webpage

C# selenium 对远程 Web 驱动程序服务器的 URL 的 HTTP 请求在 60 秒后超时

file - 如何使用 Selenium 和 C# 在 IE 浏览器中处理文件下载对话框/弹出窗口

python - 让 Selenium 等待文本可用

javascript - getText() 无法从下拉列表中进行选择

ruby - 如何访问剪贴板数据以实现自动化?