Chrome驱动程序和Chrome二进制文件存在问题

时间:2019-01-02 22:21:24

标签: python-3.x selenium google-chrome selenium-chromedriver

我决定在文件夹中有一个便携式版本的chrome和适用于Web刮板的chrome驱动程序。然后,我启动selenium驱动程序,并为其提供二进制位置和驱动程序位置,以使用

启动会话
`browser = webdriver.Chrome(executable_path=chromedriver, chrome_options=chromeOptions)`

以下是驱动程序和Chrome的版本:

Chrome (portable binary) version: Version 71.0.3578.98 (Official Build) (64-bit)
Chrome Driver Version: 2.45.615291

当我运行它时,它给了我这个错误:

  

selenium.common.exceptions.WebDriverException:消息:未知错误:DevToolsActivePort文件不存在     (驱动程序信息:chromedriver = 2.45.615291(ec3682e3c9061c10f26ea9e5cdcf3c53f3f74387),platform = Windows NT 10.0.17134 x86_64)

0 个答案:

没有答案