Skip to content

Commit 2b87d1c

Browse files
committed
Ignore IE protected mode settings when using IE
1 parent 89618a5 commit 2b87d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def get_local_driver(
707707
"IE Browser is for Windows-based operating systems only!")
708708
from selenium.webdriver.ie.options import Options
709709
ie_options = Options()
710-
ie_options.ignore_protected_mode_settings = False
710+
ie_options.ignore_protected_mode_settings = True
711711
ie_options.ignore_zoom_level = True
712712
ie_options.require_window_focus = False
713713
ie_options.native_events = True

0 commit comments

Comments
 (0)