Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JS] Specify Node.js engine version as 22.x LTS in package.json #15058

Merged
merged 5 commits into from
Jan 13, 2025

Conversation

harsha509
Copy link
Member

@harsha509 harsha509 commented Jan 10, 2025

User description

Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it

Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.

Description

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

PR Type

Enhancement, Dependencies


Description

  • Updated minimum Node.js version to 22.x LTS across configurations.

  • Adjusted documentation to reflect new Node.js version support.

  • Updated dependencies in pnpm-lock.yaml to latest compatible versions.

  • Improved formatting and examples in README.md for better clarity.


Changes walkthrough 📝

Relevant files
Configuration changes
nightly.yml
Update Node.js version in nightly workflow                             

.github/workflows/nightly.yml

  • Updated Node.js version from 18.x to 22.x in nightly workflow.
+1/-1     
package.json
Update Node.js engine requirement                                               

javascript/node/selenium-webdriver/package.json

  • Updated engines.node requirement to >= 22.13.0.
+1/-1     
Documentation
README.md
Update Node.js version and improve documentation                 

javascript/node/selenium-webdriver/README.md

  • Updated Node.js version examples to 22.x.
  • Improved table formatting for browser support.
  • Updated Selenium server version in example command.
  • Adjusted Node.js support levels and lifecycle details.
  • +21/-21 
    Dependencies
    pnpm-lock.yaml
    Update dependencies in pnpm-lock.yaml                                       

    pnpm-lock.yaml

  • Updated multiple dependencies to their latest versions.
  • Adjusted dependency integrity hashes for compatibility.
  • +47/-47 

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    Copy link
    Contributor

    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

    Breaking Change

    Upgrading minimum Node.js version to 22.x is a major breaking change that could affect many users, as Node.js 22 is very new and not yet widely adopted. Consider maintaining compatibility with Node.js 18 LTS which has wider usage.

    "node": ">= 22.13.0"
    Documentation Gap

    The README updates mention Node.js version changes but lack clear migration guidance or explanation of the breaking changes for users who need to upgrade from older Node.js versions.

    For example, suppose the current LTS and stable releases are v22.13.0 and
    v23.6.0,
    respectively. Then a Selenium release would have the following support levels:
    
    |  Version   |    Support    |
    |:----------:|:-------------:|
    | <= 16.20.2 | _unsupported_ |
    |  16.20.2   |   supported   |
    |   18.8.0   |   supported   |
    | >= 22.13.0 |  best effort  |
    |   v.Next   | _unsupported_ |

    Copy link
    Contributor

    PR Code Suggestions ✨

    Explore these optional code suggestions:

    CategorySuggestion                                                                                                                                    Score
    General
    Improve code example readability by fixing inconsistent formatting and semicolon usage

    Add missing semicolon after the const declaration and remove unnecessary empty line
    before the async function to maintain consistent code style in the example.

    javascript/node/selenium-webdriver/README.md [35-37]

     const { Builder, Browser, By, Key, until } = require('selenium-webdriver');
    -
     (async function example() {
    • Apply this suggestion
    Suggestion importance[1-10]: 2

    Why: The suggestion addresses minor code style inconsistencies in the example code, but these changes are purely cosmetic and don't impact functionality or maintainability significantly.

    2

    @harsha509 harsha509 changed the title [JS] set min node version to 22.x LTS [JS] Specify Node.js engine version as 22.x LTS in package.json Jan 10, 2025
    Copy link
    Contributor

    qodo-merge-pro bot commented Jan 10, 2025

    CI Failure Feedback 🧐

    (Checks updated until commit 31234cb)

    Action: Test / All RBE tests

    Failed stage: Run Bazel [❌]

    Failed test name: JavascriptEnabledDriverTest-chrome

    Failure summary:

    The action failed because the test 'JavascriptEnabledDriverTest-chrome' failed. Specifically, the
    test 'testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad' failed when trying to click
    an element with id 'changeme'. The test was run twice and failed both times.

    Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    970:  Package 'php-symfony-debug-bundle' is not installed, so not removed
    971:  Package 'php-symfony-dependency-injection' is not installed, so not removed
    972:  Package 'php-symfony-deprecation-contracts' is not installed, so not removed
    973:  Package 'php-symfony-discord-notifier' is not installed, so not removed
    974:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
    975:  Package 'php-symfony-doctrine-messenger' 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
    ...
    
    1867:  (15:59:58) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1868:  (15:59:58) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1869:  (15:59:58) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1870:  (15:59:58) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1871:  (15:59:58) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1872:  (15:59:58) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1873:  (15:59:58) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1874:  (15:59:58) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1875:  (15:59:58) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    ...
    
    2108:  bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf~/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:127:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
    2109:  127 |     for (int i = 0; i < path.size(); ++i) {
    2110:  |                     ~~^~~~~~~~~~~~~
    2111:  (16:00:32) �[32mINFO: �[0mFrom Building external/protobuf~/java/core/libcore.jar (43 source files, 1 source jar) [for tool]:
    2112:  external/protobuf~/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java:28: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    2113:  public class RepeatedFieldBuilderV3<
    2114:  ^
    2115:  (16:00:33) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    2116:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2117:  private final ErrorCodes errorCodes;
    2118:  ^
    2119:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2120:  this.errorCodes = new ErrorCodes();
    2121:  ^
    2122:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2123:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    2124:  ^
    2125:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2126:  ErrorCodes errorCodes = new ErrorCodes();
    2127:  ^
    2128:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2129:  ErrorCodes errorCodes = new ErrorCodes();
    2130:  ^
    2131:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2132:  response.setStatus(ErrorCodes.SUCCESS);
    2133:  ^
    2134:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2135:  response.setState(ErrorCodes.SUCCESS_STRING);
    2136:  ^
    2137:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2138:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    2139:  ^
    2140:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2141:  new ErrorCodes().getExceptionType((String) rawError);
    2142:  ^
    2143:  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
    2144:  private final ErrorCodes errorCodes = new ErrorCodes();
    2145:  ^
    2146:  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
    2147:  private final ErrorCodes errorCodes = new ErrorCodes();
    2148:  ^
    2149:  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
    2150:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    2151:  ^
    2152:  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
    2153:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2154:  ^
    2155:  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
    2156:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2157:  ^
    2158:  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
    2159:  response.setStatus(ErrorCodes.SUCCESS);
    2160:  ^
    2161:  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
    2162:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2163:  ^
    2164:  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
    2165:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2166:  ^
    2167:  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
    2168:  private final ErrorCodes errorCodes = new ErrorCodes();
    2169:  ^
    2170:  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
    2171:  private final ErrorCodes errorCodes = new ErrorCodes();
    2172:  ^
    2173:  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
    2174:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2175:  ^
    2176:  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
    2177:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2178:  ^
    2179:  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
    2180:  response.setStatus(ErrorCodes.SUCCESS);
    2181:  ^
    2182:  (16:00:33) �[32mINFO: �[0mFrom PackageZip javascript/grid-ui/react-zip.jar:
    2183:  /mnt/engflow/worker/work/0/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/rules_pkg~/pkg/private/zip/build_zip.runfiles/rules_python~~python~python_3_8_x86_64-unknown-linux-gnu/lib/python3.8/zipfile.py:1525: UserWarning: Duplicate name: 'grid-ui/'
    2184:  return self._open_to_write(zinfo, force_zip64=force_zip64)
    2185:  (16:00:34) �[32mAnalyzing:�[0m 2177 targets (1601 packages loaded, 54936 targets configured)
    2186:  �[32m[9,037 / 9,927]�[0m [Prepa] Copying files ... (2 actions, 0 running)
    2187:  (16:00:34) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2188:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2189:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    2190:  ^
    2191:  (16:00:35) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2192:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2193:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2194:  ^
    2195:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2196:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2197:  ^
    2198:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2199:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    2200:  ^
    2201:  (16:00:35) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2202:  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
    2203:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2204:  ^
    2205:  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
    2206:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2207:  ^
    2208:  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
    2209:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2210:  ^
    2211:  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
    2212:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2213:  ^
    2214:  (16:00:35) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2215:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2216:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2217:  ^
    2218:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2219:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2220:  ^
    2221:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2222:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2223:  ^
    2224:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2225:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2226:  ^
    2227:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2228:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2229:  ^
    2230:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2231:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2232:  ^
    2233:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2234:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2235:  ^
    2236:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2237:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2238:  ^
    2239:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2240:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2241:  ^
    2242:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2243:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2244:  ^
    2245:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2246:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2247:  ^
    2248:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2249:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2250:  ^
    2251:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2252:  ErrorCodes.UNHANDLED_ERROR,
    2253:  ^
    2254:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2255:  ErrorCodes.UNHANDLED_ERROR,
    2256:  ^
    2257:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2258:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2259:  ^
    2260:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2261:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2262:  ^
    2263:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2264:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2265:  ^
    2266:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2267:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2268:  ^
    2269:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2270:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2271:  ^
    2272:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2273:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2274:  ^
    2275:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2276:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2277:  ^
    2278:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2279:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2280:  ^
    2281:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2282:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2283:  ^
    2284:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2285:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2286:  ^
    2287:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2288:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2289:  ^
    2290:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2291:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2292:  ^
    2293:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2294:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2295:  ^
    2296:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2297:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2298:  ^
    2299:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2300:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2301:  ^
    2302:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2303:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2304:  ^
    2305:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2306:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2307:  ^
    2308:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2309:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2310:  ^
    2311:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2312:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2313:  ^
    2314:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2315:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2316:  ^
    2317:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2318:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2319:  ^
    2320:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2321:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2322:  ^
    2323:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2324:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2325:  ^
    2326:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2327:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2328:  ^
    2329:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2330:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2331:  ^
    2332:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2333:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2334:  ^
    2335:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2336:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2337:  ^
    2338:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2339:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2340:  ^
    2341:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2342:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2343:  ^
    2344:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2345:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2346:  ^
    2347:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2348:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2349:  ^
    2350:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2351:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2352:  ^
    2353:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2354:  response.setState(new ErrorCodes().toState(status));
    2355:  ^
    2356:  (16:00:35) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2357:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2358:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2359:  ^
    2360:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2361:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2362:  ^
    2363:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2364:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2365:  ^
    2366:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2367:  private final ErrorCodes errorCodes = new ErrorCodes();
    2368:  ^
    2369:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2370:  private final ErrorCodes errorCodes = new ErrorCodes();
    2371:  ^
    2372:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2373:  private final ErrorCodes errorCodes = new ErrorCodes();
    2374:  ^
    2375:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2376:  private final ErrorCodes errorCodes = new ErrorCodes();
    ...
    
    2401:  �[32m[13,417 / 14,398]�[0m 1223 / 2084 tests;�[0m [Sched] Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 9s ... (50 actions, 0 running)
    2402:  (16:01:39) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0 (internals ref-only dll):
    2403:  dotnet/src/webdriver/BiDi/Modules/Script/RemoteValue.cs(252,35): warning CS8766: Nullability of reference types in return type of 'string? Node.SharedId.get' doesn't match implicitly implemented member 'string ISharedReference.SharedId.get' (possibly because of nullability attributes).
    2404:  (16:01:40) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
    2405:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v131/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2406:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v129/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2407:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v130/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2408:  dotnet/src/webdriver/BiDi/Modules/Script/RemoteValue.cs(252,35): warning CS8766: Nullability of reference types in return type of 'string? Node.SharedId.get' doesn't match implicitly implemented member 'string ISharedReference.SharedId.get' (possibly because of nullability attributes).
    2409:  dotnet/src/webdriver/WebDriver.cs(765,30): warning CS0618: 'WebDriverResult.ElementNotDisplayed' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    2410:  dotnet/src/webdriver/WebDriver.cs(769,30): warning CS0618: 'WebDriverResult.ElementNotSelectable' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    2411:  dotnet/src/webdriver/WebDriver.cs(772,30): warning CS0618: 'WebDriverResult.NoSuchDocument' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    2412:  dotnet/src/webdriver/VirtualAuth/Credential.cs(120,61): warning CS8604: Possible null reference argument for parameter 'rpId' in 'Credential.Credential(byte[] id, bool isResidentCredential, string rpId, string privateKey, byte[]? userHandle, int signCount)'.
    2413:  dotnet/src/webdriver/Response.cs(121,33): warning CS8602: Dereference of a possibly null reference.
    2414:  dotnet/src/webdriver/CookieJar.cs(129,46): warning CS8600: Converting null literal or possible null value to non-nullable type.
    2415:  (16:01:42) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
    2416:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v131/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2417:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v129/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2418:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v130/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2419:  dotnet/src/webdriver/BiDi/Modules/Script/RemoteValue.cs(252,35): warning CS8766: Nullability of reference types in return type of 'string? Node.SharedId.get' doesn't match implicitly implemented member 'string ISharedReference.SharedId.get' (possibly because of nullability attributes).
    2420:  dotnet/src/webdriver/WebDriver.cs(765,30): warning CS0618: 'WebDriverResult.ElementNotDisplayed' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    2421:  dotnet/src/webdriver/WebDriver.cs(769,30): warning CS0618: 'WebDriverResult.ElementNotSelectable' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    2422:  dotnet/src/webdriver/WebDriver.cs(772,30): warning CS0618: 'WebDriverResult.NoSuchDocument' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    ...
    
    2443:  (16:02:12) �[32m[15,288 / 15,353]�[0m 1914 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 32s remote, remote-cache ... (2 actions running)
    2444:  (16:02:18) �[32m[15,289 / 15,353]�[0m 1914 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 38s remote, remote-cache ... (2 actions, 1 running)
    2445:  (16:02:24) �[32m[15,289 / 15,353]�[0m 1914 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 44s remote, remote-cache ... (2 actions, 1 running)
    2446:  (16:02:29) �[32m[15,289 / 15,353]�[0m 1914 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 50s remote, remote-cache ... (2 actions, 1 running)
    2447:  (16:02:34) �[32m[15,289 / 15,353]�[0m 1914 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 55s remote, remote-cache ... (2 actions, 1 running)
    2448:  (16:02:50) �[32m[15,289 / 15,353]�[0m 1914 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 70s remote, remote-cache ... (2 actions running)
    2449:  (16:02:55) �[32m[15,306 / 15,478]�[0m 1914 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 75s remote, remote-cache ... (50 actions, 1 running)
    2450:  (16:02:56) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/JavascriptEnabledDriverTest-chrome/test.log)
    2451:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome (Summary)
    ...
    
    2465:  Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.204, chrome: {chromedriverVersion: 131.0.6778.204 (52183f9e99a..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33313}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:33313/devtoo..., se:cdpVersion: 131.0.6778.204, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://localhost:13504/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    2466:  Element: [[ChromeDriver: chrome on linux (76df10ba46787e2511721776cf9f3398)] -> id: changeme]
    2467:  Session ID: 76df10ba46787e2511721776cf9f3398
    2468:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2469:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    2470:  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2471:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2472:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2473:  at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
    ...
    
    2495:  Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.204, chrome: {chromedriverVersion: 131.0.6778.204 (52183f9e99a..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:36395}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:36395/devtoo..., se:cdpVersion: 131.0.6778.204, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://localhost:18256/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    2496:  Element: [[ChromeDriver: chrome on linux (d0336a8633b143cbc01cdbf3e2de8da2)] -> id: changeme]
    2497:  Session ID: d0336a8633b143cbc01cdbf3e2de8da2
    2498:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2499:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    2500:  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2501:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2502:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2503:  at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
    ...
    
    2507:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
    2508:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
    2509:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
    2510:  at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:223)
    2511:  at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:76)
    2512:  at org.openqa.selenium.JavascriptEnabledDriverTest.testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad(JavascriptEnabledDriverTest.java:77)
    2513:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIJx-Ycz1BbvHgnq5PAHbqBArKVInzkTU8lFfoomUfC7cEJ8D
    2514:  ================================================================================
    2515:  (16:03:00) �[32m[15,342 / 15,525]�[0m 1915 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Building deploy jar java/src/org/openqa/selenium/grid/selenium_server_deploy.jar; 6s ... (50 actions, 0 running)
    2516:  (16:03:09) �[32m[15,343 / 15,580]�[0m 1915 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/devtools:ChangeUserAgentTest-remote; 13s ... (49 actions, 1 running)
    2517:  (16:03:15) �[32m[15,343 / 15,611]�[0m 1915 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/devtools:ChangeUserAgentTest-remote; 19s ... (50 actions, 6 running)
    2518:  (16:03:21) �[32m[15,343 / 15,611]�[0m 1915 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/devtools:ChangeUserAgentTest-remote; 25s ... (50 actions, 9 running)
    2519:  (16:03:28) �[32m[15,345 / 15,611]�[0m 1918 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest-chrome-remote; 31s ... (50 actions, 15 running)
    2520:  (16:03:34) �[32m[15,347 / 15,611]�[0m 1919 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 36s ... (50 actions, 15 running)
    2521:  (16:03:41) �[32m[15,348 / 15,611]�[0m 1920 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/devtools:CdpEndpointFinderTest-remote; 43s ... (50 actions, 17 running)
    2522:  (16:03:46) �[32m[15,352 / 15,611]�[0m 1924 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/bidi/input:CombinedInputActionsTest-edge-remote; 48s ... (50 actions, 18 running)
    2523:  (16:03:51) �[32m[15,355 / 15,611]�[0m 1927 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/bidi/input:DefaultKeyboardTest-remote; 53s ... (50 actions, 20 running)
    2524:  (16:03:58) �[32m[15,355 / 15,611]�[0m 1927 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/bidi/input:ReleaseCommandTest-edge-remote; 61s ... (50 actions, 22 running)
    2525:  (16:04:04) �[32m[15,359 / 15,611]�[0m 1931 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest-edge-remote; 65s ... (50 actions, 21 running)
    2526:  (16:04:09) �[32m[15,360 / 15,611]�[0m 1932 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/edge:EdgeDriverInfoTest-remote; 71s ... (50 actions, 21 running)
    2527:  (16:04:14) �[32m[15,365 / 15,611]�[0m 1938 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] MergeJars java/src/org/openqa/selenium/grid/sessionmap/redis/redis-project.jar; 76s ... (50 actions, 21 running)
    2528:  (16:04:20) �[32m[15,367 / 15,611]�[0m 1940 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] MergeJars java/src/org/openqa/selenium/grid/sessionmap/redis/redis-project.jar; 82s ... (50 actions, 19 running)
    2529:  (16:04:25) �[32m[15,368 / 15,611]�[0m 1940 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] MergeJars java/src/org/openqa/selenium/grid/sessionmap/jdbc/jdbc-project.jar; 87s ... (50 actions, 19 running)
    2530:  (16:04:31) �[32m[15,373 / 15,611]�[0m 1943 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/bidi:BiDiSessionCleanUpTest-remote; 78s ... (50 actions, 23 running)
    2531:  (16:04:39) �[32m[15,379 / 15,611]�[0m 1949 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/bidi/input:DefaultKeyboardTest-edge-remote; 76s ... (50 actions, 18 running)
    2532:  (16:04:45) �[32m[15,381 / 15,611]�[0m 1951 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //java/test/org/openqa/selenium/bidi/input:DefaultKeyboardTest-edge-remote; 82s ... (50 actions, 18 running)
    2533:  (16:04:50) �[32m[15,383 / 15,611]�[0m 1953 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 87s remote, remote-cache ... (50 actions, 19 running)
    2534:  (16:04:55) �[32m[15,384 / 15,611]�[0m 1954 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 92s remote, remote-cache ... (50 actions, 20 running)
    2535:  (16:05:00) �[32m[15,389 / 15,611]�[0m 1959 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 97s remote, remote-cache ... (50 actions, 19 running)
    2536:  (16:05:05) �[32m[15,391 / 15,611]�[0m 1962 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 102s remote, remote-cache ... (50 actions, 19 running)
    2537:  (16:05:10) �[32m[15,394 / 15,611]�[0m 1964 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 108s remote, remote-cache ... (50 actions, 18 running)
    2538:  (16:05:15) �[32m[15,397 / 15,611]�[0m 1966 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 113s remote, remote-cache ... (50 actions, 21 running)
    2539:  (16:05:21) �[32m[15,402 / 15,611]�[0m 1971 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 118s remote, remote-cache ... (50 actions, 22 running)
    2540:  (16:05:28) �[32m[15,408 / 15,611]�[0m 1978 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 125s remote, remote-cache ... (50 actions, 18 running)
    2541:  (16:05:34) �[32m[15,413 / 15,611]�[0m 1982 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 131s remote, remote-cache ... (50 actions, 17 running)
    2542:  (16:05:39) �[32m[15,419 / 15,611]�[0m 1987 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 136s remote, remote-cache ... (50 actions, 17 running)
    2543:  (16:05:46) �[32m[15,422 / 15,611]�[0m 1991 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 143s remote, remote-cache ... (50 actions, 17 running)
    2544:  (16:05:52) �[32m[15,427 / 15,611]�[0m 1995 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 149s remote, remote-cache ... (50 actions, 20 running)
    2545:  (16:05:57) �[32m[15,428 / 15,611]�[0m 1997 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 154s remote, remote-cache ... (50 actions, 21 running)
    2546:  (16:06:02) �[32m[15,431 / 15,611]�[0m 2000 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:ScriptCommandsTest-remote; 159s remote, remote-cache ... (50 actions, 25 running)
    2547:  (16:06:07) �[32m[15,440 / 15,613]�[0m 2005 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:CallFunctionParameterTest-remote; 69s remote, remote-cache ... (50 actions, 25 running)
    2548:  (16:06:13) �[32m[15,444 / 15,613]�[0m 2009 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:CallFunctionParameterTest-remote; 75s remote, remote-cache ... (50 actions, 29 running)
    2549:  (16:06:18) �[32m[15,444 / 15,613]�[0m 2009 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:CallFunctionParameterTest-remote; 80s remote, remote-cache ... (50 actions, 32 running)
    2550:  (16:06:23) �[32m[15,446 / 15,613]�[0m 2011 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:CallFunctionParameterTest-remote; 85s remote, remote-cache ... (50 actions, 31 running)
    2551:  (16:06:29) �[32m[15,448 / 15,613]�[0m 2013 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 87s remote, remote-cache ... (50 actions, 34 running)
    2552:  (16:06:34) �[32m[15,453 / 15,615]�[0m 2015 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 92s remote, remote-cache ... (50 actions, 35 running)
    2553:  (16:06:40) �[32m[15,459 / 15,615]�[0m 2022 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 99s remote, remote-cache ... (50 actions, 34 running)
    2554:  (16:06:46) �[32m[15,470 / 15,615]�[0m 2032 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 104s remote, remote-cache ... (50 actions, 28 running)
    2555:  (16:06:51) �[32m[15,471 / 15,615]�[0m 2033 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 109s remote, remote-cache ... (50 actions, 32 running)
    2556:  (16:06:56) �[32m[15,478 / 15,615]�[0m 2041 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 114s remote, remote-cache ... (50 actions, 30 running)
    2557:  (16:07:02) �[32m[15,485 / 15,615]�[0m 2047 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 120s remote, remote-cache ... (50 actions, 33 running)
    2558:  (16:07:07) �[32m[15,486 / 15,615]�[0m 2048 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 126s remote, remote-cache ... (50 actions, 40 running)
    2559:  (16:07:13) �[32m[15,487 / 15,615]�[0m 2049 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 131s remote, remote-cache ... (50 actions, 42 running)
    2560:  (16:07:18) �[32m[15,492 / 15,615]�[0m 2054 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 136s remote, remote-cache ... (50 actions, 40 running)
    2561:  (16:07:23) �[32m[15,499 / 15,615]�[0m 2061 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 142s remote, remote-cache ... (50 actions, 43 running)
    2562:  (16:07:29) �[32m[15,502 / 15,615]�[0m 2064 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 147s remote, remote-cache ... (50 actions, 46 running)
    2563:  (16:07:34) �[32m[15,512 / 15,615]�[0m 2074 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 152s remote, remote-cache ... (50 actions, 45 running)
    2564:  (16:07:39) �[32m[15,513 / 15,615]�[0m 2075 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 157s remote, remote-cache ... (50 actions, 48 running)
    2565:  (16:07:45) �[32m[15,513 / 15,615]�[0m 2075 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 163s remote, remote-cache ... (50 actions, 49 running)
    2566:  (16:07:50) �[32m[15,530 / 15,615]�[0m 2092 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 168s remote, remote-cache ... (50 actions, 49 running)
    2567:  (16:07:55) �[32m[15,533 / 15,615]�[0m 2096 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 173s remote, remote-cache ... (50 actions running)
    2568:  (16:08:00) �[32m[15,543 / 15,615]�[0m 2105 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 179s remote, remote-cache ... (50 actions, 49 running)
    2569:  (16:08:05) �[32m[15,549 / 15,615]�[0m 2111 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 184s remote, remote-cache ... (50 actions running)
    2570:  (16:08:11) �[32m[15,553 / 15,615]�[0m 2115 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 189s remote, remote-cache ... (50 actions, 49 running)
    2571:  (16:08:16) �[32m[15,555 / 15,615]�[0m 2117 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 194s remote, remote-cache ... (50 actions running)
    2572:  (16:08:21) �[32m[15,561 / 15,615]�[0m 2124 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 200s remote, remote-cache ... (50 actions running)
    2573:  (16:08:27) �[32m[15,566 / 15,615]�[0m 2129 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 205s remote, remote-cache ... (49 actions running)
    2574:  (16:08:32) �[32m[15,572 / 15,615]�[0m 2134 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 210s remote, remote-cache ... (43 actions running)
    2575:  (16:08:37) �[32m[15,583 / 15,615]�[0m 2145 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 133s remote, remote-cache ... (32 actions running)
    2576:  (16:08:43) �[32m[15,589 / 15,615]�[0m 2151 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 139s remote, remote-cache ... (26 actions running)
    2577:  (16:08:48) �[32m[15,594 / 15,615]�[0m 2156 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 144s remote, remote-cache ... (21 actions running)
    2578:  (16:08:53) �[32m[15,596 / 15,615]�[0m 2159 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 149s remote, remote-cache ... (19 actions running)
    2579:  (16:08:59) �[32m[15,600 / 15,615]�[0m 2162 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 154s remote, remote-cache ... (15 actions running)
    2580:  (16:09:04) �[32m[15,601 / 15,615]�[0m 2163 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 159s remote, remote-cache ... (14 actions running)
    2581:  (16:09:14) �[32m[15,606 / 15,615]�[0m 2168 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 169s remote, remote-cache ... (9 actions running)
    2582:  (16:09:19) �[32m[15,606 / 15,615]�[0m 2168 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 175s remote, remote-cache ... (9 actions running)
    2583:  (16:09:38) �[32m[15,606 / 15,615]�[0m 2169 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 194s remote, remote-cache ... (9 actions running)
    2584:  (16:09:44) �[32m[15,607 / 15,615]�[0m 2169 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 199s remote, remote-cache ... (8 actions running)
    2585:  (16:09:52) �[32m[15,608 / 15,615]�[0m 2171 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 208s remote, remote-cache ... (7 actions running)
    2586:  (16:09:59) �[32m[15,609 / 15,615]�[0m 2171 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 214s remote, remote-cache ... (6 actions running)
    2587:  (16:10:04) �[32m[15,609 / 15,615]�[0m 2171 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 219s remote, remote-cache ... (6 actions running)
    2588:  (16:10:14) �[32m[15,612 / 15,615]�[0m 2174 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge; 180s remote, remote-cache ... (3 actions running)
    2589:  (16:10:24) �[32m[15,612 / 15,615]�[0m 2174 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge; 190s remote, remote-cache ... (3 actions running)
    2590:  (16:10:29) �[32m[15,612 / 15,615]�[0m 2175 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge; 196s remote, remote-cache ... (3 actions running)
    2591:  (16:10:36) �[32m[15,613 / 15,615]�[0m 2176 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 197s remote, remote-cache ... (2 actions running)
    2592:  (16:10:44) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 172s remote, remote-cache
    2593:  (16:10:49) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 177s remote, remote-cache
    2594:  (16:11:18) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 207s remote, remote-cache
    2595:  (16:11:33) �[32m[15,614 / 15,615]�[0m 2177 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 221s remote, remote-cache
    2596:  (16:11:33) �[32mINFO: �[0mFound 2177 test targets...
    2597:  (16:11:33) �[32mINFO: �[0mElapsed time: 792.167s, Critical Path: 423.70s
    2598:  (16:11:33) �[32mINFO: �[0m14827 processes: 7079 remote cache hit, 7363 internal, 49 local, 336 remote.
    2599:  (16:11:33) �[32mINFO: �[0mBuild completed, 1 test FAILED, 14827 total actions
    ...
    
    2713:  //dotnet/test/common:ElementFindingTest-edge                    �[0m�[32m(cached) PASSED�[0m in 25.7s
    2714:  //dotnet/test/common:ElementFindingTest-firefox                 �[0m�[32m(cached) PASSED�[0m in 34.6s
    2715:  //dotnet/test/common:ElementPropertyTest-chrome                 �[0m�[32m(cached) PASSED�[0m in 5.5s
    2716:  //dotnet/test/common:ElementPropertyTest-edge                   �[0m�[32m(cached) PASSED�[0m in 7.0s
    2717:  //dotnet/test/common:ElementPropertyTest-firefox                �[0m�[32m(cached) PASSED�[0m in 9.3s
    2718:  //dotnet/test/common:ElementSelectingTest-chrome                �[0m�[32m(cached) PASSED�[0m in 9.8s
    2719:  //dotnet/test/common:ElementSelectingTest-edge                  �[0m�[32m(cached) PASSED�[0m in 12.1s
    2720:  //dotnet/test/common:ElementSelectingTest-firefox               �[0m�[32m(cached) PASSED�[0m in 22.1s
    2721:  //dotnet/test/common:ErrorsTest-chrome                          �[0m�[32m(cached) PASSED�[0m in 4.8s
    2722:  //dotnet/test/common:ErrorsTest-edge                            �[0m�[32m(cached) PASSED�[0m in 7.4s
    2723:  //dotnet/test/common:ErrorsTest-firefox                         �[0m�[32m(cached) PASSED�[0m in 9.3s
    ...
    
    3072:  //java/test/org/openqa/selenium:ElementFindingTest-edge         �[0m�[32m(cached) PASSED�[0m in 93.6s
    3073:  //java/test/org/openqa/selenium:ElementFindingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 32.8s
    3074:  //java/test/org/openqa/selenium:ElementFindingTest-spotbugs     �[0m�[32m(cached) PASSED�[0m in 12.2s
    3075:  //java/test/org/openqa/selenium:ElementSelectingTest            �[0m�[32m(cached) PASSED�[0m in 25.9s
    3076:  //java/test/org/openqa/selenium:ElementSelectingTest-chrome     �[0m�[32m(cached) PASSED�[0m in 12.7s
    3077:  //java/test/org/openqa/selenium:ElementSelectingTest-edge       �[0m�[32m(cached) PASSED�[0m in 26.0s
    3078:  //java/test/org/openqa/selenium:ElementSelectingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 25.6s
    3079:  //java/test/org/openqa/selenium:ElementSelectingTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 7.7s
    3080:  //java/test/org/openqa/selenium:ErrorsTest                      �[0m�[32m(cached) PASSED�[0m in 11.1s
    3081:  //java/test/org/openqa/selenium:ErrorsTest-chrome               �[0m�[32m(cached) PASSED�[0m in 6.8s
    3082:  //java/test/org/openqa/selenium:ErrorsTest-edge                 �[0m�[32m(cached) PASSED�[0m in 9.8s
    3083:  //java/test/org/openqa/selenium:ErrorsTest-firefox-beta         �[0m�[32m(cached) PASSED�[0m in 10.9s
    3084:  //java/test/org/openqa/selenium:ErrorsTest-spotbugs             �[0m�[32m(cached) PASSED�[0m in 7.8s
    ...
    
    3674:  //java/test/org/openqa/selenium/os:ExternalProcessTest          �[0m�[32m(cached) PASSED�[0m in 2.2s
    3675:  //java/test/org/openqa/selenium/os:ExternalProcessTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 9.6s
    3676:  //java/test/org/openqa/selenium/os:OsProcessTest                �[0m�[32m(cached) PASSED�[0m in 3.8s
    3677:  //java/test/org/openqa/selenium/os:OsProcessTest-spotbugs       �[0m�[32m(cached) PASSED�[0m in 8.2s
    3678:  //java/test/org/openqa/selenium/remote:AugmenterTest            �[0m�[32m(cached) PASSED�[0m in 5.3s
    3679:  //java/test/org/openqa/selenium/remote:AugmenterTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 9.7s
    3680:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest  �[0m�[32m(cached) PASSED�[0m in 1.7s
    3681:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 11.2s
    3682:  //java/test/org/openqa/selenium/remote:ErrorCodecTest           �[0m�[32m(cached) PASSED�[0m in 1.7s
    3683:  //java/test/org/openqa/selenium/remote:ErrorCodecTest-spotbugs  �[0m�[32m(cached) PASSED�[0m in 7.7s
    3684:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest         �[0m�[32m(cached) PASSED�[0m in 2.2s
    3685:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 9.5s
    ...
    
    4268:  //py:unit-test/unit/selenium/webdriver/chrome/chrome_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    4269:  //py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py �[0m�[32m(cached) PASSED�[0m in 2.4s
    4270:  //py:unit-test/unit/selenium/webdriver/common/common_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.1s
    4271:  //py:unit-test/unit/selenium/webdriver/common/fedcm/account_tests.py �[0m�[32m(cached) PASSED�[0m in 2.0s
    4272:  //py:unit-test/unit/selenium/webdriver/common/fedcm/dialog_tests.py �[0m�[32m(cached) PASSED�[0m in 3.1s
    4273:  //py:unit-test/unit/selenium/webdriver/common/print_page_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.2s
    4274:  //py:unit-test/unit/selenium/webdriver/edge/edge_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    4275:  //py:unit-test/unit/selenium/webdriver/firefox/firefox_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.0s
    4276:  //py:unit-test/unit/selenium/webdriver/remote/error_handler_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    ...
    
    4300:  //rb/spec/integration/selenium/webdriver:driver-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 30.2s
    4301:  //rb/spec/integration/selenium/webdriver:driver-firefox-bidi    �[0m�[32m(cached) PASSED�[0m in 31.5s
    4302:  //rb/spec/integration/selenium/webdriver:element-edge           �[0m�[32m(cached) PASSED�[0m in 41.6s
    4303:  //rb/spec/integration/selenium/webdriver:element-edge-bidi      �[0m�[32m(cached) PASSED�[0m in 24.6s
    4304:  //rb/spec/integration/selenium/webdriver:element-firefox        �[0m�[32m(cached) PASSED�[0m in 73.0s
    4305:  //rb/spec/integration/selenium/webdriver:element-firefox-beta   �[0m�[32m(cached) PASSED�[0m in 61.9s
    4306:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 17.4s
    4307:  //rb/spec/integration/selenium/webdriver:element-firefox-bidi   �[0m�[32m(cached) PASSED�[0m in 24.7s
    4308:  //rb/spec/integration/selenium/webdriver:error-chrome           �[0m�[32m(cached) PASSED�[0m in 22.5s
    4309:  //rb/spec/integration/selenium/webdriver:error-chrome-bidi      �[0m�[32m(cached) PASSED�[0m in 22.3s
    4310:  //rb/spec/integration/selenium/webdriver:error-edge             �[0m�[32m(cached) PASSED�[0m in 23.3s
    4311:  //rb/spec/integration/selenium/webdriver:error-edge-bidi        �[0m�[32m(cached) PASSED�[0m in 16.9s
    4312:  //rb/spec/integration/selenium/webdriver:error-firefox          �[0m�[32m(cached) PASSED�[0m in 30.5s
    4313:  //rb/spec/integration/selenium/webdriver:error-firefox-beta     �[0m�[32m(cached) PASSED�[0m in 29.9s
    4314:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 22.2s
    4315:  //rb/spec/integration/selenium/webdriver:error-firefox-bidi     �[0m�[32m(cached) PASSED�[0m in 5.6s
    ...
    
    4695:  //rb/spec/integration/selenium/webdriver:action_builder-firefox-remote   �[0m�[32mPASSED�[0m in 59.2s
    4696:  //rb/spec/integration/selenium/webdriver:driver-chrome-remote            �[0m�[32mPASSED�[0m in 33.6s
    4697:  //rb/spec/integration/selenium/webdriver:driver-edge-remote              �[0m�[32mPASSED�[0m in 36.5s
    4698:  //rb/spec/integration/selenium/webdriver:driver-firefox-beta-remote      �[0m�[32mPASSED�[0m in 52.0s
    4699:  //rb/spec/integration/selenium/webdriver:driver-firefox-remote           �[0m�[32mPASSED�[0m in 48.7s
    4700:  //rb/spec/integration/selenium/webdriver:element-edge-remote             �[0m�[32mPASSED�[0m in 43.3s
    4701:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-remote     �[0m�[32mPASSED�[0m in 63.4s
    4702:  //rb/spec/integration/selenium/webdriver:element-firefox-remote          �[0m�[32mPASSED�[0m in 67.3s
    4703:  //rb/spec/integration/selenium/webdriver:error-chrome-remote             �[0m�[32mPASSED�[0m in 18.4s
    4704:  //rb/spec/integration/selenium/webdriver:error-edge-remote               �[0m�[32mPASSED�[0m in 21.9s
    4705:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-remote       �[0m�[32mPASSED�[0m in 31.4s
    4706:  //rb/spec/integration/selenium/webdriver:error-firefox-remote            �[0m�[32mPASSED�[0m in 23.8s
    ...
    
    4769:  //rb/spec/integration/selenium/webdriver/chrome:profile-chrome-remote    �[0m�[32mPASSED�[0m in 17.0s
    4770:  //rb/spec/integration/selenium/webdriver/edge:driver-edge-remote         �[0m�[32mPASSED�[0m in 38.8s
    4771:  //rb/spec/integration/selenium/webdriver/edge:options-edge-remote        �[0m�[32mPASSED�[0m in 26.2s
    4772:  //rb/spec/integration/selenium/webdriver/edge:profile-edge-remote        �[0m�[32mPASSED�[0m in 17.6s
    4773:  //rb/spec/integration/selenium/webdriver/firefox:driver-fir...

    @harsha509 harsha509 merged commit 27072c0 into trunk Jan 13, 2025
    11 checks passed
    @harsha509 harsha509 deleted the js_nodev_update branch January 13, 2025 10:53
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant