Skip to content
Draft
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 .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ body:
id: selenium-version
attributes:
label: What version of Selenium are you currently using?
description: Important! The latest released version of Selenium is 4.35 and we can't fix old versions.
description: Important! The latest released version of Selenium is 4.36 and we can't fix old versions.
placeholder: e.g., 4.17.0
validations:
required: true
Expand Down
8 changes: 8 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Andrii Rohovets <[email protected]>
Andy Duncan <[email protected]>
Angie Jones <[email protected]>
anonymous_sdet <[email protected]>
Anthony Richardson <[email protected]>
Anthony Sottile <[email protected]>
Anton Usmansky <[email protected]>
Anton Velma <[email protected]>
Expand Down Expand Up @@ -318,6 +319,7 @@ GFHuang <[email protected]>
ggkiokas <[email protected]>
Ghjuvan Lacambre <[email protected]>
Giorgos Tzampanakis <[email protected]>
Giulio Longfils <[email protected]>
glaszig <[email protected]>
Glib Briia <[email protected]>
Godefroid Chapelle
Expand Down Expand Up @@ -367,6 +369,7 @@ Iain Dawson <[email protected]>
Ian Lesperance <[email protected]>
ian zhang <[email protected]>
Iaroslav Naidon <[email protected]>
iDONi <[email protected]>
ifland <[email protected]>
Ilya Kozhevnikov <[email protected]>
Ilyas Bayraktar <[email protected]>
Expand Down Expand Up @@ -681,6 +684,7 @@ Nirantak Raghav <[email protected]>
Nitish <[email protected]>
Noel Gordon
Noritaka Kobayashi <[email protected]>
NoStory-py <[email protected]>
Nowell Strite <[email protected]>
Nozomi Ito <[email protected]>
no_author <[email protected]>
Expand All @@ -703,6 +707,7 @@ Outsider <[email protected]>
Paladin Wang <[email protected]>
Pallavi <[email protected]>
Palmer Bandy <[email protected]>
Paresh Gupta <[email protected]>
Pat Tullmann <[email protected]>
Patrice Jaton <[email protected]>
Patrick Beart <[email protected]>
Expand Down Expand Up @@ -900,6 +905,7 @@ Ulf Adams <[email protected]>
Ulrich Buchgraber <[email protected]>
User253489 <[email protected]>
V24 <[email protected]>
Vaibhav Gupta <[email protected]>
Valery Yatsynovich <[email protected]>
Varun Menon <[email protected]>
varunsurapaneni <[email protected]>
Expand All @@ -908,6 +914,8 @@ vedanthvdev <[email protected]>
vergiliu <[email protected]>
vflame <[email protected]>
Victor Tang <[email protected]>
Victoria Ivanova <[email protected]>
Victoria Ivanova <[email protected]>
Viet Nguyen Duc <[email protected]>
Vijay Singh <[email protected]>
Vijendarn Selvarajah <[email protected]>
Expand Down
24 changes: 12 additions & 12 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -174,22 +174,22 @@ maven.install(
artifacts = [
"com.beust:jcommander:1.82",
"com.github.javaparser:javaparser-core:3.27.0",
"com.github.spotbugs:spotbugs:4.9.4",
"com.github.spotbugs:spotbugs:4.9.6",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.code.gson:gson:2.13.1",
"com.google.guava:guava:33.4.8-jre",
"com.google.code.gson:gson:2.13.2",
"com.google.guava:guava:33.5.0-jre",
"com.github.ben-manes.caffeine:caffeine:3.2.2",
"com.google.auto:auto-common:1.2.2",
"com.google.auto.service:auto-service:1.1.1",
"com.google.auto.service:auto-service-annotations:1.1.1",
"com.google.googlejavaformat:google-java-format:1.28.0",
"com.google.protobuf:protobuf-java:3.25.5",
"com.google.protobuf:protobuf-java:4.32.1",
"com.google.protobuf.nano:protobuf-javanano:3.1.0",
"com.graphql-java:graphql-java:24.1",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.74.0",
"io.lettuce:lettuce-core:6.8.0.RELEASE",
"io.grpc:grpc-context:1.75.0",
"io.lettuce:lettuce-core:6.8.1.RELEASE",
"io.netty:netty-buffer",
"io.netty:netty-codec-http",
"io.netty:netty-codec-http2",
Expand All @@ -208,11 +208,11 @@ maven.install(
"io.opentelemetry:opentelemetry-sdk-trace",
"it.ozimov:embedded-redis:0.7.3",
"net.bytebuddy:byte-buddy:1.17.7",
"org.htmlunit:htmlunit-core-js:4.14.0",
"org.htmlunit:htmlunit-core-js:4.16.0",
"org.apache.commons:commons-exec:1.5.0",
"org.apache.logging.log4j:log4j-core:2.25.1",
"org.assertj:assertj-core:3.27.4",
"org.bouncycastle:bcpkix-jdk18on:1.81",
"org.bouncycastle:bcpkix-jdk18on:1.82",
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hsqldb:hsqldb:2.7.4",
"org.jboss.marshalling:jboss-marshalling:2.2.3.Final",
Expand All @@ -224,8 +224,8 @@ maven.install(
"org.junit.platform:junit-platform-reporting",
"org.junit.platform:junit-platform-commons",
"org.junit.platform:junit-platform-engine",
"org.mockito:mockito-core:5.18.0",
"org.redisson:redisson:3.50.0",
"org.mockito:mockito-core:5.19.0",
"org.redisson:redisson:3.51.0",
"org.slf4j:slf4j-api:2.0.17",
"org.slf4j:slf4j-jdk14:2.0.17",
"org.tomlj:tomlj:1.1.1",
Expand All @@ -234,8 +234,8 @@ maven.install(
"uk.org.webcompere:system-stubs-core:2.1.8",
],
boms = [
"io.opentelemetry:opentelemetry-bom:1.53.0",
"io.netty:netty-bom:4.2.4.Final",
"io.opentelemetry:opentelemetry-bom:1.54.0",
"io.netty:netty-bom:4.2.6.Final",
"org.junit:junit-bom:5.13.4",
],
excluded_artifacts = [
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ task '//java/test/org/openqa/selenium/environment/webserver:webserver:uber' => [
JAVA_RELEASE_TARGETS = %w[
//java/src/org/openqa/selenium/chrome:chrome.publish
//java/src/org/openqa/selenium/chromium:chromium.publish
//java/src/org/openqa/selenium/devtools/v137:v137.publish
//java/src/org/openqa/selenium/devtools/v140:v140.publish
//java/src/org/openqa/selenium/devtools/v138:v138.publish
//java/src/org/openqa/selenium/devtools/v139:v139.publish
//java/src/org/openqa/selenium/edge:edge.publish
Expand Down
Loading
Loading