Skip to content

Commit 6fb6243

Browse files
authored
Merge branch 'trunk' into rb_add_support_for_chrome_beta
2 parents f347cdb + 231acc5 commit 6fb6243

File tree

16 files changed

+50
-119
lines changed

16 files changed

+50
-119
lines changed

common/mirror/selenium

+23-29
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,35 @@
11
[
2+
{
3+
"tag_name": "selenium-4.32.0",
4+
"assets": [
5+
{
6+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.32.0/selenium-dotnet-4.32.0.zip"
7+
},
8+
{
9+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.32.0/selenium-dotnet-strongnamed-4.32.0.zip"
10+
},
11+
{
12+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.32.0/selenium-java-4.32.0.zip"
13+
},
14+
{
15+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.32.0/selenium-server-4.32.0.jar"
16+
},
17+
{
18+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.32.0/selenium-server-4.32.0.zip"
19+
}
20+
]
21+
},
222
{
323
"tag_name": "nightly",
424
"assets": [
525
{
6-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-java-4.32.0-SNAPSHOT.zip"
26+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-java-4.33.0-SNAPSHOT.zip"
727
},
828
{
9-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-server-4.32.0-SNAPSHOT.jar"
29+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-server-4.33.0-SNAPSHOT.jar"
1030
},
1131
{
12-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-server-4.32.0-SNAPSHOT.zip"
32+
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-server-4.33.0-SNAPSHOT.zip"
1333
}
1434
]
1535
},
@@ -836,31 +856,5 @@
836856
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.4.0/selenium-server-4.4.0.zip"
837857
}
838858
]
839-
},
840-
{
841-
"tag_name": "selenium-4.3.0",
842-
"assets": [
843-
{
844-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/IEDriverServer_Win32_4.3.0.zip"
845-
},
846-
{
847-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/IEDriverServer_x64_4.3.0.zip"
848-
},
849-
{
850-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/selenium-dotnet-4.3.0.zip"
851-
},
852-
{
853-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/selenium-dotnet-strongnamed-4.3.0.zip"
854-
},
855-
{
856-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/selenium-java-4.3.0.zip"
857-
},
858-
{
859-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/selenium-server-4.3.0.jar"
860-
},
861-
{
862-
"browser_download_url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/selenium-server-4.3.0.zip"
863-
}
864-
]
865859
}
866860
]

dotnet/selenium-dotnet-version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.32.0"
3+
SE_VERSION = "4.33.0-nightly202505022255"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

java/version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = "4.32.0"
1+
SE_VERSION = "4.33.0-SNAPSHOT"
22
TOOLS_JAVA_VERSION = "17"

javascript/selenium-webdriver/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ load("//javascript/private:browsers.bzl", "BROWSERS")
1111

1212
npm_link_all_packages(name = "node_modules")
1313

14-
VERSION = "4.32.0"
14+
VERSION = "4.33.0-nightly202505022255"
1515

1616
BROWSER_VERSIONS = [
1717
"v134",

javascript/selenium-webdriver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.32.0",
3+
"version": "4.33.0-nightly202505022255",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

py/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ compile_pip_requirements(
6262
],
6363
)
6464

65-
SE_VERSION = "4.32.0"
65+
SE_VERSION = "4.33.0.202505022255"
6666

6767
BROWSER_VERSIONS = [
6868
"v134",

py/docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '4.32'
59+
version = '4.33'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.32.0'
61+
release = '4.33.0.202505022255'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

py/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "selenium"
7-
version = "4.32.0"
7+
version = "4.33.0.202505022255"
88
license = { text = "Apache 2.0" }
99
description = "Official Python bindings for Selenium WebDriver."
1010
readme = "README.rst"
@@ -91,6 +91,7 @@ testpaths = ["test"]
9191

9292
# mypy global options
9393
[tool.mypy]
94+
exclude = "selenium/webdriver/common/devtools"
9495
# The aim in future here is we would be able to turn (most) of these flags on, however the typing technical
9596
# debt is quite colossal right now. For now we should maybe get everything working with the config here
9697
# then look at going after partially or completely untyped defs as a phase-2.

py/selenium/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818

19-
__version__ = "4.32.0"
19+
__version__ = "4.33.0.202505022255"

py/selenium/webdriver/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from .wpewebkit.service import Service as WPEWebKitService # noqa
4545
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa
4646

47-
__version__ = "4.32.0"
47+
__version__ = "4.33.0.202505022255"
4848

4949
# We need an explicit __all__ because the above won't otherwise be exported.
5050
__all__ = [

rb/Gemfile.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.136.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.32.0)
6+
selenium-webdriver (4.33.0.nightly)
77
base64 (~> 0.2)
88
logger (~> 1.4)
99
rexml (~> 3.2, >= 3.2.5)
@@ -47,7 +47,6 @@ GEM
4747
diff-lcs (1.6.1)
4848
drb (2.2.1)
4949
ffi (1.17.2)
50-
ffi (1.17.2-arm64-darwin)
5150
ffi (1.17.2-java)
5251
ffi (1.17.2-x64-mingw-ucrt)
5352
ffi (1.17.2-x86_64-darwin)
@@ -212,4 +211,4 @@ DEPENDENCIES
212211
yard (~> 0.9.11, >= 0.9.36)
213212

214213
BUNDLED WITH
215-
2.5.6
214+
2.6.3

rb/lib/selenium/webdriver/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.32.0'
22+
VERSION = '4.33.0.nightly'
2323
end # WebDriver
2424
end # Selenium

rust/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ rust_binary(
7777
name = "selenium-manager",
7878
srcs = ["src/main.rs"],
7979
edition = "2021",
80-
version = "0.4.32",
80+
version = "0.4.33-nightly",
8181
visibility = ["//visibility:public"],
8282
deps = [
8383
":selenium_manager",

rust/Cargo.Bazel.lock

+10-73
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "66ed2aa4356ad9085fb297e516ceddf9800dc25cc5bdfffa8a454a996042169a",
2+
"checksum": "d2d968dacd2ceab962c18fa28697dc189f31b3991a3554ff21e167836627a3b8",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -2031,79 +2031,16 @@
20312031
"id": "jobserver 0.1.31",
20322032
"target": "jobserver"
20332033
},
2034+
{
2035+
"id": "libc 0.2.168",
2036+
"target": "libc"
2037+
},
20342038
{
20352039
"id": "shlex 1.3.0",
20362040
"target": "shlex"
20372041
}
20382042
],
2039-
"selects": {
2040-
"aarch64-apple-darwin": [
2041-
{
2042-
"id": "libc 0.2.168",
2043-
"target": "libc"
2044-
}
2045-
],
2046-
"aarch64-unknown-linux-gnu": [
2047-
{
2048-
"id": "libc 0.2.168",
2049-
"target": "libc"
2050-
}
2051-
],
2052-
"aarch64-unknown-nixos-gnu": [
2053-
{
2054-
"id": "libc 0.2.168",
2055-
"target": "libc"
2056-
}
2057-
],
2058-
"arm-unknown-linux-gnueabi": [
2059-
{
2060-
"id": "libc 0.2.168",
2061-
"target": "libc"
2062-
}
2063-
],
2064-
"i686-unknown-linux-gnu": [
2065-
{
2066-
"id": "libc 0.2.168",
2067-
"target": "libc"
2068-
}
2069-
],
2070-
"powerpc-unknown-linux-gnu": [
2071-
{
2072-
"id": "libc 0.2.168",
2073-
"target": "libc"
2074-
}
2075-
],
2076-
"s390x-unknown-linux-gnu": [
2077-
{
2078-
"id": "libc 0.2.168",
2079-
"target": "libc"
2080-
}
2081-
],
2082-
"x86_64-apple-darwin": [
2083-
{
2084-
"id": "libc 0.2.168",
2085-
"target": "libc"
2086-
}
2087-
],
2088-
"x86_64-unknown-freebsd": [
2089-
{
2090-
"id": "libc 0.2.168",
2091-
"target": "libc"
2092-
}
2093-
],
2094-
"x86_64-unknown-linux-gnu": [
2095-
{
2096-
"id": "libc 0.2.168",
2097-
"target": "libc"
2098-
}
2099-
],
2100-
"x86_64-unknown-nixos-gnu": [
2101-
{
2102-
"id": "libc 0.2.168",
2103-
"target": "libc"
2104-
}
2105-
]
2106-
}
2043+
"selects": {}
21072044
},
21082045
"edition": "2018",
21092046
"version": "1.1.30"
@@ -13419,9 +13356,9 @@
1341913356
],
1342013357
"license_file": "LICENSE"
1342113358
},
13422-
"selenium-manager 0.4.32": {
13359+
"selenium-manager 0.4.33-nightly": {
1342313360
"name": "selenium-manager",
13424-
"version": "0.4.32",
13361+
"version": "0.4.33-nightly",
1342513362
"package_url": "https://github.com/SeleniumHQ/selenium",
1342613363
"repository": null,
1342713364
"targets": [
@@ -13570,7 +13507,7 @@
1357013507
"selects": {}
1357113508
},
1357213509
"edition": "2021",
13573-
"version": "0.4.32"
13510+
"version": "0.4.33-nightly"
1357413511
},
1357513512
"license": "Apache-2.0",
1357613513
"license_ids": [
@@ -21459,7 +21396,7 @@
2145921396
},
2146021397
"binary_crates": [],
2146121398
"workspace_members": {
21462-
"selenium-manager 0.4.32": "rust"
21399+
"selenium-manager 0.4.33-nightly": "rust"
2146321400
},
2146421401
"conditions": {
2146521402
"aarch64-apple-darwin": [

rust/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selenium-manager"
3-
version = "0.4.32" # don't forget to update rust/BUILD.bazel
3+
version = "0.4.33-nightly" # don't forget to update rust/BUILD.bazel
44
edition = "2021"
55
authors = ["Selenium <[email protected]"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)