Thus jenkins run command will be same as what you run locally by using same account.
HelloI'm using Selenium 2.25.0 + IE9 under Windows 7, JDK 1.6.0.32.
I'm unable to run IE tests when the build is ran under Jenkins, getting the error "Unexpected error launching Internet Explorer. Protected Mode must be set to the same value (enabled or disabled) for all zones".
However my Protected Mode checkbox is unchecked for all zones. I can't change the securiy level slider for the last icon, "Sensitive sites", so I've tried "High" security level for all zones, so that the security level is the same for all zones, but it does not help. I've tried setting the security level to "Middle" for the first three zones since I can't modify it for the last zone, it does not help either.
If I enable Capabilities.setCapability(InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS, true); then it freezes the jenkins build on the first selenium attempt. Disabling the IE flakiness produces the original "
Unexpected error launching Internet Explorer. Protected Mode must be set to the same value (enabled or disabled) for all zones" error.
Note that I am able to run IE tests under my IDE, no matter if I use InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS or not.
Is anyone running IE tests under Jenkins ?
Thanks for your help
laurent