We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9157a9a commit 7a27fe7Copy full SHA for 7a27fe7
py/selenium/webdriver/edge/service.py
@@ -26,8 +26,6 @@ class Service(service.ChromiumService):
26
27
:param executable_path: install path of the msedgedriver executable, defaults to `msedgedriver`.
28
:param port: Port for the service to run on, defaults to 0 where the operating system will decide.
29
- :param verbose: (Deprecated) Whether to make the webdriver more verbose (passes the --verbose option to the binary).
30
- Defaults to False.
31
:param log_output: (Optional) int representation of STDOUT/DEVNULL, any IO instance or String path to file.
32
:param service_args: (Optional) List of args to be passed to the subprocess when launching the executable.
33
:param env: (Optional) Mapping of environment variables for the new process, defaults to `os.environ`.
0 commit comments