We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
executable_path
1 parent e2a127e commit a4054c7Copy full SHA for a4054c7
py/selenium/webdriver/chrome/service.py
@@ -37,7 +37,7 @@ class Service(service.ChromiumService):
37
38
def __init__(
39
self,
40
- executable_path=None,
+ executable_path: Optional[str] = None,
41
port: int = 0,
42
service_args: Optional[List[str]] = None,
43
log_output: Optional[SubprocessStdAlias] = None,
0 commit comments