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 e322621 commit 721eb26Copy full SHA for 721eb26
Framework/Built_In_Automation/Web/Selenium/BuiltInFunctions.py
@@ -556,6 +556,7 @@ def headless():
556
browser in ("chrome", "microsoft edge chromium")
557
):
558
set_extension_variables()
559
+ options.add_argument("--disable-features=DisableLoadExtensionCommandLineSwitch")
560
options.add_argument(f"load-extension={aiplugin_path},{ai_recorder_path}")
561
# This is for running extension on a http server to call a https request
562
options.add_argument("--allow-running-insecure-content")
0 commit comments