Skip to content

Commit

Permalink
[py]: Update changelog for 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Jun 23, 2022
1 parent a59115c commit a4995e2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion py/CHANGES
@@ -1,4 +1,12 @@
Selenum 4.2.0
Selenium 4.3.0
* Deprecated find_element_by_* and find_elements_by_* are now removed (#10712)
* Deprecated Opera support has been removed (#10630)
* Fully upgraded from python 2x to 3.7 syntax and features (#10647)
* Added a devtools version fallback mechanism to look for an older version when mismatch occurs (#10749)
* Better support for co-operative multi inheritance by utilising super() throughout
* Improved type hints throughout

Selenium 4.2.0
* Fix bug preventing Firefox from setting accept_insecure_certs to False (#10442)
* Deprecated opera classes as not w3c compatible (#10379)
* Fix SecurityError: Invalid Domain problem (#10653)
Expand Down

0 comments on commit a4995e2

Please sign in to comment.