+10
-9
lines changedFilter options
+10
-9
lines changed Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ compile_pip_requirements(
15
15
requirements_txt = ":requirements_lock.txt",
16
16
)
17
17
18
-
SE_VERSION = "4.4.3"
18
+
SE_VERSION = "4.5.0"
19
19
20
20
BROWSER_VERSIONS = [
21
21
"v85",
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
1
-
Selenium (TBA next version)
1
+
Selenium 4.5.0
2
2
* Fix frame_to_be_available_and_switch_to_it() for string inputs (#10963)
3
3
* Implicit non w3c capability conversion for `acceptSslCerts`, `platform` and `version` is now deprecated
4
4
* Additional type hints
5
5
* Bugfix options returning `None` when strict_file_interactability, set_window_rect or accept_insecure_certs are not set
6
-
6
+
* Add CDP for v105, remove support for v102
7
+
* Add CDP for v106, remove support for v103
7
8
8
9
Selenium 4.4.3
9
10
* Update explicit dependency for certifi to remove upper bound (#10956)
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@
56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
-
version = '4.4'
59
+
version = '4.5'
60
60
# The full version, including alpha/beta/rc tags.
61
61
release = version
62
62
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ If you have `pip <https://pip.pypa.io/>`_ on your system, you can simply install
35
35
36
36
pip install -U selenium
37
37
38
-
Alternately, you can download the source distribution from `PyPI <https://pypi.org/project/selenium/#files>`_ (e.g. selenium-4.4.0.tar.gz), unarchive it, and run::
38
+
Alternately, you can download the source distribution from `PyPI <https://pypi.org/project/selenium/#files>`_ (e.g. selenium-4.5.0.tar.gz), unarchive it, and run::
39
39
40
40
python setup.py install
41
41
@@ -132,7 +132,7 @@ Download the server separately, from: https://www.selenium.dev/downloads/
132
132
133
133
Run the server from the command line::
134
134
135
-
java -jar selenium-server-4.4.0.jar
135
+
java -jar selenium-server-4.5.0.jar
136
136
137
137
Then run your Python client scripts.
138
138
Original file line number Diff line number Diff line change
@@ -16,4 +16,4 @@
16
16
# under the License.
17
17
18
18
19
-
__version__ = "4.4.3"
19
+
__version__ = "4.5.0"
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
36
36
from .common.proxy import Proxy # noqa
37
37
from .common.keys import Keys # noqa
38
38
39
-
__version__ = '4.4.3'
39
+
__version__ = '4.5.0'
40
40
41
41
# We need an explicit __all__ because the above won't otherwise be exported.
42
42
__all__ = [
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
27
27
setup_args = {
28
28
'cmdclass': {'install': install},
29
29
'name': 'selenium',
30
-
'version': "4.4.3",
30
+
'version': "4.5.0",
31
31
'license': 'Apache 2.0',
32
32
'description': 'Python bindings for Selenium',
33
33
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4