Skip to content

Commit

Permalink
[py]: Document firefox service= arg. closes #11067
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Oct 1, 2022
1 parent 1c2f1cb commit 4d8fc6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/selenium/webdriver/firefox/webdriver.py
Expand Up @@ -88,6 +88,7 @@ def __init__(self, firefox_profile=None, firefox_binary=None,
binary to use for Firefox 47.0.1 and greater, which
defaults to picking up the binary from the system path.
:param options: Instance of ``options.Options``.
:param service: (Optional) service instance for managing the starting and stopping of the driver.
:param service_log_path: Deprecated: Where to log information from the driver.
:param service_args: Deprecated: List of args to pass to the driver service
:param desired_capabilities: Deprecated: alias of capabilities. In future
Expand Down

0 comments on commit 4d8fc6b

Please sign in to comment.