Google Chrome unable to navigate to specified URL when triggered from Selenium

前端 未结 7 1711
星月不相逢
星月不相逢 2021-01-06 06:05

I have an automation framework developed around Selenium-WebDriver which launches Chrome and navigates to specified URL and performs specified automation. When I commissione

相关标签:
7条回答
  • 2021-01-06 06:51

    I was facing the same issue, In my case the main problem was:

    Incompatibility between chrome version and chromedriver version.

    Chrome browser is self upgraded, it updates to latest version automatically (In most of case).

    So you need to upgrade chromedriver version periodically and there are release notes are also available which describes the compability between chromedriver and chrome version.

    0 讨论(0)
提交回复
热议问题