Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotnet/selenium-dotnet-version.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: STARLARK

SE_VERSION = "4.36.0"
SE_VERSION = "4.37.0-nightly202510031147"
ASSEMBLY_VERSION = "4.0.0.0"
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]

Expand Down
38 changes: 36 additions & 2 deletions java/test/org/openqa/selenium/grid/router/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ load("//java:defs.bzl", "JUNIT5_DEPS", "java_selenium_test_suite", "java_test_su
load("//java:version.bzl", "TOOLS_JAVA_VERSION")
load("//java/src/org/openqa/selenium/devtools:versions.bzl", "CDP_DEPS")

STRESS_TESTS = [
"StressTest.java",
]

LARGE_TESTS = [
"DistributedTest.java",
"DistributedCdpTest.java",
"NewSessionCreationTest.java",
"RemoteWebDriverDownloadTest.java",
"StressTest.java",
]

FIREFOX_CHROMIUM_ONLY_LARGE_TESTS = [
Expand Down Expand Up @@ -39,6 +42,37 @@ java_library(
],
)

java_selenium_test_suite(
name = "stress-tests",
size = "large",
srcs = STRESS_TESTS,
browsers = [
"chrome",
],
javacopts = [
"--release",
TOOLS_JAVA_VERSION,
],
deps = [
":support",
"//java/src/org/openqa/selenium/chrome",
"//java/src/org/openqa/selenium/grid",
"//java/src/org/openqa/selenium/grid/config",
"//java/src/org/openqa/selenium/json",
"//java/src/org/openqa/selenium/remote",
"//java/src/org/openqa/selenium/support",
"//java/test/org/openqa/selenium/environment",
"//java/test/org/openqa/selenium/grid/testing",
"//java/test/org/openqa/selenium/remote/tracing:tracing-support",
"//java/test/org/openqa/selenium/testing:annotations",
"//java/test/org/openqa/selenium/testing:test-base",
artifact("com.google.guava:guava"),
artifact("org.junit.jupiter:junit-jupiter-api"),
artifact("org.junit.jupiter:junit-jupiter-params"),
artifact("org.assertj:assertj-core"),
] + CDP_DEPS + JUNIT5_DEPS,
)

java_selenium_test_suite(
name = "large-tests",
size = "large",
Expand Down Expand Up @@ -108,7 +142,7 @@ java_test_suite(
size = "medium",
srcs = glob(
["*Test.java"],
exclude = LARGE_TESTS + FIREFOX_CHROMIUM_ONLY_LARGE_TESTS,
exclude = LARGE_TESTS + FIREFOX_CHROMIUM_ONLY_LARGE_TESTS + STRESS_TESTS,
),
tags = [
"requires-network",
Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = "4.36.0"
SE_VERSION = "4.37.0-SNAPSHOT"
TOOLS_JAVA_VERSION = "17"
2 changes: 1 addition & 1 deletion javascript/selenium-webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load("//javascript/private:browsers.bzl", "BROWSERS")

npm_link_all_packages(name = "node_modules")

VERSION = "4.36.0"
VERSION = "4.37.0-nightly202510031147"

BROWSER_VERSIONS = [
"v140",
Expand Down
2 changes: 1 addition & 1 deletion javascript/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "4.36.0",
"version": "4.37.0-nightly202510031147",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ compile_pip_requirements(
],
)

SE_VERSION = "4.36.0"
SE_VERSION = "4.37.0.202510031147"

BROWSER_VERSIONS = [
"v140",
Expand Down
4 changes: 2 additions & 2 deletions py/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = "4.36"
version = "4.37"
# The full version, including alpha/beta/rc tags.
release = "4.36.0"
release = "4.37.0.202510031147"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "selenium"
version = "4.36.0"
version = "4.37.0.202510031147"
license = "Apache-2.0"
license-files = ["LICENSE", "NOTICE"]
description = "Official Python bindings for Selenium WebDriver."
Expand Down
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.


__version__ = "4.36.0"
__version__ = "4.37.0.202510031147"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from selenium.webdriver.wpewebkit.service import Service as WPEWebKitService # noqa
from selenium.webdriver.wpewebkit.webdriver import WebDriver as WPEWebKit # noqa

__version__ = "4.36.0"
__version__ = "4.37.0.202510031147"

# We need an explicit __all__ because the above won't otherwise be exported.
__all__ = [
Expand Down
4 changes: 2 additions & 2 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.140.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.36.0)
selenium-webdriver (4.37.0.nightly)
base64 (~> 0.2)
json (<= 2.13.2)
logger (~> 1.4)
Expand Down Expand Up @@ -95,7 +95,7 @@ GEM
public_suffix (6.0.2)
racc (1.8.1)
racc (1.8.1-java)
rack (2.2.17)
rack (2.2.18)
rainbow (3.1.1)
rake (13.3.0)
rb-fsevent (0.11.2)
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.36.0'
VERSION = '4.37.0.nightly'
end # WebDriver
end # Selenium
2 changes: 1 addition & 1 deletion rust/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rust_binary(
name = "selenium-manager",
srcs = ["src/main.rs"],
edition = "2024",
version = "0.4.36",
version = "0.4.37-nightly",
visibility = ["//visibility:public"],
deps = [
":selenium_manager",
Expand Down
10 changes: 5 additions & 5 deletions rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "2afcfea909aa7282afb3f7835c26bada9f66e33dd31b2bfb816c3048a18dc6ca",
"checksum": "8cebdf0091dcd30cca8737fae97219da906e687423eafa77d513689ad62898cd",
"crates": {
"addr2line 0.25.1": {
"name": "addr2line",
Expand Down Expand Up @@ -12004,9 +12004,9 @@
],
"license_file": "LICENSE"
},
"selenium-manager 0.4.36": {
"selenium-manager 0.4.37-nightly": {
"name": "selenium-manager",
"version": "0.4.36",
"version": "0.4.37-nightly",
"package_url": "https://github.com/SeleniumHQ/selenium",
"repository": null,
"targets": [
Expand Down Expand Up @@ -12162,7 +12162,7 @@
"selects": {}
},
"edition": "2024",
"version": "0.4.36"
"version": "0.4.37-nightly"
},
"license": "Apache-2.0",
"license_ids": [
Expand Down Expand Up @@ -20613,7 +20613,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.36": "rust"
"selenium-manager 0.4.37-nightly": "rust"
},
"conditions": {
"aarch64-apple-darwin": [
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "selenium-manager"
version = "0.4.36" # don't forget to update rust/BUILD.bazel
version = "0.4.37-nightly" # don't forget to update rust/BUILD.bazel
edition = "2024"
authors = ["Selenium <[email protected]"]
license = "Apache-2.0"
Expand Down
Loading