File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ load("//common:defs.bzl", "copy_file")
55load ("//py:defs.bzl" , "py_test_suite" )
66load ("//py/private:browsers.bzl" , "BROWSERS" )
77
8- SE_VERSION = "4.1.1 "
8+ SE_VERSION = "4.1.2 "
99
1010BROWSER_VERSIONS = [
1111 "v85" ,
Original file line number Diff line number Diff line change 1+ Selenium 4.1.2
2+
3+ * Include `py.typed` in the library
4+
15Selenium 4.1.1
26
37* add support for Chrome 98 and remove support for Chrome 95
@@ -661,7 +665,7 @@ Selenium 2.47.2
661665Selenium 2.47.1
662666
663667* Fix the issue of deleting the profile when shutting down Firefox
664- * WebElement __eq__ compares against more types
668+ * WebElement **eq** compares against more types
665669* Issues fixed: 850
666670
667671Selenium 2.47.0
@@ -739,8 +743,8 @@ Selenium 2.42
739743
740744* Support for Firefox 29 Native Events
741745* "remote_url" and "remote_browser" parameters for "./go test_remote".
742- * missing __init__ in new android module
743- * issue #7304 Fix memory leak caused by __del__ in PhantomJS
746+ * missing **init** in new android module
747+ * issue #7304 Fix memory leak caused by **del** in PhantomJS
744748* File upload using remotedriver on python3
745749* Updating xpi install to align with mozprofile
746750* command_executor should also support unicode strings as well.
Original file line number Diff line number Diff line change 1616# under the License.
1717
1818
19- __version__ = "4.1.1 "
19+ __version__ = "4.1.2 "
Original file line number Diff line number Diff line change 3737from .common .proxy import Proxy # noqa
3838from .common .keys import Keys # noqa
3939
40- __version__ = '4.1.1 '
40+ __version__ = '4.1.2 '
You can’t perform that action at this time.
0 commit comments