selenium web driver element click not working in windows 10

后端 未结 3 1605
你的背包
你的背包 2021-01-27 02:33

I am using selenium webdriver for automation tool creation in C#. That automation working fine windows 7, but not working windows 10.

ex.

driver.FindElem         


        
3条回答
  •  再見小時候
    2021-01-27 02:47

    i got same error when FireFox updated to 47.0.1 version, because WebDriver was not compatible with that version without additional libraries or WebDriver update. Try to update Selenium, new 3.0.0 beta update came out 2016-08-04 at http://www.seleniumhq.org/download/

提交回复
热议问题