In IE: org.openqa.selenium.WebDriverException: This usually means that a call to the COM method IWebBrowser2::Navigate2() failed

后端 未结 4 989
情话喂你
情话喂你 2020-12-07 01:54

I am using Selenium to write test cases for my web application. When I run the test from Firefox it\'s working fine, but when I try to run it from IE I am not able to run an

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-07 02:18

    You must set the Protected Mode settings for each zone to be the same value in the Internet Explorer. Hope the below link may be helpful to you.

    NoSuchElementException is occurred during implementation of InternetExplorerDriver in Selenium WebDriver

    Regards,

    Vignesh

提交回复
热议问题