Skip to content

Conversation

@selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Jul 8, 2025

User description

This is an automated pull request to update pinned browsers and drivers

Merge after verify the new browser versions properly passing the tests and no bugs need to be filed


PR Type

Other


Description

  • Update Firefox beta from 141.0b6 to 141.0b7

  • Update Microsoft Edge from 138.0.3351.65 to 138.0.3351.77

  • Update corresponding SHA256 checksums for all platforms

  • Update EdgeDriver version to match Edge browser


Changes diagram

flowchart LR
  A["Firefox 141.0b6"] --> B["Firefox 141.0b7"]
  C["Edge 138.0.3351.65"] --> D["Edge 138.0.3351.77"]
  E["EdgeDriver 138.0.3351.65"] --> F["EdgeDriver 138.0.3351.77"]
Loading

Changes walkthrough 📝

Relevant files
Configuration changes
repositories.bzl
Update browser versions and checksums                                       

common/repositories.bzl

  • Update Firefox beta version from 141.0b6 to 141.0b7 for Linux and
    macOS
  • Update Microsoft Edge from 138.0.3351.65 to 138.0.3351.77 for Linux
    and macOS
  • Update EdgeDriver version to match new Edge browser version
  • Update all corresponding SHA256 checksums for integrity verification
  • +11/-11 

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • @selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Jul 8, 2025
    @qodo-merge-pro
    Copy link
    Contributor

    qodo-merge-pro bot commented Jul 8, 2025

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Checksum Verification

    The SHA256 checksums for all browser and driver updates should be verified to ensure they match the actual downloaded files and haven't been tampered with during the automated update process.

            sha256 = "a4ae15b933f9cb4240355b8d418b47317f872d24ef66ab55efa60c2b24888de2",
            build_file_content = """
    load("@aspect_rules_js//js:defs.bzl", "js_library")
    package(default_visibility = ["//visibility:public"])
    
    filegroup(
        name = "files",
        srcs = glob(["**/*"]),
    )
    
    exports_files(["firefox/firefox"])
    
    js_library(
        name = "firefox-js",
        data = [":files"],
    )
    """,
        )
    
        dmg_archive(
            name = "mac_beta_firefox",
            url = "https://ftp.mozilla.org/pub/firefox/releases/141.0b7/mac/en-US/Firefox%20141.0b7.dmg",
            sha256 = "aaacbfb926c742a5e19eaefd6218ea226e450ede10929ea7c6f793f417bdc5f3",
            build_file_content = """
    load("@aspect_rules_js//js:defs.bzl", "js_library")
    package(default_visibility = ["//visibility:public"])
    
    exports_files(["Firefox.app"])
    
    js_library(
        name = "firefox-js",
        data = glob(["Firefox.app/**/*"]),
    )
    """,
        )
    
        http_archive(
            name = "linux_geckodriver",
            url = "https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-linux64.tar.gz",
            sha256 = "0bde38707eb0a686a20c6bd50f4adcc7d60d4f73c60eb83ee9e0db8f65823e04",
            build_file_content = """
    load("@aspect_rules_js//js:defs.bzl", "js_library")
    package(default_visibility = ["//visibility:public"])
    
    exports_files(["geckodriver"])
    
    js_library(
        name = "geckodriver-js",
        data = ["geckodriver"],
    )
    """,
        )
    
        http_archive(
            name = "mac_geckodriver",
            url = "https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-macos.tar.gz",
            sha256 = "b5627bfc29801b8752c9f1e7699018963c39c076aab6576dc14fcb1ce7a256f6",
            build_file_content = """
    load("@aspect_rules_js//js:defs.bzl", "js_library")
    package(default_visibility = ["//visibility:public"])
    
    exports_files(["geckodriver"])
    
    js_library(
        name = "geckodriver-js",
        data = ["geckodriver"],
    )
    """,
        )
    
        pkg_archive(
            name = "mac_edge",
            url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/5d98b72a-4c14-4c48-a73a-35f6c2587eba/MicrosoftEdge-138.0.3351.77.pkg",
            sha256 = "efba38365a5de0888c172cae50cb43877e0fc3ed2ae6e8d76ce50fa89d62952d",
            move = {
                "MicrosoftEdge-138.0.3351.77.pkg/Payload/Microsoft Edge.app": "Edge.app",
            },
            build_file_content = """
    load("@aspect_rules_js//js:defs.bzl", "js_library")
    package(default_visibility = ["//visibility:public"])
    
    exports_files(["Edge.app"])
    
    js_library(
        name = "edge-js",
        data = glob(["Edge.app/**/*"]),
    )
    """,
        )
    
        deb_archive(
            name = "linux_edge",
            url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_138.0.3351.77-1_amd64.deb",
            sha256 = "f03d1a625ce4a79a25eecea6d77e3604938d8a2420c99782951105c34999a876",
            build_file_content = """
    load("@aspect_rules_js//js:defs.bzl", "js_library")
    package(default_visibility = ["//visibility:public"])
    
    filegroup(
        name = "files",
        srcs = glob(["**/*"]),
    )
    
    exports_files(["opt/microsoft/msedge/microsoft-edge"])
    
    js_library(
        name = "edge-js",
        data = [":files"],
    )
    """,
        )
    
        http_archive(
            name = "linux_edgedriver",
            url = "https://msedgedriver.azureedge.net/138.0.3351.77/edgedriver_linux64.zip",
            sha256 = "4dfbddfb6cabe44da0214d464e0421bbbeada428ddd95a60a2aa245074230ddf",

    @qodo-merge-pro
    Copy link
    Contributor

    qodo-merge-pro bot commented Jul 8, 2025

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @qodo-merge-pro
    Copy link
    Contributor

    qodo-merge-pro bot commented Jul 8, 2025

    CI Feedback 🧐

    (Feedback updated until commit a2d43e9)

    A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

    Action: Test / All RBE tests

    Failed stage: Run Bazel [❌]

    Failed test name: test-bidi-network-test.js-chrome, test-fedcm-fedcm-test.js-chrome

    Failure summary:

    The action failed because 2 JavaScript tests failed:

    //javascript/selenium-webdriver:test-bidi-network-test.js-chrome - Failed with "TypeError: Cannot
    read properties of undefined (reading 'name')" at line 72:60 in test/bidi/network_test.js

    //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome - Failed with multiple TimeoutError
    instances where "Expected dialog type to be 'AccountChooser'" but wait timed out after ~10 seconds

    Relevant error logs:
    1:  ##[group]Runner Image Provisioner
    2:  Hosted Compute Agent
    ...
    
    963:  Package 'php-sql-formatter' is not installed, so not removed
    964:  Package 'php8.3-ssh2' is not installed, so not removed
    965:  Package 'php-ssh2-all-dev' is not installed, so not removed
    966:  Package 'php8.3-stomp' is not installed, so not removed
    967:  Package 'php-stomp-all-dev' is not installed, so not removed
    968:  Package 'php-swiftmailer' is not installed, so not removed
    969:  Package 'php-symfony' is not installed, so not removed
    970:  Package 'php-symfony-asset' is not installed, so not removed
    971:  Package 'php-symfony-asset-mapper' is not installed, so not removed
    972:  Package 'php-symfony-browser-kit' is not installed, so not removed
    973:  Package 'php-symfony-clock' is not installed, so not removed
    974:  Package 'php-symfony-debug-bundle' is not installed, so not removed
    975:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
    976:  Package 'php-symfony-dom-crawler' is not installed, so not removed
    977:  Package 'php-symfony-dotenv' is not installed, so not removed
    978:  Package 'php-symfony-error-handler' is not installed, so not removed
    979:  Package 'php-symfony-event-dispatcher' is not installed, so not removed
    ...
    
    1157:  Package 'php-twig-html-extra' is not installed, so not removed
    1158:  Package 'php-twig-i18n-extension' is not installed, so not removed
    1159:  Package 'php-twig-inky-extra' is not installed, so not removed
    1160:  Package 'php-twig-intl-extra' is not installed, so not removed
    1161:  Package 'php-twig-markdown-extra' is not installed, so not removed
    1162:  Package 'php-twig-string-extra' is not installed, so not removed
    1163:  Package 'php8.3-uopz' is not installed, so not removed
    1164:  Package 'php-uopz-all-dev' is not installed, so not removed
    1165:  Package 'php8.3-uploadprogress' is not installed, so not removed
    1166:  Package 'php-uploadprogress-all-dev' is not installed, so not removed
    1167:  Package 'php8.3-uuid' is not installed, so not removed
    1168:  Package 'php-uuid-all-dev' is not installed, so not removed
    1169:  Package 'php-validate' is not installed, so not removed
    1170:  Package 'php-vlucas-phpdotenv' is not installed, so not removed
    1171:  Package 'php-voku-portable-ascii' is not installed, so not removed
    1172:  Package 'php-wmerrors' is not installed, so not removed
    1173:  Package 'php-xdebug-all-dev' is not installed, so not removed
    ...
    
    1798:  (12:07:24) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image distributor-image: https://github.com/bazel-contrib/rules_oci/issues/220
    1799:  (12:07:24) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image event-bus-image: https://github.com/bazel-contrib/rules_oci/issues/220
    1800:  (12:07:24) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image router-image: https://github.com/bazel-contrib/rules_oci/issues/220
    1801:  (12:07:24) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image session-map-image: https://github.com/bazel-contrib/rules_oci/issues/220
    1802:  (12:07:24) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image session-queue-image: https://github.com/bazel-contrib/rules_oci/issues/220
    1803:  (12:07:24) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image chrome-node: https://github.com/bazel-contrib/rules_oci/issues/220
    1804:  (12:07:24) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image firefox-node: https://github.com/bazel-contrib/rules_oci/issues/220
    1805:  (12:07:29) �[32mLoading:�[0m 238 packages loaded
    1806:  currently loading:  ... (11 packages)
    1807:  (12:07:33) �[32mAnalyzing:�[0m 2357 targets (249 packages loaded, 0 targets configured)
    1808:  (12:07:33) �[32mAnalyzing:�[0m 2357 targets (249 packages loaded, 0 targets configured)
    1809:  (12:07:39) �[32mAnalyzing:�[0m 2357 targets (425 packages loaded, 68 targets configured)
    1810:  (12:07:44) �[32mAnalyzing:�[0m 2357 targets (629 packages loaded, 11984 targets configured)
    1811:  (12:07:44) �[33mDEBUG: �[0m/home/runner/.bazel/external/rules_jvm_external+/private/extensions/maven.bzl:295:14: WARNING: The following maven modules appear in multiple sub-modules with potentially different versions. Consider adding one of these to your root module to ensure consistent versions:
    1812:  com.google.code.findbugs:jsr305
    1813:  com.google.errorprone:error_prone_annotations
    1814:  com.google.guava:guava (versions: 30.1.1-jre, 31.0.1-android)
    ...
    
    1864:  Build Script Warning: bzip2-1.0.8/compress.c: In function ‘sendMTFValues’:
    1865:  Build Script Warning: bzip2-1.0.8/compress.c:243:19: warning: variable ‘nBytes’ set but not used [-Wunused-but-set-variable]
    1866:  Build Script Warning:   243 |    Int32 nGroups, nBytes;
    1867:  Build Script Warning:       |                   ^~~~~~
    1868:  (12:09:00) �[32mAnalyzing:�[0m 2357 targets (1667 packages loaded, 54173 targets configured)
    1869:  �[32m[4,695 / 5,639]�[0m 18 / 698 tests;�[0m Testing //java/src/org/openqa/selenium/concurrent:concurrent-spotbugs; 0s remote, remote-cache ... (49 actions, 6 running)
    1870:  (12:09:01) �[32mINFO: �[0mFrom Compiling src/google/protobuf/compiler/rust/relative_path.cc [for tool]:
    1871:  external/protobuf+/src/google/protobuf/compiler/rust/relative_path.cc: In member function ‘std::string google::protobuf::compiler::rust::RelativePath::Relative(const google::protobuf::compiler::rust::RelativePath&) const’:
    1872:  external/protobuf+/src/google/protobuf/compiler/rust/relative_path.cc:65:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<absl::lts_20240116::string_view>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
    1873:  65 |   for (int i = 0; i < current_segments.size(); ++i) {
    1874:  |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~
    1875:  (12:09:01) �[32mINFO: �[0mFrom Installing external/rules_ruby++ruby+bundle/rb/vendor/cache/bundler-2.6.3.gem (@@rules_ruby++ruby+bundle//:bundler-2.6.3):
    1876:  Successfully installed bundler-2.6.3
    1877:  1 gem installed
    1878:  (12:09:03) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (64 source files):
    1879:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1880:  private final ErrorCodes errorCodes;
    1881:  ^
    1882:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1883:  this.errorCodes = new ErrorCodes();
    1884:  ^
    1885:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1886:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    1887:  ^
    1888:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1889:  ErrorCodes errorCodes = new ErrorCodes();
    1890:  ^
    1891:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1892:  ErrorCodes errorCodes = new ErrorCodes();
    1893:  ^
    1894:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1895:  response.setStatus(ErrorCodes.SUCCESS);
    1896:  ^
    1897:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1898:  response.setState(ErrorCodes.SUCCESS_STRING);
    1899:  ^
    1900:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1901:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    1902:  ^
    1903:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1904:  new ErrorCodes().getExceptionType((String) rawError);
    1905:  ^
    1906:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1907:  private final ErrorCodes errorCodes = new ErrorCodes();
    1908:  ^
    1909:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1910:  private final ErrorCodes errorCodes = new ErrorCodes();
    1911:  ^
    1912:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1913:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    1914:  ^
    1915:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:101: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1916:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1917:  ^
    1918:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:103: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1919:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1920:  ^
    1921:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:117: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1922:  response.setStatus(ErrorCodes.SUCCESS);
    1923:  ^
    1924:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:118: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1925:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1926:  ^
    1927:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:124: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1928:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1929:  ^
    1930:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1931:  private final ErrorCodes errorCodes = new ErrorCodes();
    1932:  ^
    1933:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1934:  private final ErrorCodes errorCodes = new ErrorCodes();
    1935:  ^
    1936:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:93: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1937:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1938:  ^
    1939:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:98: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1940:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1941:  ^
    1942:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:145: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1943:  response.setStatus(ErrorCodes.SUCCESS);
    1944:  ^
    ...
    
    2029:  383 |   if (canonical_values_.size() != descriptor_->value_count()) {
    2030:  |       ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2031:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/action_test.html -> javascript/atoms/test/action_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2032:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/attribute_test.html -> javascript/atoms/test/attribute_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2033:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/child_locator_test.html -> javascript/atoms/test/child_locator_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2034:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/click_link_test.html -> javascript/atoms/test/click_link_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2035:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/click_submit_test.html -> javascript/atoms/test/click_submit_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2036:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/click_test.html -> javascript/atoms/test/click_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2037:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/clientrect_test.html -> javascript/atoms/test/clientrect_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2038:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/color_test.html -> javascript/atoms/test/color_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2039:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/deps.js -> javascript/atoms/test/deps.js obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2040:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/dom_test.html -> javascript/atoms/test/dom_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2041:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/drag_test.html -> javascript/atoms/test/drag_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2042:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/enabled_test.html -> javascript/atoms/test/enabled_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2043:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/enter_submit_test.html -> javascript/atoms/test/enter_submit_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2044:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/error_test.html -> javascript/atoms/test/error_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2045:  (12:09:09) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/events_test.html -> javascript/atoms/test/events_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    ...
    
    2211:  �[32m[10,550 / 12,201]�[0m 172 / 2048 tests;�[0m [Prepa] Testing //py:common-edge-test/selenium/webdriver/common/quit_tests.py ... (50 actions, 0 running)
    2212:  (12:09:40) �[32mAnalyzing:�[0m 2357 targets (1683 packages loaded, 58991 targets configured)
    2213:  �[32m[10,706 / 12,346]�[0m 199 / 2048 tests;�[0m [Prepa] Testing //py:common-firefox-test/selenium/webdriver/common/page_load_timeout_tests.py ... (49 actions, 5 running)
    2214:  (12:09:45) �[32mAnalyzing:�[0m 2357 targets (1685 packages loaded, 59046 targets configured)
    2215:  �[32m[10,831 / 12,476]�[0m 217 / 2048 tests;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/executing_javascript_tests.py; 4s remote, remote-cache ... (50 actions, 1 running)
    2216:  (12:09:50) �[32mAnalyzing:�[0m 2357 targets (1687 packages loaded, 59060 targets configured)
    2217:  �[32m[10,866 / 12,553]�[0m 228 / 2048 tests;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/executing_async_javascript_tests.py; 7s remote, remote-cache ... (50 actions, 0 running)
    2218:  (12:09:55) �[32mAnalyzing:�[0m 2357 targets (1691 packages loaded, 64232 targets configured)
    2219:  �[32m[11,269 / 12,793]�[0m 306 / 2067 tests;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/devtools_tests.py; 2s remote, remote-cache ... (50 actions, 1 running)
    2220:  (12:10:00) �[32mAnalyzing:�[0m 2357 targets (1691 packages loaded, 64701 targets configured)
    2221:  �[32m[11,520 / 13,038]�[0m 387 / 2201 tests;�[0m [Prepa] Testing //py:common-chrome-test/selenium/webdriver/common/children_finding_tests.py ... (50 actions, 1 running)
    2222:  (12:10:04) �[32mINFO: �[0mAnalyzed 2357 targets (1691 packages loaded, 64857 targets configured).
    2223:  (12:10:05) �[32m[11,775 / 13,323]�[0m 487 / 2357 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-chrome; 5s remote, remote-cache ... (50 actions, 2 running)
    2224:  (12:10:10) �[32m[12,138 / 13,563]�[0m 650 / 2357 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-chrome; 10s remote, remote-cache ... (47 actions, 8 running)
    2225:  (12:10:12) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2226:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2227:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2228:  ^
    2229:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2230:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2231:  ^
    2232:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2233:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    2234:  ^
    2235:  (12:10:14) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2236:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:26: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2237:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2238:  ^
    2239:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2240:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2241:  ^
    2242:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:81: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2243:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2244:  ^
    2245:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2246:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2247:  ^
    2248:  (12:10:15) �[32m[13,147 / 14,385]�[0m 755 / 2357 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-chrome; 15s remote, remote-cache ... (47 actions, 3 running)
    2249:  (12:10:17) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2250:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2251:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    2252:  ^
    2253:  (12:10:20) �[32m[13,544 / 14,653]�[0m 952 / 2357 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-chrome; 20s remote, remote-cache ... (47 actions, 7 running)
    2254:  (12:10:21) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2255:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2256:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2257:  ^
    2258:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2259:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2260:  ^
    2261:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2262:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2263:  ^
    2264:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2265:  private final ErrorCodes errorCodes = new ErrorCodes();
    2266:  ^
    2267:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2268:  private final ErrorCodes errorCodes = new ErrorCodes();
    2269:  ^
    2270:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2271:  private final ErrorCodes errorCodes = new ErrorCodes();
    2272:  ^
    2273:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2274:  private final ErrorCodes errorCodes = new ErrorCodes();
    2275:  ^
    2276:  (12:10:22) �[31m�[1mFAIL: �[0m//javascript/selenium-webdriver:test-bidi-network-test.js-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-bidi-network-test.js-chrome/test_attempts/attempt_1.log)
    2277:  (12:10:24) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2278:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2279:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2280:  ^
    2281:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2282:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2283:  ^
    2284:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2285:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2286:  ^
    2287:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2288:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2289:  ^
    2290:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2291:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2292:  ^
    2293:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2294:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2295:  ^
    2296:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2297:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2298:  ^
    2299:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2300:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2301:  ^
    2302:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2303:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2304:  ^
    2305:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2306:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2307:  ^
    2308:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2309:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2310:  ^
    2311:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2312:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2313:  ^
    2314:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2315:  ErrorCodes.UNHANDLED_ERROR,
    2316:  ^
    2317:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2318:  ErrorCodes.UNHANDLED_ERROR,
    2319:  ^
    2320:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2321:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2322:  ^
    2323:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2324:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2325:  ^
    2326:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2327:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2328:  ^
    2329:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2330:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2331:  ^
    2332:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2333:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2334:  ^
    2335:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2336:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2337:  ^
    2338:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2339:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2340:  ^
    2341:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2342:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2343:  ^
    2344:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2345:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2346:  ^
    2347:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2348:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2349:  ^
    2350:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2351:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2352:  ^
    2353:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2354:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2355:  ^
    2356:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2357:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2358:  ^
    2359:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2360:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2361:  ^
    2362:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2363:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2364:  ^
    2365:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2366:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2367:  ^
    2368:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2369:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2370:  ^
    2371:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2372:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2373:  ^
    2374:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2375:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2376:  ^
    2377:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2378:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2379:  ^
    2380:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2381:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2382:  ^
    2383:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2384:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2385:  ^
    2386:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2387:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2388:  ^
    2389:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2390:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2391:  ^
    2392:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2393:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2394:  ^
    2395:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2396:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2397:  ^
    2398:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2399:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2400:  ^
    2401:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2402:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2403:  ^
    2404:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2405:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2406:  ^
    2407:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2408:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2409:  ^
    2410:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2411:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2412:  ^
    2413:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2414:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2415:  ^
    2416:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2417:  response.setState(new ErrorCodes().toState(status));
    2418:  ^
    ...
    
    2488:  (12:10:45) �[32m[15,171 / 15,838]�[0m 1561 / 2357 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-chrome; 45s remote, remote-cache ... (49 actions, 2 running)
    2489:  (12:10:45) �[32mINFO: �[0mFrom Compiling ProxyTest-edge:
    2490:  dotnet/test/common/ProxyTest.cs(34,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2491:  dotnet/test/common/ProxyTest.cs(57,27): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2492:  dotnet/test/common/ProxyTest.cs(76,9): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2493:  dotnet/test/common/ProxyTest.cs(85,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2494:  dotnet/test/common/ProxyTest.cs(107,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2495:  dotnet/test/common/ProxyTest.cs(127,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2496:  dotnet/test/common/ProxyTest.cs(156,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2497:  dotnet/test/common/ProxyTest.cs(202,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2498:  dotnet/test/common/ProxyTest.cs(225,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2499:  dotnet/test/common/ProxyTest.cs(246,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2500:  dotnet/test/common/ProxyTest.cs(268,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2501:  dotnet/test/common/ProxyTest.cs(290,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2502:  (12:10:48) �[31m�[1mFAIL: �[0m//javascript/selenium-webdriver:test-bidi-network-test.js-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-bidi-network-test.js-chrome/test.log)
    2503:  �[31m�[1mFAILED: �[0m//javascript/selenium-webdriver:test-bidi-network-test.js-chrome (Summary)
    2504:  ==================== Test output for //javascript/selenium-webdriver:test-bidi-network-test.js-chrome:
    2505:  [INFO] Running tests against [chrome]
    2506:  [chrome]
    2507:  Network network
    2508:  ✔ can listen to event before request is sent (212ms)
    2509:  1) can request cookies
    2510:  - can redirect http equiv
    2511:  ✔ can subscribe to response started (220ms)
    2512:  ✔ test response started mime type (317ms)
    2513:  ✔ can subscribe to response completed (197ms)
    2514:  - can listen to auth required event
    2515:  ✔ can listen to fetch error event (308ms)
    2516:  ✔ test response completed mime type (295ms)
    2517:  setCacheBehavior
    2518:  ✔ can set cache behavior to bypass for a context (297ms)
    2519:  ✔ can set cache behavior to default for a context (299ms)
    2520:  ✔ can set cache behavior to default/bypass with no context id (196ms)
    2521:  ✔ throws error for invalid cache behavior (169ms)
    2522:  ✔ throws error for invalid context id types (156ms)
    2523:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-bidi-network-test.js-chrome/test.log
    2524:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-bidi-network-test.js-chrome/test_attempts/attempt_1.log
    2525:  (12:10:48) �[32mINFO: �[0mFrom Testing //javascript/selenium-webdriver:test-bidi-network-test.js-chrome:
    2526:  11 passing (19s)
    2527:  2 pending
    2528:  1 failing
    2529:  1) [chrome]
    2530:  Network network
    2531:  can request cookies:
    2532:  TypeError: Cannot read properties of undefined (reading 'name')
    2533:  at Context.<anonymous> (test/bidi/network_test.js:72:60)
    2534:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    2535:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChAw4-cVZQdbAZruIL4ad6G_EgdkZWZhdWx0GiUKIAjd-HLKwdPn6dy6aBmwnQVhkDd7qXNBBWl95mKlNNGBELwD
    2536:  ================================================================================
    2537:  ==================== Test output for //javascript/selenium-webdriver:test-bidi-network-test.js-chrome:
    2538:  [INFO] Running tests against [chrome]
    2539:  [chrome]
    2540:  Network network
    2541:  ✔ can listen to event before request is sent (208ms)
    2542:  1) can request cookies
    2543:  - can redirect http equiv
    2544:  ✔ can subscribe to response started (293ms)
    2545:  ✔ test response started mime type (289ms)
    2546:  ✔ can subscribe to response completed (195ms)
    2547:  - can listen to auth required event
    2548:  ✔ can listen to fetch error event (500ms)
    2549:  ✔ test response completed mime type (296ms)
    2550:  setCacheBehavior
    2551:  ✔ can set cache behavior to bypass for a context (430ms)
    2552:  ✔ can set cache behavior to default for a context (297ms)
    2553:  ✔ can set cache behavior to default/bypass with no context id (208ms)
    2554:  ✔ throws error for invalid cache behavior (160ms)
    2555:  ✔ throws error for invalid context id types (240ms)
    2556:  11 passing (23s)
    2557:  2 pending
    2558:  1 failing
    2559:  1) [chrome]
    2560:  Network network
    2561:  can request cookies:
    2562:  TypeError: Cannot read properties of undefined (reading 'name')
    2563:  at Context.<anonymous> (test/bidi/network_test.js:72:60)
    2564:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    2565:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChAw4-cVZQdbAZruIL4ad6G_EgdkZWZhdWx0GiUKIAjd-HLKwdPn6dy6aBmwnQVhkDd7qXNBBWl95mKlNNGBELwD
    2566:  ================================================================================
    2567:  (12:10:50) �[32m[15,552 / 16,047]�[0m 1764 / 2357 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome; 40s remote, remote-cache ... (46 actions, 2 running)
    2568:  (12:10:55) �[32m[15,841 / 16,165]�[0m 1943 / 2357 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome; 45s remote, remote-cache ... (50 actions, 2 running)
    2569:  dotnet/test/common/ProxyTest.cs(34,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2570:  (12:10:56) �[32mINFO: �[0mFrom Compiling ProxyTest-firefox:
    2571:  dotnet/test/common/ProxyTest.cs(57,27): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2572:  dotnet/test/common/ProxyTest.cs(76,9): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2573:  dotnet/test/common/ProxyTest.cs(85,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2574:  dotnet/test/common/ProxyTest.cs(107,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2575:  dotnet/test/common/ProxyTest.cs(127,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2576:  dotnet/test/common/ProxyTest.cs(156,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2577:  dotnet/test/common/ProxyTest.cs(202,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2578:  dotnet/test/common/ProxyTest.cs(225,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2579:  dotnet/test/common/ProxyTest.cs(246,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2580:  dotnet/test/common/ProxyTest.cs(268,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2581:  dotnet/test/common/ProxyTest.cs(290,21): warning CS0618: 'Proxy.FtpProxy' is obsolete: 'FTP proxy support is deprecated and will be removed in the 4.37 version.'
    2582:  (12:11:00) �[32m[16,050 / 16,241]�[0m 2073 / 2357 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome; 50s remote, remote-cache ... (46 actions, 2 running)
    2583:  (12:11:05) �[32m[16,256 / 16,310]�[0m 2213 / 2357 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome; 55s remote, remote-cache ... (50 actions, 2 running)
    2584:  (12:11:15) �[32m[16,308 / 16,310]�[0m 2265 / 2357 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome; 65s remote, remote-cache ... (2 actions running)
    2585:  (12:11:25) �[32m[16,308 / 16,310]�[0m 2265 / 2357 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome; 75s remote, remote-cache ... (2 actions running)
    2586:  (12:11:29) �[31m�[1mFAIL: �[0m//javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-fedcm-fedcm-test.js-chrome/test_attempts/attempt_1.log)
    2587:  (12:11:35) �[32m[16,308 / 16,310]�[0m 2265 / 2357 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome; 85s remote, remote-cache ... (2 actions running)
    2588:  (12:11:47) �[32m[16,308 / 16,310]�[0m 2265 / 2357 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome; 97s remote, remote-cache ... (2 actions running)
    2589:  (12:12:10) �[32m[16,308 / 16,310]�[0m 2265 / 2357 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome; 120s remote, remote-cache ... (2 actions running)
    2590:  (12:12:10) �[31m�[1mFAIL: �[0m//javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-fedcm-fedcm-test.js-chrome/test.log)
    2591:  �[31m�[1mFAILED: �[0m//javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome (Summary)
    2592:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-fedcm-fedcm-test.js-chrome/test.log
    2593:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-fedcm-fedcm-test.js-chrome/test_attempts/attempt_1.log
    2594:  (12:12:10) �[32mINFO: �[0mFrom Testing //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome:
    2595:  ==================== Test output for //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome:
    2596:  [INFO] Running tests against [chrome]
    2597:  [chrome]
    2598:  Federated Credential Management Test
    2599:  1) credential management dialog should appear
    2600:  2) can dismiss dialog
    2601:  3) can select account
    2602:  ✔ can get account list (344ms)
    2603:  1 passing (1m)
    2604:  3 failing
    2605:  1) [chrome]
    2606:  Federated Credential Management Test
    2607:  credential management dialog should appear:
    2608:  TimeoutError: Expected dialog type to be "AccountChooser"
    2609:  Wait timed out after 10074ms
    2610:  at /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/javascript/selenium-webdriver/test-fedcm-fedcm-test.js-chrome_/test-fedcm-fedcm-test.js-chrome.runfiles/_main/node_modules/.aspect_rules_js/[email protected]/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    2611:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    2612:  2) [chrome]
    2613:  Federated Credential Management Test
    2614:  can dismiss dialog:
    2615:  TimeoutError: Expected dialog type to be "AccountChooser"
    2616:  Wait timed out after 10321ms
    2617:  at /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/javascript/selenium-webdriver/test-fedcm-fedcm-test.js-chrome_/test-fedcm-fedcm-test.js-chrome.runfiles/_main/node_modules/.aspect_rules_js/[email protected]/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    2618:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    2619:  3) [chrome]
    2620:  Federated Credential Management Test
    2621:  can select account:
    2622:  TimeoutError: Expected dialog type to be "AccountChooser"
    2623:  Wait timed out after 10211ms
    2624:  at /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/javascript/selenium-webdriver/test-fedcm-fedcm-test.js-chrome_/test-fedcm-fedcm-test.js-chrome.runfiles/_main/node_modules/.aspect_rules_js/[email protected]/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    2625:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    2626:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChBIQ_3VntVd6o3l9efKnBw1EgdkZWZhdWx0GiUKIHrvA-vcjeXWd5lnuEVJVEtQu5KJjlWeE2A-laS6fti3ELwD
    2627:  ================================================================================
    2628:  ==================== Test output for //javascript/selenium-webdriver:test-fedcm-fedcm-test.js-chrome:
    2629:  [INFO] Running tests against [chrome]
    2630:  [chrome]
    2631:  Federated Credential Management Test
    2632:  1) credential management dialog should appear
    2633:  ✔ can dismiss dialog (372ms)
    2634:  ✔ can select account (369ms)
    2635:  ✔ can get account list (372ms)
    2636:  3 passing (39s)
    2637:  1 failing
    2638:  1) [chrome]
    2639:  Federated Credential Management Test
    2640:  credential management dialog should appear:
    2641:  TimeoutError: Expected dialog type to be "AccountChooser"
    2642:  Wait timed out after 10334ms
    2643:  at /mnt/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/javascript/selenium-webdriver/test-fedcm-fedcm-test.js-chrome_/test-fedcm-fedcm-test.js-chrome.runfiles/_main/node_modules/.aspect_rules_js/[email protected]/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    2644:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    2645:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChBIQ_3VntVd6o3l9efKnBw1EgdkZWZhdWx0GiUKIHrvA-vcjeXWd5lnuEVJVEtQu5KJjlWeE2A-laS6fti3ELwD
    2646:  ================================================================================
    2647:  (12:12:15) �[32m[16,309 / 16,310]�[0m 2266 / 2357 tests, �[31m�[1m2 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 89s remote, remote-cache
    2648:  (12:12:22) �[32m[16,309 / 16,310]�[0m 2266 / 2357 tests, �[31m�[1m2 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 96s remote, remote-cache
    2649:  (12:12:52) �[32m[16,309 / 16,310]�[0m 2266 / 2357 tests, �[31m�[1m2 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 126s remote, remote-cache
    2650:  (12:13:52) �[32m[16,309 / 16,310]�[0m 2266 / 2357 tests, �[31m�[1m2 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 186s remote, remote-cache
    2651:  (12:14:37) �[32m[16,309 / 16,310]�[0m 2267 / 2357 tests, �[31m�[1m2 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 230s remote, remote-cache
    2652:  (12:14:42) �[32m[16,337 / 16,338]�[0m 2294 / 2357 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-chrome-remote; 0s remote
    2653:  (12:14:47) �[32m[16,363 / 16,364]�[0m 2321 / 2357 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-firefox-remote; 0s remote, remote-cache
    2654:  (12:14:52) �[32m[16,393 / 16,394]�[0m 2350 / 2357 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:script-chrome; 0s remote
    2655:  (12:14:53) �[32mINFO: �[0mFound 2357 test targets...
    2656:  (12:14:53) �[32mINFO: �[0mElapsed time: 476.019s, Critical Path: 272.12s
    2657:  (12:14:53) �[32mINFO: �[0m15670 processes: 7708 remote cache hit, 7905 internal, 47 local, 10 remote.
    2658:  (12:14:53) �[32mINFO: �[0mBuild completed, 2 tests FAILED, 15670 total actions
    2659:  //dotnet/test/common:AlertsTest-chrome                          �[0m�[32m(cached) PASSED�[0m in 20.1s
    ...
    
    2777:  //dotnet/test/common:ElementElementFindingTest-chrome           �[0m�[32m(cached) PASSED�[0m in 8.0s
    2778:  //dotnet/test/common:ElementElementFindingTest-edge             �[0m�[32m(cached) PASSED�[0m in 11.8s
    2779:  //dotnet/test/common:ElementElementFindingTest-firefox          �[0m�[32m(cached) PASSED�[0m in 16.3s
    2780:  //dotnet/test/common:ElementEqualityTest-chrome                 �[0m�[32m(cached) PASSED�[0m in 10.1s
    2781:  //dotnet/test/common:ElementEqualityTest-edge                   �[0m�[32m(cached) PASSED�[0m in 8.6s
    2782:  //dotnet/test/common:ElementEqualityTest-firefox                �[0m�[32m(cached) PASSED�[0m in 15.6s
    2783:  //dotnet/test/common:ElementFindingTest-chrome                  �[0m�[32m(cached) PASSED�[0m in 27.5s
    2784:  //dotnet/test/common:ElementFindingTest-edge                    �[0m�[32m(cached) PASSED�[0m in 28.2s
    2785:  //dotnet/test/common:ElementFindingTest-firefox                 �[0m�[32m(cached) PASSED�[0m in 47.9s
    2786:  //dotnet/test/common:ElementPropertyTest-chrome                 �[0m�[32m(cached) PASSED�[0m in 4.8s
    2787:  //dotnet/test/common:ElementPropertyTest-edge                   �[0m�[32m(cached) PASSED�[0m in 9.2s
    2788:  //dotnet/test/common:ElementPropertyTest-firefox                �[0m�[32m(cached) PASSED�[0m in 16.4s
    2789:  //dotnet/test/common:ElementSelectingTest-chrome                �[0m�[32m(cached) PASSED�[0m in 15.1s
    2790:  //dotnet/test/common:ElementSelectingTest-edge                  �[0m�[32m(cached) PASSED�[0m in 13.0s
    2791:  //dotnet/test/common:ElementSelectingTest-firefox               �[0m�[32m(cached) PASSED�[0m in 28.0s
    2792:  //dotnet/test/common:ErrorsTest-chrome                          �[0m�[32m(cached) PASSED�[0m in 4.8s
    2793:  //dotnet/test/common:ErrorsTest-edge                            �[0m�[32m(cached) PASSED�[0m in 7.0s
    2794:  //dotnet/test/common:ErrorsTest-firefox                         �[0m�[32m(cached) PASSED�[0m in 14.8s
    2795:  //dotnet/test/common:ExecutingAsyncJavascriptTest-chrome        �[0m�[32m(cached) PASSED�[0m in 21.0s
    ...
    
    3133:  //java/test/org/openqa/selenium:ElementEqualityTest             �[0m�[32m(cached) PASSED�[0m in 17.8s
    3134:  //java/test/org/openqa/selenium:ElementEqualityTest-chrome      �[0m�[32m(cached) PASSED�[0m in 10.9s
    3135:  //java/test/org/openqa/selenium:ElementEqualityTest-edge        �[0m�[32m(cached) PASSED�[0m in 11.1s
    3136:  //java/test/org/openqa/selenium:ElementEqualityTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 15.2s
    3137:  //java/test/org/openqa/selenium:ElementEqualityTest-spotbugs    �[0m�[32m(cached) PASSED�[0m in 10.0s
    3138:  //java/test/org/openqa/selenium:ElementFindingTest              �[0m�[32m(cached) PASSED�[0m in 49.4s
    3139:  //java/test/org/openqa/selenium:ElementFindingTest-chrome       �[0m�[32m(cached) PASSED�[0m in 31.9s
    3140:  //java/test/org/openqa/selenium:ElementFindingTest-edge         �[0m�[32m(cached) PASSED�[0m in 29.4s
    3141:  //java/test/org/openqa/selenium:ElementFindingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 46.9s
    3142:  //java/test/org/openqa/selenium:ElementFindingTest-spotbugs     �[0m�[32m(cached) PASSED�[0m in 13.0s
    3143:  //java/test/org/openqa/selenium:ElementSelectingTest            �[0m�[32m(cached) PASSED�[0m in 28.4s
    3144:  //java/test/org/openqa/selenium:ElementSelectingTest-chrome     �[0m�[32m(cached) PASSED�[0m in 16.0s
    3145:  //java/test/org/openqa/selenium:ElementSelectingTest-edge       �[0m�[32m(cached) PASSED�[0m in 19.6s
    3146:  //java/test/org/openqa/selenium:ElementSelectingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 25.0s
    3147:  //java/test/org/openqa/selenium:ElementSelectingTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 9.7s
    3148:  //java/test/org/openqa/selenium:ErrorsTest                      �[0m�[32m(cached) PASSED�[0m in 18.0s
    3149:  //java/test/org/openqa/selenium:ErrorsTest-chrome               �[0m�[32m(cached) PASSED�[0m in 7.4s
    3150:  //java/test/org/openqa/selenium:ErrorsTest-edge                 �[0m�[32m(cached) PASSED�[0m in 9.5s
    3151:  //java/test/org/openqa/selenium:ErrorsTest-firefox-beta         �[0m�[32m(cached) PASSED�[0m in 10.4s
    3152:  //java/test/org/openqa/selenium:ErrorsTest-spotbugs             �[0m�[32m(cached) PASSED�[0m in 5.2s
    3153:  //java/test/org/openqa/selenium:ExecutingAsyncJavascriptTest    �[0m�[32m(cached) PASSED�[0m in 33.6s
    ...
    
    3866:  //java/test/org/openqa/selenium/net:UrlsTest-spotbugs           �[0m�[32m(cached) PASSED�[0m in 10.3s
    3867:  //java/test/org/openqa/selenium/net:net-spotbugs                �[0m�[32m(cached) PASSED�[0m in 11.5s
    3868:  //java/test/org/openqa/selenium/netty/server:NettyServerTest    �[0m�[32m(cached) PASSED�[0m in 5.4s
    3869:  //java/test/org/openqa/selenium/netty/server:NettyServerTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 12.0s
    3870:  //java/test/org/openqa/selenium/netty/server:RequestConverterTest �[0m�[32m(cached) PASSED�[0m in 3.0s
    3871:  //java/test/org/openqa/selenium/netty/server:RequestConverterTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 10.6s
    3872:  //java/test/org/openqa/selenium/netty/server:WebSocketServingTest �[0m�[32m(cached) PASSED�[0m in 14.9s
    3873:  //java/test/org/openqa/selenium/netty/server:WebSocketServingTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 10.2s
    3874:  //java/test/org/openqa/selenium/netty/server:medium-tests-test-lib-spotbugs �[0m�[32m(cached) PASSED�[0m in 11.8s
    3875:  //java/test/org/openqa/selenium/os:ExternalProcessTest          �[0m�[32m(cached) PASSED�[0m in 3.3s
    3876:  //java/test/org/openqa/selenium/os:ExternalProcessTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 12.0s
    3877:  //java/test/org/openqa/selenium/remote:AugmenterTest            �[0m�[32m(cached) PASSED�[0m in 8.2s
    3878:  //java/test/org/openqa/selenium/remote:AugmenterTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 13.0s
    3879:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest  �[0m�[32m(cached) PASSED�[0m in 2.6s
    3880:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 10.6s
    3881:  //java/test/org/openqa/selenium/remote:ErrorCodecTest           �[0m�[32m(cached) PASSED�[0m in 2.5s
    3882:  //java/test/org/openqa/selenium/remote:ErrorCodecTest-spotbugs  �[0m�[32m(cached) PASSED�[0m in 9.2s
    3883:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest         �[0m�[32m(cached) PASSED�[0m in 3.4s
    3884:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 12.9s
    3885:  //java/test/org/openqa/selenium/remote:JsonToWebElementConverterTest �[0m�[32m(cached) PASSED�[0m in 2.1s
    ...
    
    4496:  //py:common-firefox-test/selenium/webdriver/support/relative_by_tests.py �[0m�[32m(cached) PASSED�[0m in 16.1s
    4497:  //py:test-chrome-test/selenium/webdriver/chrome/chrome_launcher_tests.py �[0m�[32m(cached) PASSED�[0m in 10.7s
    4498:  //py:test-chrome-test/selenium/webdriver/chrome/chrome_network_emulation_tests.py �[0m�[32m(cached) PASSED�[0m in 4.3s
    4499:  //py:test-chrome-test/selenium/webdriver/chrome/chrome_service_tests.py �[0m�[32m(cached) PASSED�[0m in 14.0s
    4500:  //py:test-chrome-test/selenium/webdriver/chrome/proxy_tests.py  �[0m�[32m(cached) PASSED�[0m in 4.6s
    4501:  //py:test-edge-test/selenium/webdriver/edge/edge_launcher_tests.py �[0m�[32m(cached) PASSED�[0m in 11.6s
    4502:  //py:test-edge-test/selenium/webdriver/edge/edge_service_tests.py �[0m�[32m(cached) PASSED�[0m in 13.4s
    4503:  //py:unit-test/unit/selenium/webdriver/chrome/chrome_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.3s
    4504:  //py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py �[0m�[32m(cached) PASSED�[0m in 4.5s
    4505:  //py:unit-test/unit/selenium/webdriver/common/common_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.5s
    4506:  //py:unit-test/unit/selenium/webdriver/common/fedcm/account_tests.py �[0m�[32m(cached) PASSED�[0m in 3.3s
    4507:  //py:unit-test/unit/selenium/webdriver/common/fedcm/dialog_tests.py �[0m�[32m(cached) PASSED�[0m in 3.7s
    4508:  //py:unit-test/unit/selenium/webdriver/common/print_page_options_tests.py �[0m�[32m(cached) PASSED�[0m in 4.2s
    4509:  //py:unit-test/unit/selenium/webdriver/edge/edge_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.5s
    4510:  //py:unit-test/unit/selenium/webdriver/firefox/firefox_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.5s
    4511:  //py:unit-test/unit/selenium/webdriver/remote/error_handler_tests.py �[0m�[32m(cached) PASSED�[0m in 4.2s
    4512:  //py:unit-test/unit/selenium/webdriver/remote/new_session_tests.py �[0m�[32m(cached) PASSED�[0m in 3.3s
    ...
    
    4578:  //rb/spec/integration/selenium/webdriver:driver-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 63.1s
    4579:  //rb/spec/integration/selenium/webdriver:driver-firefox-bidi    �[0m�[32m(cached) PASSED�[0m in 30.0s
    4580:  //rb/spec/integration/selenium/webdriver:driver-firefox-remote  �[0m�[32m(cached) PASSED�[0m in 62.2s
    4581:  //rb/spec/integration/selenium/webdriver:element-chrome-beta    �[0m�[32m(cached) PASSED�[0m in 41.1s
    4582:  //rb/spec/integration/selenium/webdriver:element-chrome-beta-bidi �[0m�[32m(cached) PASSED�[0m in 20.4s
    4583:  //rb/spec/integration/selenium/webdriver:element-chrome-beta-remote �[0m�[32m(cached) PASSED�[0m in 52.9s
    4584:  //rb/spec/integration/selenium/webdriver:element-edge           �[0m�[32m(cached) PASSED�[0m in 35.7s
    4585:  //rb/spec/integration/selenium/webdriver:element-edge-bidi      �[0m�[32m(cached) PASSED�[0m in 19.2s
    4586:  //rb/spec/integration/selenium/webdriver:element-edge-remote    �[0m�[32m(cached) PASSED�[0m in 55.7s
    4587:  //rb/spec/integration/selenium/webdriver:element-firefox        �[0m�[32m(cached) PASSED�[0m in 82.1s
    4588:  //rb/spec/integration/selenium/webdriver:element-firefox-beta   �[0m�[32m(cached) PASSED�[0m in 67.5s
    4589:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 24.4s
    4590:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 79.9s
    4591:  //rb/spec/integration/selenium/webdriver:element-firefox-bidi   �[0m�[32m(cached) PASSED�[0m in 23.7s
    4592:  //rb/spec/integration/selenium/webdriver:element-firefox-remote �[0m�[32m(cached) PASSED�[0m in 85.7s
    4593:  //rb/spec/integration/selenium/webdriver:error-chrome           �[0m�[32m(cached) PASSED�[0m in 20.7s
    4594:  //rb/spec/integration/selenium/webdriver:error-chrome-beta      �[0m�[32m(cached) PASSED�[0m in 23.4s
    4595:  //rb/spec/integration/selenium/webdriver:error-chrome-beta-bidi �[0m�[32m(cached) PASSED�[0m in 21.5s
    4596:  //rb/spec/integration/selenium/webdriver:error-chrome-beta-remote �[0m�[32m(cached) PASSED�[0m in 26.4s
    4597:  //rb/spec/integration/selenium/webdriver:error-c...

    @diemol diemol merged commit c1010eb into trunk Jul 8, 2025
    60 of 63 checks passed
    @diemol diemol deleted the pinned-browser-updates branch July 8, 2025 12:19
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    B-build Includes scripting, bazel and CI integrations Review effort 2/5

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    3 participants