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 36b6772 commit b3d3a1aCopy full SHA for b3d3a1a
py/BUILD.bazel
@@ -63,7 +63,7 @@ compile_pip_requirements(
63
],
64
)
65
66
-SE_VERSION = "4.35.0.202506301117"
+SE_VERSION = "4.34.1"
67
68
BROWSER_VERSIONS = [
69
"v137",
py/CHANGES
@@ -1,3 +1,6 @@
1
+Selenium 4.34.1
2
+* Updated urllib3 due to security issue https://github.com/urllib3/urllib3/security/advisories/GHSA-48p4-8xcf-vxj5
3
+
4
Selenium 4.34.0
5
* Add CDP for Chrome 138 and remove 135
6
* Upgrade type hints (#15784)
0 commit comments