How do I install ChromeDriver on Windows 10 and run Selenium tests with Chrome?

前端 未结 3 1559
無奈伤痛
無奈伤痛 2021-02-02 12:15

We have an Ubuntu server which we use for running Selenium tests with Chrome and Firefox (I installed ChromeDriver) and I also want to run the tests locally on my Windows 10 com

3条回答
  •  既然无缘
    2021-02-02 12:35

    As Uri stated in the question, under Update #2, downloading the latest release of chromedriver and placing it in C:\Windows corrects the issue.

    I had the same issue with Chrome hanging when the browser window opens (alongside a command prompt window).

    The latest drivers can be found at:

    https://sites.google.com/a/chromium.org/chromedriver/downloads

    The version in the chromedriver_win32.zip file is working on my 64-bit system.

提交回复
热议问题