Skip to content

Commit 206f6b4

Browse files
authored
Merge branch 'trunk' into browser
2 parents 9799cbe + 88a732a commit 206f6b4

File tree

137 files changed

+6515
-1865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+6515
-1865
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ body:
5050
id: selenium-version
5151
attributes:
5252
label: What version of Selenium are you currently using?
53-
description: Important! The latest released version of Selenium is 4.34 and we can't fix old versions.
53+
description: Important! The latest released version of Selenium is 4.35 and we can't fix old versions.
5454
placeholder: e.g., 4.17.0
5555
validations:
5656
required: true

.github/workflows/ci-java.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
2929
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
3030
//java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest `
31-
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest
31+
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
32+
//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest
3233
3334
browser-tests-macos:
3435
name: Browser Tests

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ py/docs/source/**/*
7878
!py/docs/source/conf.py
7979
!py/docs/source/*.rst
8080
py/build/
81-
py/LICENSE
8281
py/pytestdebug.log
8382
py/python.iml
8483
selenium.egg-info/

.skipped-tests

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
-//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest
77
-//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest-edge
88
-//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest-remote
9+
-//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest
10+
-//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest-remote
911
-//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest
1012
-//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest
1113
-//java/test/org/openqa/selenium/grid/gridui:OverallGridTest
@@ -45,8 +47,10 @@
4547
-//rb/spec/integration/selenium/webdriver/remote:element-edge-remote
4648
-//rb/spec/integration/selenium/webdriver/remote:element-firefox-beta-remote
4749
-//rb/spec/integration/selenium/webdriver/remote:element-firefox-remote
50+
-//rb/spec/integration/selenium/webdriver:action_builder-firefox-beta-remote
4851
-//rb/spec/integration/selenium/webdriver:element-chrome
4952
-//rb/spec/integration/selenium/webdriver:element-chrome-bidi
5053
-//rb/spec/integration/selenium/webdriver:element-chrome-remote
51-
-//rb/spec/integration/selenium/webdriver:action_builder-firefox-beta-remote
54+
-//rb/spec/integration/selenium/webdriver:manager-firefox-beta
55+
-//rb/spec/integration/selenium/webdriver:manager-firefox-beta-remote
5256
-//rb:lint

AUTHORS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Austin Michael Wilkins <[email protected]>
103103
BaerMitUmlaut <[email protected]>
104104
Baran Ozgul <[email protected]>
105105
Bartek Florczak <[email protected]>
106+
Ben Beasley <[email protected]>
106107
Ben Congleton <[email protected]>
107108
Ben Kucera <[email protected]>
108109
@@ -178,7 +179,7 @@ clubfest <[email protected]>
178179
179180
180181
Connor Shea <[email protected]>
181-
Corey Goldberg <cgoldberg@gmail.com>
182+
Corey Goldberg <1113081+cgoldberg@users.noreply.github.com>
182183
Corey Schooler <[email protected]>
183184
Coty Rosenblath <[email protected]>
184185
Craig Nishina <[email protected]>
@@ -565,6 +566,7 @@ Maid <[email protected]>
565566
Malcolm Rowe
566567
MandarJKulkarni <[email protected]>
567568
Maneesh MS <[email protected]>
569+
Manikanta Reddy <[email protected]>
568570
Manoj Kumar <[email protected]>
569571
Manuel Blanco <[email protected]>
570572
Marc Fisher <[email protected]>
@@ -678,10 +680,12 @@ nir-tal-talkspace <[email protected]>
678680
Nirantak Raghav <[email protected]>
679681
680682
Noel Gordon
683+
Noritaka Kobayashi <[email protected]>
681684
Nowell Strite <[email protected]>
682685
Nozomi Ito <[email protected]>
683686
no_author <[email protected]>
684687
688+
685689
Oboleninov Anton <[email protected]>
686690
Oleg Höfling <[email protected]>
687691
Oleg Ridchenko <[email protected]>
@@ -941,6 +945,7 @@ Zeki Mokhtarzada <[email protected]>
941945
zhangwenqiang00 <[email protected]>
942946
Zhuo Peng <[email protected]>
943947
948+
944949
Zoltar - Knower of All
945950
946951
Ákos Lukács <[email protected]>

MODULE.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ maven.install(
176176
artifacts = [
177177
"com.beust:jcommander:1.82",
178178
"com.github.javaparser:javaparser-core:3.27.0",
179-
"com.github.spotbugs:spotbugs:4.9.3",
179+
"com.github.spotbugs:spotbugs:4.9.4",
180180
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
181181
"com.google.code.findbugs:jsr305:3.0.2",
182182
"com.google.code.gson:gson:2.13.1",
@@ -188,8 +188,8 @@ maven.install(
188188
"com.google.googlejavaformat:google-java-format:1.28.0",
189189
"com.graphql-java:graphql-java:24.1",
190190
"dev.failsafe:failsafe:3.3.2",
191-
"io.grpc:grpc-context:1.73.0",
192-
"io.lettuce:lettuce-core:6.7.1.RELEASE",
191+
"io.grpc:grpc-context:1.74.0",
192+
"io.lettuce:lettuce-core:6.8.0.RELEASE",
193193
"io.netty:netty-buffer",
194194
"io.netty:netty-codec-http",
195195
"io.netty:netty-codec-http2",
@@ -208,10 +208,10 @@ maven.install(
208208
"io.opentelemetry:opentelemetry-sdk-trace",
209209
"it.ozimov:embedded-redis:0.7.3",
210210
"net.bytebuddy:byte-buddy:1.17.6",
211-
"org.htmlunit:htmlunit-core-js:4.13.0",
211+
"org.htmlunit:htmlunit-core-js:4.14.0",
212212
"org.apache.commons:commons-exec:1.5.0",
213213
"org.apache.logging.log4j:log4j-core:2.25.1",
214-
"org.assertj:assertj-core:3.27.3",
214+
"org.assertj:assertj-core:3.27.4",
215215
"org.bouncycastle:bcpkix-jdk18on:1.81",
216216
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
217217
"org.hsqldb:hsqldb:2.7.4",
@@ -233,7 +233,7 @@ maven.install(
233233
"uk.org.webcompere:system-stubs-core:2.1.8",
234234
],
235235
boms = [
236-
"io.opentelemetry:opentelemetry-bom:1.52.0",
236+
"io.opentelemetry:opentelemetry-bom:1.53.0",
237237
"io.netty:netty-bom:4.1.121.Final",
238238
"org.junit:junit-bom:5.13.4",
239239
],

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,6 @@ To update API documentation for a specific language: `./go <language>:docs`
528528

529529
To update all documentation: `./go all:docs`
530530

531-
Note that JavaScript generation is [currently broken](https://github.com/SeleniumHQ/selenium/issues/10185).
532-
533531

534532
## Releasing
535533

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ JAVA_RELEASE_TARGETS = %w[
9898
//java/src/org/openqa/selenium/chromium:chromium.publish
9999
//java/src/org/openqa/selenium/devtools/v137:v137.publish
100100
//java/src/org/openqa/selenium/devtools/v138:v138.publish
101-
//java/src/org/openqa/selenium/devtools/v136:v136.publish
101+
//java/src/org/openqa/selenium/devtools/v139:v139.publish
102102
//java/src/org/openqa/selenium/edge:edge.publish
103103
//java/src/org/openqa/selenium/firefox:firefox.publish
104104
//java/src/org/openqa/selenium/grid/sessionmap/jdbc:jdbc.publish

0 commit comments

Comments
 (0)