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.
1 parent 4c603ec commit 9a4bbccCopy full SHA for 9a4bbcc
py/selenium/webdriver/chrome/service.py
@@ -54,6 +54,9 @@ def __init__(
54
**kwargs,
55
)
56
57
+ def command_line_args(self) -> list[str]:
58
+ return ["--enable-chrome-logs", f"--port={self.port}"] + self._service_args
59
+
60
@property
61
def service_args(self) -> Sequence[str]:
62
return self._service_args
0 commit comments