File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
py/selenium/webdriver/edge Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ class Service(service.ChromiumService):
2626
2727 :param executable_path: install path of the msedgedriver executable, defaults to `msedgedriver`.
2828 :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.
3129 :param log_output: (Optional) int representation of STDOUT/DEVNULL, any IO instance or String path to file.
3230 :param service_args: (Optional) List of args to be passed to the subprocess when launching the executable.
3331 :param env: (Optional) Mapping of environment variables for the new process, defaults to `os.environ`.
You can’t perform that action at this time.
0 commit comments