Skip to content

Commit 7a27fe7

Browse files
Delta456harsha509
andauthored
[py] remove deprecated parameter from EdgeService (#14563)
[py] remove deprecated parameter in EdgeService Co-authored-by: Sri Harsha <[email protected]>
1 parent 9157a9a commit 7a27fe7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/selenium/webdriver/edge/service.py

-2
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)