Skip to content

Commit

Permalink
[py]: Update log_path docs for non chromium based services
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Oct 5, 2022
1 parent bf37802 commit f442a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/webkitgtk/service.py
Expand Up @@ -28,7 +28,7 @@ class Service(service.Service):
:param executable_path: install path of the WebKitWebDriver executable, defaults to `WebKitWebDriver`.
:param port: Port for the service to run on, defaults to 0 where the operating system will decide.
:param service_args: (Optional) Sequence of args to be passed to the subprocess when launching the executable.
:param log_path: (Optional) String to be passed to the executable as `--log-path`.
:param log_path: (Optional) File path for the file to be opened and passed as the subprocess stdout/stderr handler.
:param env: (Optional) Mapping of environment variables for the new process, defaults to `os.environ`.
"""

Expand Down
2 changes: 1 addition & 1 deletion py/selenium/webdriver/wpewebkit/service.py
Expand Up @@ -28,7 +28,7 @@ class Service(service.Service):
:param executable_path: install path of the WPEWebDriver executable, defaults to `WPEWebDriver`.
:param port: Port for the service to run on, defaults to 0 where the operating system will decide.
:param service_args: (Optional) Sequence of args to be passed to the subprocess when launching the executable.
:param log_path: (Optional) String to be passed to the executable as `--log-path`.
:param log_path: (Optional) File path for the file to be opened and passed as the subprocess stdout/stderr handler.
:param env: (Optional) Mapping of environment variables for the new process, defaults to `os.environ`.
"""

Expand Down

0 comments on commit f442a7e

Please sign in to comment.