Skip to content

Commit 6460526

Browse files
committed
refactor: update argument documentation format in Safari WebDriver class
1 parent d57de6f commit 6460526

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

py/selenium/webdriver/safari/webdriver.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ def __init__(
3737
"""Creates a new Safari driver instance and launches or finds a running
3838
safaridriver service.
3939
40-
:Args:
41-
- keep_alive - Whether to configure SafariRemoteConnection to use
42-
HTTP keep-alive. Defaults to True.
43-
- options - Instance of ``options.Options``.
44-
- service - Service object for handling the browser driver if you need to pass extra details
40+
Args:
41+
keep_alive: Whether to configure SafariRemoteConnection to use
42+
HTTP keep-alive. Defaults to True.
43+
options: Instance of ``options.Options``.
44+
service: Service object for handling the browser driver if you need to pass extra details
4545
"""
4646
self.service = service if service else Service()
4747
options = options if options else Options()

0 commit comments

Comments
 (0)