Skip to content

Commit b06e0a0

Browse files
num of ext print
1 parent 8881d25 commit b06e0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/Built_In_Automation/Web/Selenium/BuiltInFunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def generate_options(browser: str, browser_options:BrowserOptions):
514514
msg += f"Debugger address: {options.debugger_address}\n"
515515
msg += (
516516
f"Experimental_options: {json.dumps(options.experimental_options, indent=2)}\n"
517-
f"Extensions: {json.dumps(options.extensions, indent=2)}\n"
517+
f"Extensions: {len(options.extensions)} added\n"
518518
)
519519
elif browser in ("firefox", "firefoxheadless"):
520520
from selenium.webdriver.firefox.options import Options as FirefoxOptions

0 commit comments

Comments
 (0)