Is there way to override the protected mode error for IE

Is there way to override protected mode error for IE

our system enforces the IE settings using GPO so even if the protected mode setting is turned off on the GUI ,the registry settings are differenet.

 

Is there any way the below configuration can be made:

 

DesiredCapabilities caps = DesiredCapabilities.internetExplorer();

caps.setCapability(InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS,true);

WebDriver driver = new InternetExplorerDriver(caps); 

Source:https://stackoverflow.com/questions/29642940/unable-to-open-ie11-driver-instance-using-selenium-webdriver-with-java

Thanks Hanh Tran.

But even after adding this config, I get an error still when trying to use the Webspy . Although I able to run a scripts using the config above.

Please try adding the following key to Project Settings → Execution → IE settings:

Name: ignoreProtectedModeSettings

Type: boolean

Value: true

I have the same problem. Webspy and Web Recorder don’t seem to care about the execution settings.

Same same problem also when using Web Spy & Web Recorder on IE, even with those execution settings :’(


Still no solution since last April ?

Katalon-Spy-IE privé.jpg

Katalon-Spy-IE privé 2.jpg