File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
py/selenium/webdriver/safari Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments