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

[dotnet][rb][java][js][py] Automated Browser Version Update #15045

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

selenium-ci
Copy link
Member

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

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

Copy link
Contributor

qodo-merge-pro bot commented Jan 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

Version Compatibility

Verify that the new browser versions (Firefox 134.0, Chrome 131.0.6778.264) and their beta versions are compatible with the existing test infrastructure and dependencies

url = "https://ftp.mozilla.org/pub/firefox/releases/134.0/linux-x86_64/en-US/firefox-134.0.tar.bz2",
sha256 = "f232764ff33abddba8e7a90f6bd7de7d73ff79b9104abe3a2477f68af287cbcd",
Checksum Validation

Ensure all SHA256 checksums are correctly calculated and match the downloaded browser binaries to prevent integrity issues

sha256 = "f232764ff33abddba8e7a90f6bd7de7d73ff79b9104abe3a2477f68af287cbcd",

Copy link
Contributor

qodo-merge-pro bot commented Jan 8, 2025

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Score
Possible issue
Implement version synchronization between browser and driver components to prevent compatibility issues

Add version validation to ensure the Chrome browser and ChromeDriver versions match
exactly, as mismatched versions can cause compatibility issues.

common/repositories.bzl [201-203]

+CHROME_VERSION = "131.0.6778.264"  # Define version once
 http_archive(
     name = "linux_chrome",
-    url = "https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.264/linux64/chrome-linux64.zip",
+    url = "https://storage.googleapis.com/chrome-for-testing-public/{}/linux64/chrome-linux64.zip".format(CHROME_VERSION),
     sha256 = "deff5ccfd5b09dcd7fed565f95d9b1512d88ecd4fe8933b2510d65917b3fa98b",
 )
  • Apply this suggestion
Suggestion importance[1-10]: 7

Why: Using a constant for Chrome version across browser and driver configurations would help prevent version mismatch issues and make updates easier to maintain. The suggestion addresses a real maintenance and compatibility concern.

7

Copy link
Contributor

qodo-merge-pro bot commented Jan 8, 2025

CI Failure Feedback 🧐

(Checks updated until commit c18c604)

Action: Test / All RBE tests

Failed stage: Run Bazel [❌]

Failed test name: action_builder-firefox-beta

Failure summary:

Multiple test failures occurred in the Selenium WebDriver test suite:

  • The test DefaultMouseTest failed for both Edge and Chrome browsers with an error indicating that
    iframe click functionality is working when it was expected to not work yet
  • The test CombinedInputActionsTest for Edge failed with a similar iframe-related issue
  • The test action_builder-firefox-beta failed with scroll functionality issues:
    - The scroll_by test
    failed because an element was not properly scrolled into viewport
    - Several scroll-related tests
    failed with "MoveTargetOutOfBoundsError" errors
  • Frame switching tests failed with connection errors and navigation issues

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    939:  Package 'php-symfony-asset' is not installed, so not removed
    940:  Package 'php-symfony-asset-mapper' is not installed, so not removed
    941:  Package 'php-symfony-browser-kit' is not installed, so not removed
    942:  Package 'php-symfony-clock' is not installed, so not removed
    943:  Package 'php-symfony-debug-bundle' is not installed, so not removed
    944:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
    945:  Package 'php-symfony-dom-crawler' is not installed, so not removed
    946:  Package 'php-symfony-dotenv' is not installed, so not removed
    947:  Package 'php-symfony-error-handler' is not installed, so not removed
    ...
    
    1133:  Package 'php-uopz-all-dev' is not installed, so not removed
    1134:  Package 'php8.3-uploadprogress' is not installed, so not removed
    1135:  Package 'php-uploadprogress-all-dev' is not installed, so not removed
    1136:  Package 'php8.3-uuid' is not installed, so not removed
    1137:  Package 'php-uuid-all-dev' is not installed, so not removed
    1138:  Package 'php-validate' is not installed, so not removed
    1139:  Package 'php-vlucas-phpdotenv' is not installed, so not removed
    1140:  Package 'php-voku-portable-ascii' is not installed, so not removed
    1141:  Package 'php-wmerrors' is not installed, so not removed
    ...
    
    1806:  (01:59:56) �[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
    1807:  (01:59:56) �[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
    1808:  (01:59:56) �[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
    1809:  (01:59:56) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1810:  (01:59:56) �[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
    1811:  (01:59:56) �[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
    1812:  (01:59:56) �[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
    1813:  (01:59:56) �[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
    1814:  (01:59:56) �[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
    ...
    
    2051:  from bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf~/src/google/protobuf/compiler/kotlin/_virtual_includes/kotlin_internal/google/protobuf/compiler/kotlin/file.h:18,
    2052:  from external/protobuf~/src/google/protobuf/compiler/kotlin/file.cc:8:
    2053:  bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf~/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h: In instantiation of ‘void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const string&, const std::vector<int>&, absl::lts_20240116::optional<google::protobuf::io::AnnotationCollector::Semantic>) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
    2054:  bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf~/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:123:8:   required from here
    2055:  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]
    2056:  127 |     for (int i = 0; i < path.size(); ++i) {
    2057:  |                     ~~^~~~~~~~~~~~~
    2058:  (02:00:09) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    2059:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2060:  private final ErrorCodes errorCodes;
    2061:  ^
    2062:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2063:  this.errorCodes = new ErrorCodes();
    2064:  ^
    2065:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2066:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    2067:  ^
    2068:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2069:  ErrorCodes errorCodes = new ErrorCodes();
    2070:  ^
    2071:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2072:  ErrorCodes errorCodes = new ErrorCodes();
    2073:  ^
    2074:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2075:  response.setStatus(ErrorCodes.SUCCESS);
    2076:  ^
    2077:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2078:  response.setState(ErrorCodes.SUCCESS_STRING);
    2079:  ^
    2080:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2081:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    2082:  ^
    2083:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2084:  new ErrorCodes().getExceptionType((String) rawError);
    2085:  ^
    2086:  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
    2087:  private final ErrorCodes errorCodes = new ErrorCodes();
    2088:  ^
    2089:  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
    2090:  private final ErrorCodes errorCodes = new ErrorCodes();
    2091:  ^
    2092:  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
    2093:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    2094:  ^
    2095:  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
    2096:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2097:  ^
    2098:  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
    2099:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2100:  ^
    2101:  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
    2102:  response.setStatus(ErrorCodes.SUCCESS);
    2103:  ^
    2104:  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
    2105:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2106:  ^
    2107:  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
    2108:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2109:  ^
    2110:  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
    2111:  private final ErrorCodes errorCodes = new ErrorCodes();
    2112:  ^
    2113:  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
    2114:  private final ErrorCodes errorCodes = new ErrorCodes();
    2115:  ^
    2116:  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
    2117:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2118:  ^
    2119:  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
    2120:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2121:  ^
    2122:  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
    2123:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    2158:  (02:01:13) �[32mINFO: �[0mFrom Running Cargo build script bzip2-sys:
    2159:  Build Script Warning: bzip2-1.0.8/compress.c: In function ‘sendMTFValues’:
    2160:  Build Script Warning: bzip2-1.0.8/compress.c:243:19: warning: variable ‘nBytes’ set but not used [-Wunused-but-set-variable]
    2161:  Build Script Warning:   243 |    Int32 nGroups, nBytes;
    2162:  Build Script Warning:       |                   ^~~~~~
    2163:  (02:01:15) �[32mAnalyzing:�[0m 2177 targets (1631 packages loaded, 62944 targets configured)
    2164:  �[32m[12,799 / 13,909]�[0m 836 / 2174 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 31s remote, remote-cache ... (49 actions, 2 running)
    2165:  (02:01:16) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2166:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2167:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    2168:  ^
    2169:  (02:01:19) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2170:  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
    2171:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2172:  ^
    2173:  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
    2174:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2175:  ^
    2176:  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
    2177:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2178:  ^
    2179:  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
    2180:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2181:  ^
    2182:  (02:01:19) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2183:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2184:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2185:  ^
    2186:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2187:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2188:  ^
    2189:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2190:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    2191:  ^
    2192:  (02:01:21) �[32mAnalyzing:�[0m 2177 targets (1631 packages loaded, 62944 targets configured)
    2193:  �[32m[12,853 / 13,978]�[0m 857 / 2174 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 37s remote, remote-cache ... (50 actions, 5 running)
    2194:  (02:01:25) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2195:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2196:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2197:  ^
    2198:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2199:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2200:  ^
    2201:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2202:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2203:  ^
    2204:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2205:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2206:  ^
    2207:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2208:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2209:  ^
    2210:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2211:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2212:  ^
    2213:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2214:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2215:  ^
    2216:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2217:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2218:  ^
    2219:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2220:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2221:  ^
    2222:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2223:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2224:  ^
    2225:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2226:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2227:  ^
    2228:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2229:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2230:  ^
    2231:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2232:  ErrorCodes.UNHANDLED_ERROR,
    2233:  ^
    2234:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2235:  ErrorCodes.UNHANDLED_ERROR,
    2236:  ^
    2237:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2238:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2239:  ^
    2240:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2241:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2242:  ^
    2243:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2244:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2245:  ^
    2246:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2247:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2248:  ^
    2249:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2250:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2251:  ^
    2252:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2253:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2254:  ^
    2255:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2256:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2257:  ^
    2258:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2259:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2260:  ^
    2261:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2262:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2263:  ^
    2264:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2265:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2266:  ^
    2267:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2268:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2269:  ^
    2270:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2271:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2272:  ^
    2273:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2274:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2275:  ^
    2276:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2277:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2278:  ^
    2279:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2280:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2281:  ^
    2282:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2283:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2284:  ^
    2285:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2286:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2287:  ^
    2288:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2289:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2290:  ^
    2291:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2292:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2293:  ^
    2294:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2295:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2296:  ^
    2297:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2298:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2299:  ^
    2300:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2301:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2302:  ^
    2303:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2304:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2305:  ^
    2306:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2307:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2308:  ^
    2309:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2310:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2311:  ^
    2312:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2313:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2314:  ^
    2315:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2316:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2317:  ^
    2318:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2319:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2320:  ^
    2321:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2322:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2323:  ^
    2324:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2325:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2326:  ^
    2327:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2328:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2329:  ^
    2330:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2331:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2332:  ^
    2333:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2334:  response.setState(new ErrorCodes().toState(status));
    2335:  ^
    2336:  (02:01:27) �[32mAnalyzing:�[0m 2177 targets (1631 packages loaded, 62944 targets configured)
    2337:  �[32m[12,890 / 14,006]�[0m 871 / 2174 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 43s remote, remote-cache ... (49 actions, 8 running)
    2338:  (02:01:27) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2339:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2340:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2341:  ^
    2342:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2343:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2344:  ^
    2345:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2346:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2347:  ^
    2348:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2349:  private final ErrorCodes errorCodes = new ErrorCodes();
    2350:  ^
    2351:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2352:  private final ErrorCodes errorCodes = new ErrorCodes();
    2353:  ^
    2354:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2355:  private final ErrorCodes errorCodes = new ErrorCodes();
    2356:  ^
    2357:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2358:  private final ErrorCodes errorCodes = new ErrorCodes();
    ...
    
    2362:  (02:01:32) �[32mINFO: �[0mAnalyzed 2177 targets (1632 packages loaded, 63001 targets configured).
    2363:  (02:01:36) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
    2364:  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).
    2365:  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)'.
    2366:  dotnet/src/webdriver/Response.cs(68,13): warning CS0618: 'Response.SessionId.set' is obsolete: 'The Response type will be immutable and this setter will be removed in Selenium 4.30'
    2367:  dotnet/src/webdriver/Response.cs(69,13): warning CS0618: 'Response.Value.set' is obsolete: 'The Response type will be immutable and this setter will be removed in Selenium 4.30'
    2368:  dotnet/src/webdriver/Response.cs(70,13): warning CS0618: 'Response.Status.set' is obsolete: 'The Response type will be immutable and this setter will be removed in Selenium 4.30'
    2369:  dotnet/src/webdriver/Response.cs(123,33): warning CS8602: Dereference of a possibly null reference.
    2370:  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'
    2371:  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'
    2372:  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'
    ...
    
    2375:  dotnet/src/webdriver/Internal/FileUtilities.cs(194,35): warning CS8604: Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
    2376:  (02:01:36) �[32mINFO: �[0mFrom Compiling webdriver-net8.0 (internals ref-only dll):
    2377:  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).
    2378:  (02:01:36) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0 (internals ref-only dll):
    2379:  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).
    2380:  (02:01:37) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
    2381:  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).
    2382:  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)'.
    2383:  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'
    2384:  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'
    2385:  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'
    ...
    
    2403:  (02:02:31) �[32m[14,354 / 15,609]�[0m 922 / 2177 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 108s remote, remote-cache ... (50 actions, 25 running)
    2404:  (02:02:37) �[32m[14,356 / 15,609]�[0m 924 / 2177 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 113s remote, remote-cache ... (50 actions, 28 running)
    2405:  (02:02:42) �[32m[14,357 / 15,609]�[0m 925 / 2177 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 118s remote, remote-cache ... (50 actions, 29 running)
    2406:  (02:02:47) �[32m[14,357 / 15,609]�[0m 925 / 2177 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 123s remote, remote-cache ... (50 actions, 30 running)
    2407:  (02:02:53) �[32m[14,357 / 15,609]�[0m 925 / 2177 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 130s remote, remote-cache ... (50 actions, 31 running)
    2408:  (02:02:58) �[32m[14,361 / 15,609]�[0m 929 / 2177 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 135s remote, remote-cache ... (50 actions, 35 running)
    2409:  (02:03:05) �[32m[14,365 / 15,609]�[0m 933 / 2177 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 142s remote, remote-cache ... (50 actions, 37 running)
    2410:  (02:03:08) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/bidi/input:DefaultMouseTest-edge (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/input/DefaultMouseTest-edge/test.log)
    2411:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/bidi/input:DefaultMouseTest-edge (Summary)
    ...
    
    2425:  Failures: 1
    2426:  1) testShouldClickElementInIFrame() (org.openqa.selenium.bidi.input.DefaultMouseTest)
    2427:  java.lang.Exception: org.openqa.selenium.bidi.input.DefaultMouseTest.testShouldClickElementInIFrame is marked as not yet implemented with EDGE but already works!
    2428:  at org.openqa.selenium.testing.SeleniumExtension.afterEach(SeleniumExtension.java:145)
    2429:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
    2430:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
    2431:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIBytBPWrJ4KbWo1nodAAJRoBSAD9RJApeNAbOA_lzfJwEJ8D
    2432:  ================================================================================
    2433:  (02:03:11) �[32m[14,368 / 15,609]�[0m 937 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 147s remote, remote-cache ... (50 actions, 37 running)
    2434:  (02:03:16) �[32m[14,371 / 15,609]�[0m 939 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 152s remote, remote-cache ... (50 actions, 38 running)
    2435:  (02:03:23) �[32m[14,376 / 15,609]�[0m 944 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 159s remote, remote-cache ... (50 actions, 39 running)
    2436:  (02:03:27) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/bidi/input:CombinedInputActionsTest-edge (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/input/CombinedInputActionsTest-edge/test_attempts/attempt_1.log)
    2437:  (02:03:28) �[32m[14,380 / 15,609]�[0m 948 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 165s remote, remote-cache ... (50 actions, 40 running)
    2438:  (02:03:33) �[32m[14,383 / 15,609]�[0m 951 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 170s remote, remote-cache ... (50 actions, 40 running)
    2439:  (02:03:39) �[32m[14,387 / 15,609]�[0m 955 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 175s remote, remote-cache ... (50 actions, 37 running)
    2440:  (02:03:40) �[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_attempts/attempt_1.log)
    2441:  (02:03:46) �[32m[14,389 / 15,609]�[0m 957 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 183s remote, remote-cache ... (50 actions, 37 running)
    2442:  (02:03:49) �[31m�[1mFAIL: �[0m//py:common-edge-bidi-test/selenium/webdriver/common/frame_switching_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-edge-bidi-test/selenium/webdriver/common/frame_switching_tests.py/test_attempts/attempt_1.log)
    2443:  (02:03:52) �[32m[14,396 / 15,609]�[0m 964 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 188s remote, remote-cache ... (50 actions, 37 running)
    2444:  (02:03:55) �[31m�[1mFAIL: �[0m//py:common-edge-test/selenium/webdriver/common/frame_switching_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-edge-test/selenium/webdriver/common/frame_switching_tests.py/test_attempts/attempt_1.log)
    2445:  (02:03:58) �[32m[14,400 / 15,609]�[0m 968 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 195s remote, remote-cache ... (50 actions, 40 running)
    2446:  (02:04:04) �[32m[14,401 / 15,609]�[0m 969 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 200s remote, remote-cache ... (50 actions, 40 running)
    2447:  (02:04:12) �[32m[14,405 / 15,609]�[0m 973 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 208s remote, remote-cache ... (50 actions, 39 running)
    2448:  (02:04:17) �[32m[14,453 / 15,610]�[0m 1021 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 213s remote, remote-cache ... (50 actions, 39 running)
    2449:  (02:04:22) �[32m[14,473 / 15,610]�[0m 1041 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox-beta; 219s remote, remote-cache ... (50 actions, 39 running)
    2450:  (02:04:27) �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-firefox-beta (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox-beta/test.log)
    2451:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-firefox-beta (Summary)
    ...
    
    2489:  moves one element to another
    2490:  #drag_and_drop_by
    2491:  moves one element a provided distance
    2492:  #move_to_location
    2493:  moves pointer to specified coordinates
    2494:  pen stylus
    2495:  sets pointer event properties (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};)
    2496:  #scroll_to
    2497:  scrolls to element (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    2498:  #scroll_by
    2499:  scrolls by given amount (FAILED - 1)
    2500:  #scroll_from
    2501:  scrolls from element by given amount (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    2502:  scrolls from element by given amount with offset (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    2503:  raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
    2504:  scrolls by given amount with offset
    2505:  raises MoveTargetOutOfBoundsError when origin offset is out of viewport
    2506:  Pending: (Failures listed here are expected and do not affect your suite's status)
    2507:  1) Selenium::WebDriver::ActionBuilder pen stylus sets pointer event properties
    2508:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};
    2509:  Failure/Error: actions.perform
    2510:  Selenium::WebDriver::Error::UnknownError:
    2511:  Error: Unimplemented pointerMove for pointerType pen
    2512:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    2513:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    2517:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2518:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    2519:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    2520:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    2521:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2522:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:280:in `block in WebDriver'
    2523:  # ------------------
    2524:  # --- Caused by: ---
    2525:  # Selenium::WebDriver::Error::WebDriverError:
    2526:  #   pointerMove@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2393:11
    2527:  performPointerMoveStep@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1628:31
    2528:  dispatch/<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1595:20
    2529:  moveOverTime/transitions<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2320:9
    2530:  2) Selenium::WebDriver::ActionBuilder#scroll_to scrolls to element
    2531:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};
    2532:  Failure/Error: driver.action.scroll_to(iframe).perform
    2533:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    2534:  Move target (410, 2913) is out of bounds of viewport dimensions (1280, 819)
    2535:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    2536:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    2540:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2541:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    2542:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    2543:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    2544:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2545:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:313:in `block in WebDriver'
    2546:  # ------------------
    2547:  # --- Caused by: ---
    2548:  # Selenium::WebDriver::Error::WebDriverError:
    2549:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    2550:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:197:5
    2551:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:493:5
    2552:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    2553:  #assertInViewPort@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:115:17
    2554:  receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:203:42
    2555:  3) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount
    2556:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
    2557:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    2558:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    2559:  Move target (410, 2913) is out of bounds of viewport dimensions (1280, 819)
    2560:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    2561:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    2565:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2566:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    2567:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    2568:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    2569:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2570:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:341:in `block in WebDriver'
    2571:  # ------------------
    2572:  # --- Caused by: ---
    2573:  # Selenium::WebDriver::Error::WebDriverError:
    2574:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    2575:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:197:5
    2576:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:493:5
    2577:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    2578:  #assertInViewPort@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:115:17
    2579:  receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:203:42
    2580:  4) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount with offset
    2581:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
    2582:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    2583:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    2584:  Move target (640, 2967) is out of bounds of viewport dimensions (1280, 819)
    2585:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    2586:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    2590:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2591:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    2592:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    2593:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    2594:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2595:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:355:in `block in WebDriver'
    2596:  # ------------------
    2597:  # --- Caused by: ---
    2598:  # Selenium::WebDriver::Error::WebDriverError:
    2599:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    2600:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:197:5
    2601:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:493:5
    2602:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    2603:  #assertInViewPort@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:115:17
    2604:  receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:203:42
    2605:  Failures:
    2606:  1) Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
    2607:  Failure/Error: expect(in_viewport?(footer)).to be true
    2608:  expected true
    2609:  got false
    2610:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:330:in `block in WebDriver'
    2611:  Finished in 44.03 seconds (files took 1.85 seconds to load)
    2612:  27 examples, 1 failure, 4 pending
    2613:  Failed examples:
    ...
    
    2651:  moves one element to another
    2652:  #drag_and_drop_by
    2653:  moves one element a provided distance
    2654:  #move_to_location
    2655:  moves pointer to specified coordinates
    2656:  pen stylus
    2657:  sets pointer event properties (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};)
    2658:  #scroll_to
    2659:  scrolls to element (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    2660:  #scroll_by
    2661:  scrolls by given amount (FAILED - 1)
    2662:  #scroll_from
    2663:  scrolls from element by given amount (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    2664:  scrolls from element by given amount with offset (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    2665:  raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
    2666:  scrolls by given amount with offset
    2667:  raises MoveTargetOutOfBoundsError when origin offset is out of viewport
    2668:  Pending: (Failures listed here are expected and do not affect your suite's status)
    2669:  1) Selenium::WebDriver::ActionBuilder pen stylus sets pointer event properties
    2670:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};
    2671:  Failure/Error: actions.perform
    2672:  Selenium::WebDriver::Error::UnknownError:
    2673:  Error: Unimplemented pointerMove for pointerType pen
    2674:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    2675:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    2679:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2680:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    2681:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    2682:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    2683:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2684:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:280:in `block in WebDriver'
    2685:  # ------------------
    2686:  # --- Caused by: ---
    2687:  # Selenium::WebDriver::Error::WebDriverError:
    2688:  #   pointerMove@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2393:11
    2689:  performPointerMoveStep@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1628:31
    2690:  dispatch/<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1595:20
    2691:  moveOverTime/transitions<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2320:9
    2692:  2) Selenium::WebDriver::ActionBuilder#scroll_to scrolls to element
    2693:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};
    2694:  Failure/Error: driver.action.scroll_to(iframe).perform
    2695:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    2696:  Move target (410, 2913) is out of bounds of viewport dimensions (1280, 819)
    2697:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    2698:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    2702:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2703:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    2704:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    2705:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    2706:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2707:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:313:in `block in WebDriver'
    2708:  # ------------------
    2709:  # --- Caused by: ---
    2710:  # Selenium::WebDriver::Error::WebDriverError:
    2711:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    2712:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:197:5
    2713:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:493:5
    2714:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    2715:  #assertInViewPort@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:115:17
    2716:  receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:203:42
    2717:  3) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount
    2718:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
    2719:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    2720:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    2721:  Move target (410, 2913) is out of bounds of viewport dimensions (1280, 819)
    2722:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    2723:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    2727:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2728:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    2729:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    2730:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    2731:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2732:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:341:in `block in WebDriver'
    2733:  # ------------------
    2734:  # --- Caused by: ---
    2735:  # Selenium::WebDriver::Error::WebDriverError:
    2736:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    2737:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:197:5
    2738:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:493:5
    2739:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    2740:  #assertInViewPort@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:115:17
    2741:  receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:203:42
    2742:  4) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount with offset
    2743:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
    2744:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    2745:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    2746:  Move target (640, 2967) is out of bounds of viewport dimensions (1280, 819)
    2747:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    2748:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    2752:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    2753:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    2754:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    2755:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    2756:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    2757:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:355:in `block in WebDriver'
    2758:  # ------------------
    2759:  # --- Caused by: ---
    2760:  # Selenium::WebDriver::Error::WebDriverError:
    2761:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    2762:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:197:5
    2763:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:493:5
    2764:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    2765:  #assertInViewPort@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:115:17
    2766:  receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:203:42
    2767:  Failures:
    2768:  1) Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
    2769:  Failure/Error: expect(in_viewport?(footer)).to be true
    2770:  expected true
    2771:  got false
    2772:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:330:in `block in WebDriver'
    2773:  Finished in 42.93 seconds (files took 1.86 seconds to load)
    2774:  27 examples, 1 failure, 4 pending
    2775:  Failed examples:
    2776:  rspec ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:320 # Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
    2777:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKINyXWTOpPEHHWP8OzzeYbva8lt5j8YI3d5m_aiEcewqQEJ8D
    2778:  ================================================================================
    2779:  (02:04:27) �[32m[14,480 / 15,610]�[0m 1048 / 2177 tests, �[31m�[1m2 failed�[0m;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/frame_switching_tests.py; 212s remote, remote-cache ... (50 actions, 40 running)
    2780:  (02:04:32) �[32m[14,492 / 15,610]�[0m 1059 / 2177 tests, �[31m�[1m2 failed�[0m;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/frame_switching_tests.py; 217s remote, remote-cache ... (50 actions, 37 running)
    2781:  (02:04:33) �[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)
    2782:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome (Summary)
    ...
    
    2796:  Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.83, chrome: {chromedriverVersion: 132.0.6834.83 (03d59cf5ecf1..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:38189}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:38189/devtoo..., se:cdpVersion: 132.0.6834.83, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://localhost:26159/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    2797:  Element: [[ChromeDriver: chrome on linux (8bda231e7c4a1e17e782b3fe016cedf1)] -> id: changeme]
    2798:  Session ID: 8bda231e7c4a1e17e782b3fe016cedf1
    2799:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2800:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    2801:  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2802:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2803:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2804:  at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
    ...
    
    2826:  Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.83, chrome: {chromedriverVersion: 132.0.6834.83 (03d59cf5ecf1..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:44767}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:44767/devtoo..., se:cdpVersion: 132.0.6834.83, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://localhost:28623/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    2827:  Element: [[ChromeDriver: chrome on linux (096e3ec7fb86588a62c1b8988f272d3a)] -> id: changeme]
    2828:  Session ID: 096e3ec7fb86588a62c1b8988f272d3a
    2829:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2830:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    2831:  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2832:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2833:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2834:  at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
    ...
    
    2838:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
    2839:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
    2840:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
    2841:  at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:223)
    2842:  at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:76)
    2843:  at org.openqa.selenium.JavascriptEnabledDriverTest.testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad(JavascriptEnabledDriverTest.java:77)
    2844:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKICvFcB5UzWcyeudZpFljSP4vySaSEQwBGyLNp7_-oTkTEJ8D
    2845:  ================================================================================
    2846:  (02:04:37) �[32m[14,494 / 15,610]�[0m 1061 / 2177 tests, �[31m�[1m3 failed�[0m;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/frame_switching_tests.py; 222s remote, remote-cache ... (50 actions, 38 running)
    2847:  (02:04:43) �[32m[14,496 / 15,610]�[0m 1063 / 2177 tests, �[31m�[1m3 failed�[0m;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/frame_switching_tests.py; 227s remote, remote-cache ... (50 actions, 40 running)
    2848:  (02:04:45) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/bidi/input:DefaultMouseTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/input/DefaultMouseTest-chrome/test_attempts/attempt_1.log)
    2849:  (02:04:48) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/bidi/input:CombinedInputActionsTest-edge (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/input/CombinedInputActionsTest-edge/test.log)
    2850:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/bidi/input:CombinedInputActionsTest-edge (Summary)
    ...
    
    2864:  Failures: 1
    2865:  1) canMoveMouseToAnElementInAnIframeAndClick() (org.openqa.selenium.bidi.input.CombinedInputActionsTest)
    2866:  java.lang.Exception: org.openqa.selenium.bidi.input.CombinedInputActionsTest.canMoveMouseToAnElementInAnIframeAndClick is marked as not yet implemented with EDGE but already work...

    @SeleniumHQ SeleniumHQ deleted a comment Jan 8, 2025
    @selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 8 times, most recently from 0da6514 to a8c2863 Compare January 16, 2025 00:35
    @selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 2 times, most recently from 4655030 to 837bfbb Compare January 18, 2025 00:45
    @VietND96 VietND96 changed the base branch from trunk to release-preparation-4.28.0 January 18, 2025 19:43
    @VietND96 VietND96 changed the base branch from release-preparation-4.28.0 to trunk January 18, 2025 19:44
    @selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 4 times, most recently from c18c604 to 8b0947f Compare January 21, 2025 00:33
    Copy link
    Contributor

    qodo-merge-pro bot commented Jan 21, 2025

    CI Feedback 🧐

    (Feedback updated until commit 60b0569)

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

    Action: Ruby / Local Tests (firefox, macos) / Local Tests (firefox, macos)

    Failed stage: Run Bazel [❌]

    Failed test name: Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount

    Failure summary:

    The action failed in the Firefox integration tests for the ActionBuilder class. Specifically, the
    test 'scrolls by given amount' in the #scroll_by method failed because the footer element was not in
    the viewport as expected. The test expected the footer to be visible (in_viewport?(footer) to be
    true) but it was false.

    Relevant error logs:
    1:  ##[group]Operating System
    2:  macOS
    ...
    
    661:  �[32m[1,298 / 1,321]�[0m 1 / 30 tests;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:fedcm-firefox; 63s ... (3 actions, 1 running)
    662:  �[32m[1,298 / 1,321]�[0m 1 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-firefox; 7s local, disk-cache ... (3 actions, 2 running)
    663:  �[32m[1,299 / 1,321]�[0m 2 / 30 tests;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/firefox:service-firefox; 8s ... (3 actions, 1 running)
    664:  �[32m[1,299 / 1,321]�[0m 2 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-firefox; 5s local, disk-cache ... (3 actions, 2 running)
    665:  �[32m[1,300 / 1,321]�[0m 3 / 30 tests;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-firefox; 6s ... (3 actions, 1 running)
    666:  �[32m[1,300 / 1,321]�[0m 3 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver/firefox:service-firefox; 11s local, disk-cache ... (3 actions, 2 running)
    667:  �[32m[1,301 / 1,321]�[0m 4 / 30 tests;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:driver-firefox; 11s ... (3 actions, 1 running)
    668:  �[32m[1,301 / 1,321]�[0m 4 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-firefox; 6s local, disk-cache ... (3 actions, 2 running)
    669:  �[32m[1,302 / 1,321]�[0m 5 / 30 tests;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:error-firefox; 7s ... (3 actions, 1 running)
    670:  �[32m[1,302 / 1,321]�[0m 5 / 30 tests;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:error-firefox; 18s ... (3 actions, 1 running)
    671:  �[32m[1,302 / 1,321]�[0m 5 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-firefox; 37s local, disk-cache ... (3 actions, 2 running)
    672:  �[32m[1,303 / 1,321]�[0m 6 / 30 tests;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:window-firefox; 39s ... (3 actions, 1 running)
    673:  �[32m[1,303 / 1,321]�[0m 6 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:error-firefox; 11s local, disk-cache ... (3 actions, 2 running)
    ...
    
    717:  �[32m[1,319 / 1,321]�[0m 22 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 82s local, disk-cache ... (2 actions running)
    718:  �[32m[1,320 / 1,321]�[0m 23 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 84s local, disk-cache
    719:  �[32m[1,320 / 1,321]�[0m 23 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 94s local, disk-cache
    720:  �[32m[1,320 / 1,321]�[0m 23 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 125s local, disk-cache
    721:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-firefox (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test_attempts/attempt_2.log)
    722:  �[32m[1,320 / 1,321]�[0m 23 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 127s local, disk-cache
    723:  �[32m[1,320 / 1,321]�[0m 23 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 165s local, disk-cache
    724:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-firefox (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test.log)
    725:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-firefox (Summary)
    ...
    
    764:  moves one element to another
    765:  #drag_and_drop_by
    766:  moves one element a provided distance
    767:  #move_to_location
    768:  moves pointer to specified coordinates
    769:  pen stylus
    770:  sets pointer event properties (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};)
    771:  #scroll_to
    772:  scrolls to element (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    773:  #scroll_by
    774:  scrolls by given amount (FAILED - 1)
    775:  #scroll_from
    776:  scrolls from element by given amount (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    777:  scrolls from element by given amount with offset (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    778:  raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
    779:  scrolls by given amount with offset
    780:  raises MoveTargetOutOfBoundsError when origin offset is out of viewport
    781:  Pending: (Failures listed here are expected and do not affect your suite's status)
    782:  1) Selenium::WebDriver::ActionBuilder pen stylus sets pointer event properties
    783:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};
    784:  Failure/Error: actions.perform
    785:  Selenium::WebDriver::Error::UnknownError:
    786:  Error: Unimplemented pointerMove for pointerType pen
    787:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    788:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    793:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    794:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    795:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    796:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    797:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    798:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:280:in `block (3 levels) in <module:WebDriver>'
    799:  # ------------------
    800:  # --- Caused by: ---
    801:  # Selenium::WebDriver::Error::WebDriverError:
    802:  #   pointerMove@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2393:11
    803:  performPointerMoveStep@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1628:31
    804:  dispatch/<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1595:20
    805:  moveOverTime/transitions<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2320:9
    806:  2) Selenium::WebDriver::ActionBuilder#scroll_to scrolls to element
    807:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};
    808:  Failure/Error: driver.action.scroll_to(iframe).perform
    809:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    810:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
    811:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    812:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    817:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    818:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    819:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    820:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    821:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    822:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:313:in `block (3 levels) in <module:WebDriver>'
    823:  # ------------------
    824:  # --- Caused by: ---
    825:  # Selenium::WebDriver::Error::WebDriverError:
    826:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    827:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
    828:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
    829:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    830:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
    831:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
    832:  3) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount
    833:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
    834:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    835:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    836:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
    837:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    838:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    843:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    844:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    845:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    846:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    847:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    848:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:339:in `block (3 levels) in <module:WebDriver>'
    849:  # ------------------
    850:  # --- Caused by: ---
    851:  # Selenium::WebDriver::Error::WebDriverError:
    852:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    853:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
    854:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
    855:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    856:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
    857:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
    858:  4) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount with offset
    859:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
    860:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    861:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    862:  Move target (632, 2952) is out of bounds of viewport dimensions (1280, 788)
    863:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    864:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    869:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    870:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    871:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    872:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    873:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    874:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:353:in `block (3 levels) in <module:WebDriver>'
    875:  # ------------------
    876:  # --- Caused by: ---
    877:  # Selenium::WebDriver::Error::WebDriverError:
    878:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    879:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
    880:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
    881:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    882:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
    883:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
    884:  Failures:
    885:  1) Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
    886:  Failure/Error: expect(in_viewport?(footer)).to be true
    887:  expected true
    888:  got false
    889:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:328:in `block (3 levels) in <module:WebDriver>'
    890:  Finished in 43.81 seconds (files took 0.17322 seconds to load)
    891:  27 examples, 1 failure, 4 pending
    892:  Failed examples:
    ...
    
    929:  moves one element to another
    930:  #drag_and_drop_by
    931:  moves one element a provided distance
    932:  #move_to_location
    933:  moves pointer to specified coordinates
    934:  pen stylus
    935:  sets pointer event properties (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};)
    936:  #scroll_to
    937:  scrolls to element (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    938:  #scroll_by
    939:  scrolls by given amount (FAILED - 1)
    940:  #scroll_from
    941:  scrolls from element by given amount (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    942:  scrolls from element by given amount with offset (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    943:  raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
    944:  scrolls by given amount with offset
    945:  raises MoveTargetOutOfBoundsError when origin offset is out of viewport
    946:  Pending: (Failures listed here are expected and do not affect your suite's status)
    947:  1) Selenium::WebDriver::ActionBuilder pen stylus sets pointer event properties
    948:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};
    949:  Failure/Error: actions.perform
    950:  Selenium::WebDriver::Error::UnknownError:
    951:  Error: Unimplemented pointerMove for pointerType pen
    952:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    953:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    958:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    959:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    960:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    961:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    962:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    963:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:280:in `block (3 levels) in <module:WebDriver>'
    964:  # ------------------
    965:  # --- Caused by: ---
    966:  # Selenium::WebDriver::Error::WebDriverError:
    967:  #   pointerMove@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2393:11
    968:  performPointerMoveStep@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1628:31
    969:  dispatch/<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1595:20
    970:  moveOverTime/transitions<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2320:9
    971:  2) Selenium::WebDriver::ActionBuilder#scroll_to scrolls to element
    972:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};
    973:  Failure/Error: driver.action.scroll_to(iframe).perform
    974:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    975:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
    976:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    977:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    982:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    983:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    984:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    985:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    986:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    987:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:313:in `block (3 levels) in <module:WebDriver>'
    988:  # ------------------
    989:  # --- Caused by: ---
    990:  # Selenium::WebDriver::Error::WebDriverError:
    991:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    992:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
    993:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
    994:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    995:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
    996:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
    997:  3) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount
    998:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
    999:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    1000:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    1001:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
    1002:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    1003:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    1008:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    1009:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    1010:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    1011:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    1012:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    1013:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:339:in `block (3 levels) in <module:WebDriver>'
    1014:  # ------------------
    1015:  # --- Caused by: ---
    1016:  # Selenium::WebDriver::Error::WebDriverError:
    1017:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    1018:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
    1019:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
    1020:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    1021:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
    1022:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
    1023:  4) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount with offset
    1024:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
    1025:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    1026:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    1027:  Move target (632, 2952) is out of bounds of viewport dimensions (1280, 788)
    1028:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    1029:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    1034:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    1035:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    1036:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    1037:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    1038:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    1039:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:353:in `block (3 levels) in <module:WebDriver>'
    1040:  # ------------------
    1041:  # --- Caused by: ---
    1042:  # Selenium::WebDriver::Error::WebDriverError:
    1043:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    1044:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
    1045:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
    1046:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    1047:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
    1048:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
    1049:  Failures:
    1050:  1) Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
    1051:  Failure/Error: expect(in_viewport?(footer)).to be true
    1052:  expected true
    1053:  got false
    1054:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:328:in `block (3 levels) in <module:WebDriver>'
    1055:  Finished in 43.03 seconds (files took 0.17859 seconds to load)
    1056:  27 examples, 1 failure, 4 pending
    1057:  Failed examples:
    ...
    
    1094:  moves one element to another
    1095:  #drag_and_drop_by
    1096:  moves one element a provided distance
    1097:  #move_to_location
    1098:  moves pointer to specified coordinates
    1099:  pen stylus
    1100:  sets pointer event properties (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};)
    1101:  #scroll_to
    1102:  scrolls to element (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    1103:  #scroll_by
    1104:  scrolls by given amount (FAILED - 1)
    1105:  #scroll_from
    1106:  scrolls from element by given amount (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    1107:  scrolls from element by given amount with offset (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
    1108:  raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
    1109:  scrolls by given amount with offset
    1110:  raises MoveTargetOutOfBoundsError when origin offset is out of viewport
    1111:  Pending: (Failures listed here are expected and do not affect your suite's status)
    1112:  1) Selenium::WebDriver::ActionBuilder pen stylus sets pointer event properties
    1113:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};
    1114:  Failure/Error: actions.perform
    1115:  Selenium::WebDriver::Error::UnknownError:
    1116:  Error: Unimplemented pointerMove for pointerType pen
    1117:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    1118:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    1123:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    1124:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    1125:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    1126:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    1127:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    1128:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:280:in `block (3 levels) in <module:WebDriver>'
    1129:  # ------------------
    1130:  # --- Caused by: ---
    1131:  # Selenium::WebDriver::Error::WebDriverError:
    1132:  #   pointerMove@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2393:11
    1133:  performPointerMoveStep@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1628:31
    1134:  dispatch/<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1595:20
    1135:  moveOverTime/transitions<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2320:9
    1136:  2) Selenium::WebDriver::ActionBuilder#scroll_to scrolls to element
    1137:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};
    1138:  Failure/Error: driver.action.scroll_to(iframe).perform
    1139:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    1140:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
    1141:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    1142:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    1147:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    1148:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    1149:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    1150:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    1151:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    1152:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:313:in `block (3 levels) in <module:WebDriver>'
    1153:  # ------------------
    1154:  # --- Caused by: ---
    1155:  # Selenium::WebDriver::Error::WebDriverError:
    1156:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    1157:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
    1158:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
    1159:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    1160:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
    1161:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
    1162:  3) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount
    1163:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
    1164:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    1165:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    1166:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
    1167:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    1168:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    1173:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    1174:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    1175:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    1176:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    1177:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    1178:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:339:in `block (3 levels) in <module:WebDriver>'
    1179:  # ------------------
    1180:  # --- Caused by: ---
    1181:  # Selenium::WebDriver::Error::WebDriverError:
    1182:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    1183:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
    1184:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
    1185:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    1186:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
    1187:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
    1188:  4) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount with offset
    1189:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
    1190:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
    1191:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
    1192:  Move target (632, 2952) is out of bounds of viewport dimensions (1280, 788)
    1193:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
    1194:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
    ...
    
    1199:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
    1200:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
    1201:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
    1202:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
    1203:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
    1204:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:353:in `block (3 levels) in <module:WebDriver>'
    1205:  # ------------------
    1206:  # --- Caused by: ---
    1207:  # Selenium::WebDriver::Error::WebDriverError:
    1208:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
    1209:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
    1210:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
    1211:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
    1212:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
    1213:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
    1214:  Failures:
    1215:  1) Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
    1216:  Failure/Error: expect(in_viewport?(footer)).to be true
    1217:  expected true
    1218:  got false
    1219:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:328:in `block (3 levels) in <module:WebDriver>'
    1220:  Finished in 38.88 seconds (files took 0.18073 seconds to load)
    1221:  27 examples, 1 failure, 4 pending
    1222:  Failed examples:
    1223:  rspec ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:320 # Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
    1224:  ================================================================================
    1225:  �[32m[1,321 / 1,322]�[0m 24 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:network-firefox; 0s local, disk-cache
    1226:  �[32m[1,321 / 1,322]�[0m 24 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:network-firefox; 5s local, disk-cache
    1227:  �[32m[1,322 / 1,323]�[0m 25 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-firefox; 0s local, disk-cache
    1228:  �[32m[1,322 / 1,323]�[0m 25 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-firefox; 5s local, disk-cache
    1229:  �[32m[1,323 / 1,324]�[0m 26 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-firefox; 1s local, disk-cache
    1230:  �[32m[1,323 / 1,324]�[0m 26 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-firefox; 6s local, disk-cache
    1231:  �[32m[1,324 / 1,325]�[0m 27 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-firefox; 0s local, disk-cache
    1232:  �[32m[1,324 / 1,325]�[0m 27 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-firefox; 288s local, disk-cache
    1233:  �[32m[1,325 / 1,326]�[0m 28 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-firefox; 1s local, disk-cache
    1234:  �[32m[1,325 / 1,326]�[0m 28 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-firefox; 5s local, disk-cache
    1235:  �[32m[1,326 / 1,327]�[0m 29 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:script-firefox; 0s local, disk-cache
    1236:  �[32m[1,326 / 1,327]�[0m 29 / 30 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:script-firefox; 6s local, disk-cache
    1237:  �[32mINFO: �[0mFound 30 test targets...
    1238:  �[32mINFO: �[0mElapsed time: 954.164s, Critical Path: 316.99s
    1239:  �[32mINFO: �[0m1327 processes: 569 disk cache hit, 681 internal, 13 darwin-sandbox, 64 local.
    1240:  �[32mINFO: �[0mBuild completed, 1 test FAILED, 1327 total actions
    1241:  //rb/spec/integration/selenium/webdriver:bidi-firefox                    �[0m�[32mPASSED�[0m in 5.4s
    1242:  //rb/spec/integration/selenium/webdriver:devtools-firefox                �[0m�[32mPASSED�[0m in 288.8s
    1243:  //rb/spec/integration/selenium/webdriver:driver-firefox                  �[0m�[32mPASSED�[0m in 38.0s
    1244:  //rb/spec/integration/selenium/webdriver:element-firefox                 �[0m�[32mPASSED�[0m in 37.8s
    1245:  //rb/spec/integration/selenium/webdriver:error-firefox                   �[0m�[32mPASSED�[0m in 11.9s
    ...
    
    1263:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-firefox      �[0m�[32mPASSED�[0m in 5.6s
    1264:  //rb/spec/integration/selenium/webdriver/bidi:network-firefox            �[0m�[32mPASSED�[0m in 5.3s
    1265:  //rb/spec/integration/selenium/webdriver/bidi:script-firefox             �[0m�[32mPASSED�[0m in 6.5s
    1266:  //rb/spec/integration/selenium/webdriver/firefox:driver-firefox          �[0m�[32mPASSED�[0m in 35.7s
    1267:  //rb/spec/integration/selenium/webdriver/firefox:profile-firefox         �[0m�[32mPASSED�[0m in 23.4s
    1268:  //rb/spec/integration/selenium/webdriver/firefox:service-firefox         �[0m�[32mPASSED�[0m in 11.0s
    1269:  //rb/spec/integration/selenium/webdriver/remote:driver-firefox           �[0m�[32mPASSED�[0m in 7.0s
    1270:  //rb/spec/integration/selenium/webdriver/remote:element-firefox          �[0m�[32mPASSED�[0m in 16.1s
    1271:  //rb/spec/integration/selenium/webdriver:action_builder-firefox          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 44.5s
    1272:  Stats over 3 runs: max = 44.5s, min = 39.6s, avg = 42.6s, dev = 2.1s
    1273:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test.log
    1274:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test_attempts/attempt_1.log
    1275:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test_attempts/attempt_2.log
    1276:  Executed 30 out of 30 tests: 29 tests pass and �[0m�[31m�[1m1 fails locally�[0m.
    1277:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
    1278:  ##[error]Process completed with exit code 3.
    

    @selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 5 times, most recently from dd6a7df to 11881e6 Compare January 26, 2025 00:37
    @selenium-ci selenium-ci force-pushed the pinned-browser-updates branch from 11881e6 to 60b0569 Compare January 27, 2025 00:35
    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