Unable to find element on closed window on IE 11 with Selenium

后端 未结 6 1704
醉话见心
醉话见心 2020-12-14 10:39

I\'m trying to run tests on Internet Explorer 11 working with Selenium WebDriver. The code is:

System.setProperty(\"webdriver.ie.driver\", \"Path/to//IEDrive         


        
6条回答
  •  伪装坚强ぢ
    2020-12-14 10:52

    Try going to Internet Options --> Security --> "Enable Protected Mode" on ALL zones should either be checked or ALL unchecked.

提交回复
热议问题