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.
4.3
1 parent a59115c commit a4995e2Copy full SHA for a4995e2
py/CHANGES
@@ -1,4 +1,12 @@
1
-Selenum 4.2.0
+Selenium 4.3.0
2
+* Deprecated find_element_by_* and find_elements_by_* are now removed (#10712)
3
+* Deprecated Opera support has been removed (#10630)
4
+* Fully upgraded from python 2x to 3.7 syntax and features (#10647)
5
+* Added a devtools version fallback mechanism to look for an older version when mismatch occurs (#10749)
6
+* Better support for co-operative multi inheritance by utilising super() throughout
7
+* Improved type hints throughout
8
+
9
+Selenium 4.2.0
10
* Fix bug preventing Firefox from setting accept_insecure_certs to False (#10442)
11
* Deprecated opera classes as not w3c compatible (#10379)
12
* Fix SecurityError: Invalid Domain problem (#10653)
0 commit comments