


Instead of using the implicit timeout, actually wrap it in a WebDriverWait condition: If you do not have that checkbox there, two things: it's probably disabled by your IT admin, if you have one and therefore there isn't much we can do - you'll have to speak to your IT team, and screenshot to show what you do have. You are mangling the security zones, this is different.Įach zone will have it's own protected mode settings. You are also misunderstanding what the 'protected mode' of IE means. Switch to using the Chrome or Firefox Driver, to see if it's an issue residing with the IEDriver or something else.

I don't know what is the exact problem is? I tried to find the root cause but i am not.
Please perform the release check by launching the arcania.exe code#
I used the same code and run in an another machine. I did all the above and i read many forums but i didn't get the answer. I did IE protected mode settings to high level for all the four.But, after that i am not able to do any actions on the opened web page. I was able to launch and open the application successfully in IE. Code: tProperty("webdriver.ie.driver", "Path to IEDriverServer.exe") ĭriver.findElement(By.id("qp")).sendKeys("java j2ee") ĭriver.findElement(By.id("ql")).sendKeys("chennai") ĭriver.findElement(By.linkText("Create a new Job Alert")).click()
