Skip to content

Commit 4d8fc6b

Browse files
committed
[py]: Document firefox service= arg. closes #11067
1 parent 1c2f1cb commit 4d8fc6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/selenium/webdriver/firefox/webdriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def __init__(self, firefox_profile=None, firefox_binary=None,
8888
binary to use for Firefox 47.0.1 and greater, which
8989
defaults to picking up the binary from the system path.
9090
:param options: Instance of ``options.Options``.
91+
:param service: (Optional) service instance for managing the starting and stopping of the driver.
9192
:param service_log_path: Deprecated: Where to log information from the driver.
9293
:param service_args: Deprecated: List of args to pass to the driver service
9394
:param desired_capabilities: Deprecated: alias of capabilities. In future

0 commit comments

Comments
 (0)