【问题标题】:can not find x64 version chorome driver for selenium找不到 selenium 的 x64 版本 chorome 驱动程序
【发布时间】:2021-06-21 12:35:42
【问题描述】:

我去这个链接为 selenium 安装一个 chrome 驱动程序:link

当我转到 chrome 时,我找不到适用于 windows 的 x64 版本: enter image description here

我得到错误,因为我有 x64 Windows 我现在怎么办?
运行硒程序时出错: enter image description here

我不能在 64 位中使用 selenium 吗? 或者我可以在 64 位 Windows 操作系统中使用 selenium?

【问题讨论】:

标签: python selenium


【解决方案1】:

是的,您可以在 Windows 64 位中使用 Selenium。我相信 90% 的开发者都在使用 x64。

win32 is pretty much compatible with x86 and x64. 

Official chrome driver link

【讨论】:

    【解决方案2】:

    没有针对 Windows x64 的 Selenium 的特殊安装版本。
    您可以使用 Windows x32 版本,它应该可以正常工作。
    今天大多数基于 Windows 的机器都是 x64,我们都在它们上使用 Selenium x32,它工作得很好。

    【讨论】:

    • 谢谢,但是当我使用 selenium 运行一个 python 时,系统类型出现错误
    • 你有什么错误?我不确定它与 Selenium 安装程序版本有关,因为没有其他 64 版本,但是适用于 Windows 的版本
    猜你喜欢
    • 2017-04-19
    • 2016-12-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-01-15
    • 2020-04-16
    相关资源
    最近更新 更多