Skip to content

Commit a8468f6

Browse files
committed
[python] Tracking SM language binding in Python
Helps with #13288
1 parent 1ecfb88 commit a8468f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/selenium/webdriver/common/selenium_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ def run(args: List[str]) -> dict:
122122
"""
123123
if logger.getEffectiveLevel() == logging.DEBUG:
124124
args.append("--debug")
125+
args.append("--language-binding")
126+
args.append("python")
125127
args.append("--output")
126128
args.append("json")
127129

0 commit comments

Comments
 (0)