Skip to content

Commit 51f0eb1

Browse files
committed
Merge branch 'trunk' of https://github.com/SeleniumHQ/selenium into py-bidi-proxy
2 parents 291061a + a9fb7e5 commit 51f0eb1

File tree

5 files changed

+238
-248
lines changed

5 files changed

+238
-248
lines changed

common/mirror/selenium

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"tag_name": "nightly",
44
"assets": [
55
{
6-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-java-4.34.0.zip"
6+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-java-4.35.0-SNAPSHOT.zip"
77
},
88
{
9-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-server-4.34.0.jar"
9+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-server-4.35.0-SNAPSHOT.jar"
1010
},
1111
{
12-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-server-4.34.0.zip"
12+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-server-4.35.0-SNAPSHOT.zip"
1313
}
1414
]
1515
},

py/selenium/webdriver/chromium/options.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,11 @@ def enable_webextensions(self, value: bool) -> None:
153153
- When enabled, this automatically adds the required Chromium flags:
154154
- --enable-unsafe-extension-debugging
155155
- --remote-debugging-pipe
156+
- When disabled, this removes BOTH flags listed above, even if they were manually added via add_argument()
157+
before enabling webextensions.
156158
- Enabling --remote-debugging-pipe makes the connection b/w chromedriver
157-
and the browser use a pipe instead of a port, disabling many CDP functionalities
158-
like devtools
159+
and the browser use a pipe instead of a port, disabling many CDP functionalities
160+
like devtools
159161
"""
160162
self._enable_webextensions = value
161163
if value:

0 commit comments

Comments
 (0)