I am trying to create an instance of IE browser via selenium, but it is unable to create the session.
I am getting the below error:
selenium.common.exceptions.SessionNotCreatedException: Message: Unexpected error launching Internet Explorer. Protected Mode settings are not the same for all zones. Enable Protected Mode must be set to the same value (enabled or disabled) for all zones.
All solution ask you to enable the the protected mode settings by clicking the checkbox in Internet Options -> security, but as you can see in the screenshot, I don't have the particular checkbox. I am currently not able to find a working solution for this.
P.s - Its working fine with other browsers. My use case is Internet Explorer, so I have to use it.