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 4652cfc commit 1ff8f8dCopy full SHA for 1ff8f8d
py/selenium/webdriver/chromium/options.py
@@ -154,7 +154,7 @@ def enable_webextensions(self, value: bool) -> None:
154
- --enable-unsafe-extension-debugging
155
- --remote-debugging-pipe
156
- Enabling --remote-debugging-pipe makes the connection b/w chromedriver
157
- and the browser a pipe instead of a port, disabling many CDP functionalities
+ and the browser use a pipe instead of a port, disabling many CDP functionalities
158
like devtools
159
"""
160
self._enable_webextensions = value
0 commit comments