diff --git a/py/selenium/webdriver/common/selenium_manager.py b/py/selenium/webdriver/common/selenium_manager.py index b182225453612..a64ef0e41da7b 100644 --- a/py/selenium/webdriver/common/selenium_manager.py +++ b/py/selenium/webdriver/common/selenium_manager.py @@ -122,6 +122,8 @@ def run(args: List[str]) -> dict: """ if logger.getEffectiveLevel() == logging.DEBUG: args.append("--debug") + args.append("--language-binding") + args.append("python") args.append("--output") args.append("json")