How can I start InternetExplorerDriver using Selenium WebDriver

前端 未结 16 2652
半阙折子戏
半阙折子戏 2020-12-30 17:23

I downloaded the driver and I gave the exact path in my code but when I ran the code it shows me error

my code with java is as below:

System.out.prin         


        
16条回答
  •  旧巷少年郎
    2020-12-30 17:49

    1. You must set Protected Mode settings for each zone to be the same value.
    2. Enhanced Protected Mode for all zones must be same. (I prefer it to be disabled as this is the requirement for IE 10 and higher.)

    Additionally, "Enhanced Protected Mode" must be disabled for IE 10 and higher. This option is found in the Advanced tab of the Internet Options dialog.

    How to do above steps???

    Have look at this video: http://screencast.com/t/5nlxsrje4I . I have showed the steps.

    Source: https://code.google.com/p/selenium/wiki/InternetExplorerDriver#Required_Configuration

    Hope this helps. Thank you :)

提交回复
热议问题