Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SeleniumHQ/selenium
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a8aea2337281d1824e9fa6b784fc269b59d768e
Choose a base ref
...
head repository: SeleniumHQ/selenium
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8ccf0219d77a3144923d79e76e2b8fddd85b3e8f
Choose a head ref

Commits on Sep 20, 2024

  1. [ci] Updating actions for docs workflow

    [skip ci]
    diemol committed Sep 20, 2024
    Copy the full SHA
    f8eb7be View commit details
  2. [ci] Setting up curb for ubuntu

    [skip ci]
    diemol committed Sep 20, 2024
    Copy the full SHA
    74d5e6f View commit details
  3. [ci] Bumping version for download artifact action

    [skip ci]
    diemol committed Sep 20, 2024
    Copy the full SHA
    21f570d View commit details
  4. Copy the full SHA
    0cad7fa View commit details
  5. [ci] Setting nightly versions

    diemol committed Sep 20, 2024
    Copy the full SHA
    45dd8b9 View commit details
  6. Copy the full SHA
    b81ede8 View commit details

Commits on Sep 21, 2024

  1. Copy the full SHA
    b61b6ac View commit details

Commits on Sep 22, 2024

  1. Copy the full SHA
    01ed12f View commit details

Commits on Sep 23, 2024

  1. [ci] Downloading all downloaded artifacts at once

    [skip ci]
    diemol committed Sep 23, 2024
    Copy the full SHA
    e28c52c View commit details
  2. [ci] Removing condition in applying patches step

    [skip ci]
    diemol committed Sep 23, 2024
    Copy the full SHA
    0e0320c View commit details
  3. [ci] Removing patches directory

    [skip ci]
    diemol committed Sep 23, 2024
    Copy the full SHA
    769345c View commit details
  4. [ci] We need to commit the applied patches.

    [skip ci]
    diemol committed Sep 23, 2024
    Copy the full SHA
    b011ea3 View commit details
  5. Copy the full SHA
    5bb73f7 View commit details
  6. [ci] Pushing the new docs branch

    [skip ci]
    diemol committed Sep 23, 2024
    Copy the full SHA
    b10f78c View commit details
  7. Copy the full SHA
    68149ed View commit details

Commits on Sep 24, 2024

  1. [dotnet] [cdp] Reveal original exception message even if error code

    … is missing in payload
    
    Fix #14483
    nvborisenko committed Sep 24, 2024
    Copy the full SHA
    419484d View commit details

Commits on Sep 26, 2024

  1. Copy the full SHA
    7d1d0e0 View commit details

Commits on Sep 28, 2024

  1. [dotnet] Don't include http headers in internal logs (#14546)

    * [dotnet] Don't include http headers in internal logs
    
    * Update dotnet/src/webdriver/Remote/HttpCommandExecutor.cs
    
    Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
    
    * Update dotnet/src/webdriver/Remote/HttpCommandExecutor.cs
    
    Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
    nvborisenko and qodo-merge-pro[bot] authored Sep 28, 2024
    Copy the full SHA
    0cd8bbc View commit details

Commits on Oct 1, 2024

  1. [java] increasing of properties scope for better appium compatibility (

    …#14183)
    
    Co-authored-by: Puja Jagani <puja.jagani93@gmail.com>
    iampopovich and pujagani authored Oct 1, 2024
    Copy the full SHA
    e455840 View commit details
  2. py/test/selenium/webdriver/common/network.py: remove python 2 code (#…

    …14502)
    
    * java/cookie: escape cookie values when required
    
    * add xss escaping
    
    * Fix formatting
    
    * use string builder
    
    * py/test/webdriver/network.py: remove python 2 code
    
    * remove java code
    
    * restore
    
    ---------
    
    Co-authored-by: Puja Jagani <puja.jagani93@gmail.com>
    Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
    3 people authored Oct 1, 2024
    Copy the full SHA
    d1836b2 View commit details

Commits on Oct 3, 2024

  1. [py] fixed a bug in bidi/session.py by removing mutable object as d…

    …efault value for function argument. (#14286)
    sandeepsuryaprasad authored Oct 3, 2024
    Copy the full SHA
    e8820b5 View commit details
  2. [dotnet][rb][java][js][py] Automated Browser Version Update (#14411)

    Update pinned browser versions
    
    Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com>
    Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
    3 people authored Oct 3, 2024
    Copy the full SHA
    4e0a400 View commit details
  3. Copy the full SHA
    61d5f45 View commit details
  4. [dotnet] Don't write trace log message when waiting until driver serv…

    …ice is initialized (#14557)
    
    * [dotnet] Don't write trace log message when waiting until driver service is initialized
    
    On CI execution we see a lot of exceptions logged to output. Given that timeout is 5 seconds only, it is good just to suppress these exceptions even in internal logs.
    nvborisenko authored Oct 3, 2024
    Copy the full SHA
    1216ed9 View commit details
  5. [dotnet] Support GetLog command by Remote Web Driver (#14549)

    * [dotnet] Support GetLog command by Remote Web Driver
    
    * Don't swallow not implemented exception, user should see it
    nvborisenko authored Oct 3, 2024
    Copy the full SHA
    10d5f8c View commit details
  6. Copy the full SHA
    798cf1c View commit details

Commits on Oct 4, 2024

  1. Copy the full SHA
    27ad7f4 View commit details
  2. [js] Fix comment

    pujagani committed Oct 4, 2024
    Copy the full SHA
    0fe28e3 View commit details
  3. [dotnet] Add more internal logs around CDP DevTools communication (#1…

    …4558)
    
    * [dotnet] Add more internal logs around CDP DevTools communications
    
    * Warn only if this level is enabled
    
    * Log error and throw
    
    * One line cdp command params
    
    ---------
    
    Co-authored-by: Puja Jagani <puja.jagani93@gmail.com>
    nvborisenko and pujagani authored Oct 4, 2024
    Copy the full SHA
    50193fd View commit details
  4. Copy the full SHA
    a67a2df View commit details
  5. [py] Allow driver path to be set using ENV variables (#14528)

    ---------
    
    Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
    Delta456 and harsha509 authored Oct 4, 2024
    Copy the full SHA
    a2cacc1 View commit details
  6. [py] remove python 2.x support from py test file (#14504)

    [py] remove python 2.x support from py test
    
    Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
    Co-authored-by: David Burns <david.burns@theautomatedtester.co.uk>
    3 people authored Oct 4, 2024
    Copy the full SHA
    9157a9a View commit details
  7. [py] remove deprecated parameter from EdgeService (#14563)

    [py] remove deprecated parameter in EdgeService
    
    Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
    Delta456 and harsha509 authored Oct 4, 2024
    Copy the full SHA
    7a27fe7 View commit details
  8. selenium manager: check invalid browser version (#14511)

    * selenium manager: check invalid browser version
    
    * add more checks
    
    * apply suggestions from reviewer
    
    ---------
    
    Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
    Delta456 and harsha509 authored Oct 4, 2024
    Copy the full SHA
    9504dcd View commit details

Commits on Oct 5, 2024

  1. Copy the full SHA
    1b8e7d6 View commit details
  2. Copy the full SHA
    77e5270 View commit details
  3. Copy the full SHA
    5052af2 View commit details
  4. Copy the full SHA
    aa827cb View commit details
  5. Copy the full SHA
    5ec6408 View commit details

Commits on Oct 6, 2024

  1. Copy the full SHA
    97cf9a1 View commit details

Commits on Oct 7, 2024

  1. [java]: fix decoding of line endings (#14539)

    Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
    Co-authored-by: Puja Jagani <puja.jagani93@gmail.com>
    3 people authored Oct 7, 2024
    Copy the full SHA
    a12b597 View commit details
  2. Copy the full SHA
    64ed1e1 View commit details
  3. [dotnet] Json serializer gen context for SM output (#14481)

    * [dotnet] Json serializer gen context for SM output
    
    * Add System.Text.Encodings.Web dep for json context
    
    * Update bazel dotnet rules to 0.16
    nvborisenko authored Oct 7, 2024
    Copy the full SHA
    40bfc5e View commit details

Commits on Oct 8, 2024

  1. Copy the full SHA
    66dbd3c View commit details
  2. Copy the full SHA
    e494661 View commit details
  3. Copy the full SHA
    abd4bce View commit details

Commits on Oct 9, 2024

  1. Add releases downloads badge to README

    Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
    VietND96 committed Oct 9, 2024
    Copy the full SHA
    2cc7a5b View commit details

Commits on Oct 10, 2024

  1. Copy the full SHA
    438b77c View commit details

Commits on Oct 11, 2024

  1. [JS] move from npm to pnpm (#14579)

    * [js] use only pnpm and remove npm refs (#14572)
    
    * remove lock file refs
    harsha509 authored Oct 11, 2024
    Copy the full SHA
    f4e414b View commit details

Commits on Oct 13, 2024

  1. [grid]: Add node sessionTimeout to Grid status (#14582)

    [grid]: Node sessionTimeout include in Grid status
    
    Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
    VietND96 authored Oct 13, 2024
    3
    Copy the full SHA
    f9ffaa2 View commit details
Showing 391 changed files with 11,579 additions and 14,038 deletions.
2 changes: 1 addition & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
changelog:
exclude:
labels:
-dependencies
- dependencies
authors:
- selenium-ci
1 change: 1 addition & 0 deletions .github/workflows/ci-dotnet.yml
Original file line number Diff line number Diff line change
@@ -23,4 +23,5 @@ jobs:
java-version: 17
os: windows
run: |
fsutil 8dot3name set 0
bazel test //dotnet/test/common:ElementFindingTest-firefox //dotnet/test/common:ElementFindingTest-chrome --pin_browsers=true
1 change: 1 addition & 0 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ jobs:
# https://github.com/bazelbuild/rules_jvm_external/issues/1046
java-version: 17
run: |
fsutil 8dot3name set 0
bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest `
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
54 changes: 18 additions & 36 deletions .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ jobs:
git config --local user.email "selenium-ci@users.noreply.github.com"
git config --local user.name "Selenium CI Bot"
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
@@ -58,7 +58,7 @@ jobs:
git format-patch -1 HEAD --stdout > java-docs.patch
- name: Upload patch
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'java'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: java-docs-patch
path: java-docs.patch
@@ -76,10 +76,12 @@ jobs:
git config --local user.email "selenium-ci@users.noreply.github.com"
git config --local user.name "Selenium CI Bot"
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
- name: Setup curl for Ubuntu
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
- name: Update Documentation
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'ruby'
run: ./go rb:docs
@@ -88,7 +90,7 @@ jobs:
git format-patch -1 HEAD --stdout > ruby-docs.patch
- name: Upload patch
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'ruby'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ruby-docs-patch
path: ruby-docs.patch
@@ -106,7 +108,7 @@ jobs:
git config --local user.email "selenium-ci@users.noreply.github.com"
git config --local user.name "Selenium CI Bot"
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies
@@ -121,7 +123,7 @@ jobs:
git format-patch -1 HEAD --stdout > python-docs.patch
- name: Upload patch
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'python'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: python-docs-patch
path: python-docs.patch
@@ -150,7 +152,7 @@ jobs:
git format-patch -1 HEAD --stdout > dotnet-docs.patch
- name: Upload patch
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'dotnet'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dotnet-docs-patch
path: dotnet-docs.patch
@@ -179,7 +181,7 @@ jobs:
git format-patch -1 HEAD --stdout > node-docs.patch
- name: Upload patch
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'node'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: node-docs-patch
path: node-docs.patch
@@ -192,46 +194,26 @@ jobs:
uses: actions/checkout@v4
with:
ref: 'gh-pages'
fetch-depth: 0
fetch-tags: true
- name: Create and checkout new branch
run: |
git config --local user.email "selenium-ci@users.noreply.github.com"
git config --local user.name "Selenium CI Bot"
git checkout -b api-docs-${{ inputs.tag }}
- name: Download Java patch
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'java'
uses: actions/download-artifact@v2
with:
name: java-docs-patch
path: patches/
- name: Download Ruby patch
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'ruby'
uses: actions/download-artifact@v2
with:
name: ruby-docs-patch
path: patches/
- name: Download Python patch
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'python'
uses: actions/download-artifact@v2
- name: Download all patches
uses: actions/download-artifact@v4
with:
name: python-docs-patch
path: patches/
- name: Download .NET patch
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'dotnet'
uses: actions/download-artifact@v2
with:
name: dotnet-docs-patch
path: patches/
- name: Download Node patch
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'node'
uses: actions/download-artifact@v2
with:
name: node-docs-patch
path: patches/
merge-multiple: true
- name: Show downloaded patches
run: ls -lah patches/
- name: Apply patches
run: |
for patch in patches/*.patch; do
git am < "$patch"
done
rm -rf patches/
- name: Push Branch
run: git push origin api-docs-${{ inputs.tag }}
- name: Documentation Pull Request
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -91,6 +91,7 @@ Ashley Trinh <itsashley@hey.com>
Aslak Hellesøy <aslak.hellesoy@gmail.com>
asmundak <asmundak@google.com>
Atsushi Tatsuma <yoshoku@outlook.com>
Augustin Gottlieb <33221555+aguspe@users.noreply.github.com>
Augustin Gottlieb Pequeno <33221555+aguspe@users.noreply.github.com>
Aurélien Pupier <apupier@redhat.com>
Austin Michael Wilkins <42476341+amwilkins@users.noreply.github.com>
@@ -106,6 +107,7 @@ bgermann <bage@debian.org>
bhecquet <bhecquet@users.noreply.github.com>
bhkwan <bhkwan@example.com>
Bill Agee <billagee@gmail.com>
BlitzDestroyer <143762104+BlitzDestroyer@users.noreply.github.com>
bob <bob@example.com>
Bob Baron <rdbaron@gmail.com>
Bob Lubecker <thebobalu@gmail.com>
@@ -199,6 +201,7 @@ Darrin Cherry <darrinlc@Gmail.com>
Dave Hoover <dave.hoover@gmail.com>
Dave Hunt <dave.hunt@gmail.com>
daviande <danderso@gmail.com>
David Bernhard <dbernhard@ethz.ch>
David Burns <david.burns@theautomatedtester.co.uk>
David English <davidenglishcodes@gmail.com>
David Fischer <david.fischer.ch@gmail.com>
@@ -696,6 +699,7 @@ PombaM <PombaM@users.noreply.github.com>
Potapov Dmitriy <potapovd3012@gmail.com>
Prakhar Rawat <pxr7185@g.rit.edu>
praveendvd <45095911+praveendvd@users.noreply.github.com>
Priyansh Garg <priyanshgarg30@gmail.com>
Puja Jagani <puja.jagani93@gmail.com>
Pulkit Sharma <avastpulkit@gmail.com>
Pydi Chandra <pydi.chandra@gmail.com>
@@ -719,6 +723,7 @@ richard.hines <richard.hines@hp.com>
RichCrook <richcrook@yahoo.com>
richseviora <richard.seviora@gmail.com>
Rishav Trivedi <rishabtrivedi87@gmail.com>
Rob Brackett <rob@robbrackett.com>
Rob Richardson <robrich@robrich.org>
Rob Wu <gwnRob@gmail.com>
Robert Elliot <rob@lidalia.org.uk>
71 changes: 35 additions & 36 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -17,10 +17,10 @@ bazel_dep(name = "protobuf", version = "21.7", dev_dependency = True, repo_name
# Required for rules_rust to import the crates properly
bazel_dep(name = "rules_cc", version = "0.0.9", dev_dependency = True)

bazel_dep(name = "rules_dotnet", version = "0.15.1")
bazel_dep(name = "rules_dotnet", version = "0.16.0")
bazel_dep(name = "rules_java", version = "7.11.1")
bazel_dep(name = "rules_jvm_external", version = "6.3")
bazel_dep(name = "rules_nodejs", version = "6.2.0")
bazel_dep(name = "rules_nodejs", version = "6.3.0")
bazel_dep(name = "rules_oci", version = "1.7.6")
bazel_dep(name = "rules_pkg", version = "0.10.1")
bazel_dep(name = "rules_python", version = "0.33.0")
@@ -76,7 +76,7 @@ rules_ts_ext.deps(
use_repo(rules_ts_ext, "npm_typescript")

esbuild = use_extension("@aspect_rules_esbuild//esbuild:extensions.bzl", "esbuild")
esbuild.toolchain(esbuild_version = "0.19.9")
esbuild.toolchain(esbuild_version = "0.23.0")
use_repo(esbuild, "esbuild_toolchains")

register_toolchains("@esbuild_toolchains//:all")
@@ -173,53 +173,52 @@ maven.install(
"com.github.spotbugs:spotbugs:4.8.6",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.gson:gson:2.11.0",
"com.google.guava:guava:33.3.0-jre",
"com.google.guava:guava:33.3.1-jre",
"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:jar:1.23.0",
"com.graphql-java:graphql-java:20.2",
"com.graphql-java:java-dataloader:3.2.0",
"com.google.googlejavaformat:google-java-format:jar:1.24.0",
"com.graphql-java:graphql-java:22.3",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.66.0",
"io.grpc:grpc-context:1.68.0",
"io.lettuce:lettuce-core:6.4.0.RELEASE",
"io.netty:netty-buffer:4.1.113.Final",
"io.netty:netty-codec-http:4.1.113.Final",
"io.netty:netty-codec-http2:4.1.113.Final",
"io.netty:netty-common:4.1.113.Final",
"io.netty:netty-handler:4.1.113.Final",
"io.netty:netty-handler-proxy:4.1.113.Final",
"io.netty:netty-transport:4.1.113.Final",
"io.opentelemetry:opentelemetry-api:1.42.1",
"io.opentelemetry:opentelemetry-context:1.42.1",
"io.opentelemetry:opentelemetry-exporter-logging:1.42.1",
"io.opentelemetry:opentelemetry-sdk:1.42.1",
"io.opentelemetry:opentelemetry-sdk-common:1.42.1",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.42.1",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.42.1",
"io.opentelemetry:opentelemetry-sdk-testing:1.42.1",
"io.opentelemetry:opentelemetry-sdk-trace:1.42.1",
"io.netty:netty-buffer:4.1.114.Final",
"io.netty:netty-codec-http:4.1.114.Final",
"io.netty:netty-codec-http2:4.1.114.Final",
"io.netty:netty-common:4.1.114.Final",
"io.netty:netty-handler:4.1.114.Final",
"io.netty:netty-handler-proxy:4.1.114.Final",
"io.netty:netty-transport:4.1.114.Final",
"io.opentelemetry:opentelemetry-api:1.43.0",
"io.opentelemetry:opentelemetry-context:1.43.0",
"io.opentelemetry:opentelemetry-exporter-logging:1.43.0",
"io.opentelemetry:opentelemetry-sdk:1.43.0",
"io.opentelemetry:opentelemetry-sdk-common:1.43.0",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.43.0",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.43.0",
"io.opentelemetry:opentelemetry-sdk-testing:1.43.0",
"io.opentelemetry:opentelemetry-sdk-trace:1.43.0",
"io.opentelemetry.semconv:opentelemetry-semconv:1.25.0-alpha",
"io.ous:jtoml:2.0.0",
"it.ozimov:embedded-redis:0.7.3",
"net.bytebuddy:byte-buddy:1.15.1",
"org.htmlunit:htmlunit-core-js:4.4.0",
"net.bytebuddy:byte-buddy:1.15.7",
"org.htmlunit:htmlunit-core-js:4.5.0",
"org.apache.commons:commons-exec:1.4.0",
"org.apache.logging.log4j:log4j-core:2.24.0",
"org.apache.logging.log4j:log4j-core:2.24.1",
"org.assertj:assertj-core:3.26.3",
"org.bouncycastle:bcpkix-jdk18on:1.78.1",
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hsqldb:hsqldb:2.7.3",
"org.jspecify:jspecify:1.0.0",
"org.junit.jupiter:junit-jupiter-api:5.11.0",
"org.junit.jupiter:junit-jupiter-engine:5.11.0",
"org.junit.jupiter:junit-jupiter-params:5.11.0",
"org.junit.platform:junit-platform-launcher:1.11.0",
"org.junit.platform:junit-platform-reporting:1.11.0",
"org.junit.platform:junit-platform-commons:1.11.0",
"org.junit.platform:junit-platform-engine:1.11.0",
"org.mockito:mockito-core:5.13.0",
"org.redisson:redisson:3.36.0",
"org.junit.jupiter:junit-jupiter-api:5.11.3",
"org.junit.jupiter:junit-jupiter-engine:5.11.3",
"org.junit.jupiter:junit-jupiter-params:5.11.3",
"org.junit.platform:junit-platform-launcher:1.11.3",
"org.junit.platform:junit-platform-reporting:1.11.3",
"org.junit.platform:junit-platform-commons:1.11.3",
"org.junit.platform:junit-platform-engine:1.11.3",
"org.mockito:mockito-core:5.14.2",
"org.redisson:redisson:3.37.0",
"org.slf4j:slf4j-api:2.0.16",
"org.slf4j:slf4j-jdk14:2.0.16",
"org.zeromq:jeromq:0.6.0",
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Selenium

[![CI](https://github.com/SeleniumHQ/selenium/actions/workflows/ci.yml/badge.svg?branch=trunk&event=schedule)](https://github.com/SeleniumHQ/selenium/actions/workflows/ci.yml)
[![Releases downloads](https://img.shields.io/github/downloads/SeleniumHQ/selenium/total.svg)](https://github.com/SeleniumHQ/selenium/releases)

<a href="https://selenium.dev"><img src="common/images/selenium_logo_mark_green.svg" width="180" alt="Selenium Logo"/></a>

9 changes: 3 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ JAVA_RELEASE_TARGETS = %w[
//java/src/org/openqa/selenium/chromium:chromium.publish
//java/src/org/openqa/selenium/devtools/v128:v128.publish
//java/src/org/openqa/selenium/devtools/v129:v129.publish
//java/src/org/openqa/selenium/devtools/v127:v127.publish
//java/src/org/openqa/selenium/devtools/v130:v130.publish
//java/src/org/openqa/selenium/devtools/v85:v85.publish
//java/src/org/openqa/selenium/edge:edge.publish
//java/src/org/openqa/selenium/firefox:firefox.publish
@@ -483,7 +483,6 @@ namespace :node do
new_version = updated_version(old_version, arguments[:version], nightly)

['javascript/node/selenium-webdriver/package.json',
'package-lock.json',
'javascript/node/selenium-webdriver/BUILD.bazel'].each do |file|
text = File.read(file).gsub(old_version, new_version)
File.open(file, 'w') { |f| f.puts text }
@@ -792,7 +791,7 @@ namespace :dotnet do
sh 'docfx dotnet/docs/docfx.json'
rescue StandardError
case $CHILD_STATUS.exitstatus
when 127
when 130
raise 'Ensure the dotnet/tools directory is added to your PATH environment variable (e.g., `~/.dotnet/tools`)'
when 255
puts '.NET documentation build failed, likely because of DevTools namespacing. This is ok; continuing'
@@ -1050,8 +1049,7 @@ namespace :all do
'py/BUILD.bazel',
'py/setup.py',
'rb/lib/selenium/webdriver/version.rb',
'rb/Gemfile.lock',
'package-lock.json'])
'rb/Gemfile.lock'])

print 'Do you want to push the committed changes? (Y/n): '
response = $stdin.gets.chomp.downcase
@@ -1106,7 +1104,6 @@ namespace :all do
'java/version.bzl',
'javascript/node/selenium-webdriver/CHANGES.md',
'javascript/node/selenium-webdriver/package.json',
'package-lock.json',
'py/docs/source/conf.py',
'py/selenium/__init__.py',
'py/selenium/webdriver/__init__.py',
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@ rules_closure_toolchains()

http_archive(
name = "rules_rust",
integrity = "sha256-JLN47ZcAbx9wEr5Jiib4HduZATGLiDgK7oUi/fvotzU=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.42.1/rules_rust-v0.42.1.tar.gz"],
integrity = "sha256-Zx3bP+Xrz53TTQUeynNS+68z+lO/Ye7Qt1pMNIKeVIA=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.52.2/rules_rust-v0.52.2.tar.gz"],
)

load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")
File renamed without changes.
Loading