We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89618a5 commit 2b87d1cCopy full SHA for 2b87d1c
seleniumbase/core/browser_launcher.py
@@ -707,7 +707,7 @@ def get_local_driver(
707
"IE Browser is for Windows-based operating systems only!")
708
from selenium.webdriver.ie.options import Options
709
ie_options = Options()
710
- ie_options.ignore_protected_mode_settings = False
+ ie_options.ignore_protected_mode_settings = True
711
ie_options.ignore_zoom_level = True
712
ie_options.require_window_focus = False
713
ie_options.native_events = True
0 commit comments