Skip to content

Commit

Permalink
[python] Tracking SM language binding in Python
Browse files Browse the repository at this point in the history
Helps with SeleniumHQ#13288
  • Loading branch information
diemol committed Dec 13, 2023
1 parent 1ecfb88 commit a8468f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/selenium/webdriver/common/selenium_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit a8468f6

Please sign in to comment.