Skip to content

[java] Removing RemoteStatus as it was deprecated. #15712

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

Merged
merged 2 commits into from
May 7, 2025

Conversation

diemol
Copy link
Member

@diemol diemol commented May 7, 2025

User description

Also ScreenshotException.getBase64EncodedScreenshot()

🔗 Related Issues

No.

💥 What does this PR do?

Removing deprecated code.

🔧 Implementation Notes

💡 Additional Considerations

🔄 Types of changes

  • Cleanup (formatting, renaming)
  • Bug fix (backwards compatible)
  • New feature (non-breaking change which adds functionality and tests!)
  • Breaking change (fix or feature that would cause existing functionality to change)

PR Type

Bug fix, Enhancement


Description

  • Remove deprecated RemoteStatus class entirely

  • Remove deprecated getBase64EncodedScreenshot method from ScreenshotException

  • Clean up deprecated code for maintainability


Changes walkthrough 📝

Relevant files
Cleanup
RemoteStatus.java
Remove deprecated RemoteStatus class                                         

java/src/org/openqa/selenium/remote/RemoteStatus.java

  • Deleted the entire deprecated RemoteStatus class
  • Removed all related methods and documentation
  • +0/-88   
    ScreenshotException.java
    Remove deprecated method from ScreenshotException               

    java/src/org/openqa/selenium/remote/ScreenshotException.java

  • Removed deprecated getBase64EncodedScreenshot method
  • Cleaned up class by eliminating deprecated code
  • +0/-5     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • Also ScreenshotException.getBase64EncodedScreenshot()
    @selenium-ci selenium-ci added the C-java Java Bindings label May 7, 2025
    Copy link
    Contributor

    qodo-merge-pro bot commented May 7, 2025

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    🎫 Ticket compliance analysis ❌

    5678 - Not compliant

    Non-compliant requirements:

    • Fix "Error: ConnectFailure (Connection refused)" issue when instantiating ChromeDriver

    1234 - Not compliant

    Non-compliant requirements:

    • Fix issue where Firefox 42.0 doesn't trigger JavaScript in link's href on click() in Selenium 2.48.0/2.48.2

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

    Ticket Mismatch

    The PR removes deprecated code but doesn't address the issues mentioned in the linked tickets. The PR should be associated with tickets related to code cleanup or deprecation removal.

      public ScreenshotException(Throwable cause) {
        super(cause);
      }
    
      public ScreenshotException(String message, Throwable cause) {
        super(message, cause);
      }
    }

    Copy link
    Contributor

    qodo-merge-pro bot commented May 7, 2025

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    Copy link
    Contributor

    qodo-merge-pro bot commented May 7, 2025

    CI Feedback 🧐

    (Feedback updated until commit e56ce1e)

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

    Action: Python / Browser Tests (firefox, ubuntu) / Integration Tests (firefox, ubuntu)

    Failed stage: Run Bazel [❌]

    Failed test name: test_continue_with_auth[firefox]

    Failure summary:

    The action failed because the test test_continue_with_auth[firefox] in the bidi_network_tests.py
    file failed. The test attempted to authenticate with httpbin.org using basic authentication, but
    received a "503 Service Temporarily Unavailable" response instead of the expected authentication
    success message.

    Specifically, the test failed at line 92 with the assertion:

    assert "authenticated" in
    driver.page_source, "Authorization failed"


    The test expected to find the text "authenticated" in the page source after adding an auth handler
    and navigating to the URL, but instead received a 503 error page.

    Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    925:  Package 'php-sql-formatter' is not installed, so not removed
    926:  Package 'php8.3-ssh2' is not installed, so not removed
    927:  Package 'php-ssh2-all-dev' is not installed, so not removed
    928:  Package 'php8.3-stomp' is not installed, so not removed
    929:  Package 'php-stomp-all-dev' is not installed, so not removed
    930:  Package 'php-swiftmailer' is not installed, so not removed
    931:  Package 'php-symfony' is not installed, so not removed
    932:  Package 'php-symfony-asset' is not installed, so not removed
    933:  Package 'php-symfony-asset-mapper' is not installed, so not removed
    934:  Package 'php-symfony-browser-kit' is not installed, so not removed
    935:  Package 'php-symfony-clock' is not installed, so not removed
    936:  Package 'php-symfony-debug-bundle' is not installed, so not removed
    937:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
    938:  Package 'php-symfony-dom-crawler' is not installed, so not removed
    939:  Package 'php-symfony-dotenv' is not installed, so not removed
    940:  Package 'php-symfony-error-handler' is not installed, so not removed
    941:  Package 'php-symfony-event-dispatcher' is not installed, so not removed
    ...
    
    1119:  Package 'php-twig-html-extra' is not installed, so not removed
    1120:  Package 'php-twig-i18n-extension' is not installed, so not removed
    1121:  Package 'php-twig-inky-extra' is not installed, so not removed
    1122:  Package 'php-twig-intl-extra' is not installed, so not removed
    1123:  Package 'php-twig-markdown-extra' is not installed, so not removed
    1124:  Package 'php-twig-string-extra' is not installed, so not removed
    1125:  Package 'php8.3-uopz' is not installed, so not removed
    1126:  Package 'php-uopz-all-dev' is not installed, so not removed
    1127:  Package 'php8.3-uploadprogress' is not installed, so not removed
    1128:  Package 'php-uploadprogress-all-dev' is not installed, so not removed
    1129:  Package 'php8.3-uuid' is not installed, so not removed
    1130:  Package 'php-uuid-all-dev' is not installed, so not removed
    1131:  Package 'php-validate' is not installed, so not removed
    1132:  Package 'php-vlucas-phpdotenv' is not installed, so not removed
    1133:  Package 'php-voku-portable-ascii' is not installed, so not removed
    1134:  Package 'php-wmerrors' is not installed, so not removed
    1135:  Package 'php-xdebug-all-dev' is not installed, so not removed
    ...
    
    2171:  Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.6) ...
    2172:  Setting up libspectre1:amd64 (0.2.12-1build2) ...
    2173:  Setting up libheif1:amd64 (1.17.6-1ubuntu4.1) ...
    2174:  Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.1) ...
    2175:  Setting up libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.1) ...
    2176:  Setting up libimlib2t64:amd64 (1.12.1-1.1build2) ...
    2177:  Setting up libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.1) ...
    2178:  Setting up feh (3.10.1-1ubuntu0.1) ...
    2179:  Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.1) ...
    2180:  Processing triggers for install-info (7.1-3build2) ...
    2181:  Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
    2182:  Processing triggers for hicolor-icon-theme (0.17-2) ...
    2183:  Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
    2184:  Processing triggers for man-db (2.12.0-4build2) ...
    2185:  Processing triggers for menu (2.1.50) ...
    2186:  /usr/share/menu/bash: 1: Syntax error: word unexpected (expecting ")")
    2187:  /usr/share/menu/google-chrome.menu: 1: Syntax error: word unexpected (expecting ")")
    2188:  /usr/share/menu/microsoft-edge.menu: 1: Syntax error: word unexpected (expecting ")")
    2189:  /usr/share/menu/bc: 1: Syntax error: word unexpected (expecting ")")
    2190:  /usr/share/menu/dash: 1: Syntax error: word unexpected (expecting ")")
    2191:  Setting up fluxbox (1.3.7-1build2) ...
    2192:  update-alternatives: using /usr/bin/startfluxbox to provide /usr/bin/x-window-manager (x-window-manager) in auto mode
    2193:  Processing triggers for menu (2.1.50) ...
    2194:  /usr/share/menu/bash: 1: Syntax error: word unexpected (expecting ")")
    2195:  /usr/share/menu/google-chrome.menu: 1: Syntax error: word unexpected (expecting ")")
    2196:  /usr/share/menu/microsoft-edge.menu: 1: Syntax error: word unexpected (expecting ")")
    2197:  /usr/share/menu/bc: 1: Syntax error: word unexpected (expecting ")")
    2198:  /usr/share/menu/dash: 1: Syntax error: word unexpected (expecting ")")
    2199:  Running kernel seems to be up-to-date.
    2200:  No services need to be restarted.
    2201:  No containers need to be restarted.
    2202:  No user sessions are running outdated binaries.
    2203:  No VM guests are running outdated hypervisor (qemu) binaries on this host.
    2204:  Warning: Failed to open file(fluxbox.cat)
    2205:  for translation, using default messages.
    ...
    
    2209:  > Warning:          Could not resolve keysym XF86CameraAccessToggle
    2210:  > Warning:          Could not resolve keysym XF86NextElement
    2211:  > Warning:          Could not resolve keysym XF86PreviousElement
    2212:  > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
    2213:  > Warning:          Could not resolve keysym XF86MarkWaypoint
    2214:  > Warning:          Could not resolve keysym XF86Sos
    2215:  > Warning:          Could not resolve keysym XF86NavChart
    2216:  > Warning:          Could not resolve keysym XF86FishingChart
    2217:  > Warning:          Could not resolve keysym XF86SingleRangeRadar
    2218:  > Warning:          Could not resolve keysym XF86DualRangeRadar
    2219:  > Warning:          Could not resolve keysym XF86RadarOverlay
    2220:  > Warning:          Could not resolve keysym XF86TraditionalSonar
    2221:  > Warning:          Could not resolve keysym XF86ClearvuSonar
    2222:  > Warning:          Could not resolve keysym XF86SidevuSonar
    2223:  > Warning:          Could not resolve keysym XF86NavInfo
    2224:  Errors from xkbcomp are not fatal to the X server
    2225:  Failed to read: session.ignoreBorder
    2226:  Setting default value
    2227:  Failed to read: session.forcePseudoTransparency
    2228:  Setting default value
    2229:  Failed to read: session.colorsPerChannel
    2230:  Setting default value
    2231:  Failed to read: session.doubleClickInterval
    2232:  Setting default value
    2233:  Failed to read: session.tabPadding
    2234:  Setting default value
    2235:  Failed to read: session.styleOverlay
    2236:  Setting default value
    2237:  Failed to read: session.slitlistFile
    2238:  Setting default value
    2239:  Failed to read: session.appsFile
    2240:  Setting default value
    2241:  Failed to read: session.tabsAttachArea
    2242:  Setting default value
    2243:  Failed to read: session.menuSearch
    2244:  Setting default value
    2245:  Failed to read: session.cacheLife
    2246:  Setting default value
    2247:  Failed to read: session.cacheMax
    2248:  Setting default value
    2249:  Failed to read: session.autoRaiseDelay
    2250:  Setting default value
    2251:  Failed to read: session.ignoreBorder
    2252:  Setting default value
    2253:  Failed to read: session.forcePseudoTransparency
    2254:  Setting default value
    2255:  Failed to read: session.colorsPerChannel
    2256:  Setting default value
    2257:  Failed to read: session.doubleClickInterval
    2258:  Setting default value
    2259:  Failed to read: session.tabPadding
    2260:  Setting default value
    2261:  Failed to read: session.styleOverlay
    2262:  Setting default value
    2263:  Failed to read: session.slitlistFile
    2264:  Setting default value
    2265:  Failed to read: session.appsFile
    2266:  Setting default value
    2267:  Failed to read: session.tabsAttachArea
    2268:  Setting default value
    2269:  Failed to read: session.menuSearch
    2270:  Setting default value
    2271:  Failed to read: session.cacheLife
    2272:  Setting default value
    2273:  Failed to read: session.cacheMax
    2274:  Setting default value
    2275:  Failed to read: session.autoRaiseDelay
    2276:  Setting default value
    2277:  Failed to read: session.screen0.opaqueMove
    2278:  Setting default value
    2279:  Failed to read: session.screen0.fullMaximization
    2280:  Setting default value
    2281:  Failed to read: session.screen0.maxIgnoreIncrement
    2282:  Setting default value
    2283:  Failed to read: session.screen0.maxDisableMove
    2284:  Setting default value
    2285:  Failed to read: session.screen0.maxDisableResize
    2286:  Setting default value
    2287:  Failed to read: session.screen0.workspacewarping
    2288:  Setting default value
    2289:  Failed to read: session.screen0.showwindowposition
    2290:  Setting default value
    2291:  Failed to read: session.screen0.autoRaise
    2292:  Setting default value
    2293:  Failed to read: session.screen0.clickRaises
    2294:  Setting default value
    2295:  Failed to read: session.screen0.defaultDeco
    2296:  Setting default value
    2297:  Failed to read: session.screen0.tab.placement
    2298:  Setting default value
    2299:  Failed to read: session.screen0.windowMenu
    2300:  Setting default value
    2301:  Failed to read: session.screen0.noFocusWhileTypingDelay
    2302:  Setting default value
    2303:  Failed to read: session.screen0.workspaces
    2304:  Setting default value
    2305:  Failed to read: session.screen0.edgeSnapThreshold
    2306:  Setting default value
    2307:  Failed to read: session.screen0.window.focus.alpha
    2308:  Setting default value
    2309:  Failed to read: session.screen0.window.unfocus.alpha
    2310:  Setting default value
    2311:  Failed to read: session.screen0.menu.alpha
    2312:  Setting default value
    2313:  Failed to read: session.screen0.menuDelay
    2314:  Setting default value
    2315:  Failed to read: session.screen0.tab.width
    2316:  Setting default value
    2317:  Failed to read: session.screen0.tooltipDelay
    2318:  Setting default value
    2319:  Failed to read: session.screen0.allowRemoteActions
    2320:  Setting default value
    2321:  Failed to read: session.screen0.clientMenu.usePixmap
    2322:  Setting default value
    2323:  Failed to read: session.screen0.tabs.usePixmap
    2324:  Setting default value
    2325:  Failed to read: session.screen0.tabs.maxOver
    2326:  Setting default value
    2327:  Failed to read: session.screen0.tabs.intitlebar
    2328:  Setting default value
    2329:  Failed to read: session.screen0.focusModel
    2330:  Setting default value
    2331:  Failed to read: session.screen0.tabFocusModel
    2332:  Setting default value
    2333:  Failed to read: session.screen0.focusNewWindows
    2334:  Setting default value
    2335:  Failed to read: session.screen0.focusSameHead
    2336:  Setting default value
    2337:  Failed to read: session.screen0.rowPlacementDirection
    2338:  Setting default value
    2339:  Failed to read: session.screen0.colPlacementDirection
    2340:  Setting default value
    2341:  Failed to read: session.screen0.windowPlacement
    2342:  Setting default value
    2343:  Failed to read: session.ignoreBorder
    2344:  Setting default value
    2345:  Failed to read: session.forcePseudoTransparency
    2346:  Setting default value
    2347:  Failed to read: session.colorsPerChannel
    2348:  Setting default value
    2349:  Failed to read: session.doubleClickInterval
    2350:  Setting default value
    2351:  Failed to read: session.tabPadding
    2352:  Setting default value
    2353:  Failed to read: session.styleOverlay
    2354:  Setting default value
    2355:  Failed to read: session.slitlistFile
    2356:  Setting default value
    2357:  Failed to read: session.appsFile
    2358:  Setting default value
    2359:  Failed to read: session.tabsAttachArea
    2360:  Setting default value
    2361:  Failed to read: session.menuSearch
    2362:  Setting default value
    2363:  Failed to read: session.cacheLife
    2364:  Setting default value
    2365:  Failed to read: session.cacheMax
    2366:  Setting default value
    2367:  Failed to read: session.autoRaiseDelay
    2368:  Setting default value
    2369:  Failed to read: session.screen0.opaqueMove
    2370:  Setting default value
    2371:  Failed to read: session.screen0.fullMaximization
    2372:  Setting default value
    2373:  Failed to read: session.screen0.maxIgnoreIncrement
    2374:  Setting default value
    2375:  Failed to read: session.screen0.maxDisableMove
    2376:  Setting default value
    2377:  Failed to read: session.screen0.maxDisableResize
    2378:  Setting default value
    2379:  Failed to read: session.screen0.workspacewarping
    2380:  Setting default value
    2381:  Failed to read: session.screen0.showwindowposition
    2382:  Setting default value
    2383:  Failed to read: session.screen0.autoRaise
    2384:  Setting default value
    2385:  Failed to read: session.screen0.clickRaises
    2386:  Setting default value
    2387:  Failed to read: session.screen0.defaultDeco
    2388:  Setting default value
    2389:  Failed to read: session.screen0.tab.placement
    2390:  Setting default value
    2391:  Failed to read: session.screen0.windowMenu
    2392:  Setting default value
    2393:  Failed to read: session.screen0.noFocusWhileTypingDelay
    2394:  Setting default value
    2395:  Failed to read: session.screen0.workspaces
    2396:  Setting default value
    2397:  Failed to read: session.screen0.edgeSnapThreshold
    2398:  Setting default value
    2399:  Failed to read: session.screen0.window.focus.alpha
    2400:  Setting default value
    2401:  Failed to read: session.screen0.window.unfocus.alpha
    2402:  Setting default value
    2403:  Failed to read: session.screen0.menu.alpha
    2404:  Setting default value
    2405:  Failed to read: session.screen0.menuDelay
    2406:  Setting default value
    2407:  Failed to read: session.screen0.tab.width
    2408:  Setting default value
    2409:  Failed to read: session.screen0.tooltipDelay
    2410:  Setting default value
    2411:  Failed to read: session.screen0.allowRemoteActions
    2412:  Setting default value
    2413:  Failed to read: session.screen0.clientMenu.usePixmap
    2414:  Setting default value
    2415:  Failed to read: session.screen0.tabs.usePixmap
    2416:  Setting default value
    2417:  Failed to read: session.screen0.tabs.maxOver
    2418:  Setting default value
    2419:  Failed to read: session.screen0.tabs.intitlebar
    2420:  Setting default value
    2421:  Failed to read: session.screen0.focusModel
    2422:  Setting default value
    2423:  Failed to read: session.screen0.tabFocusModel
    2424:  Setting default value
    2425:  Failed to read: session.screen0.focusNewWindows
    2426:  Setting default value
    2427:  Failed to read: session.screen0.focusSameHead
    2428:  Setting default value
    2429:  Failed to read: session.screen0.rowPlacementDirection
    2430:  Setting default value
    2431:  Failed to read: session.screen0.colPlacementDirection
    2432:  Setting default value
    2433:  Failed to read: session.screen0.windowPlacement
    2434:  Setting default value
    2435:  Failed to read: session.screen0.slit.acceptKdeDockapps
    2436:  Setting default value
    2437:  Failed to read: session.screen0.slit.autoHide
    2438:  Setting default value
    2439:  Failed to read: session.screen0.slit.maxOver
    2440:  Setting default value
    2441:  Failed to read: session.screen0.slit.placement
    2442:  Setting default value
    2443:  Failed to read: session.screen0.slit.alpha
    2444:  Setting default value
    2445:  Failed to read: session.screen0.slit.onhead
    2446:  Setting default value
    2447:  Failed to read: session.screen0.slit.layer
    2448:  Setting default value
    2449:  Failed to read: session.screen0.toolbar.autoHide
    2450:  Setting default value
    2451:  Failed to read: session.screen0.toolbar.maxOver
    2452:  Setting default value
    2453:  Failed to read: session.screen0.toolbar.visible
    2454:  Setting default value
    2455:  Failed to read: session.screen0.toolbar.alpha
    2456:  Setting default value
    2457:  Failed to read: session.screen0.toolbar.layer
    2458:  Setting default value
    2459:  Failed to read: session.screen0.toolbar.onhead
    2460:  Setting default value
    2461:  Failed to read: session.screen0.toolbar.placement
    2462:  Setting default value
    2463:  Failed to read: session.screen0.toolbar.height
    2464:  Setting default value
    2465:  Failed to read: session.screen0.iconbar.mode
    2466:  Setting default value
    2467:  Failed to read: session.screen0.iconbar.alignment
    2468:  Setting default value
    2469:  Failed to read: session.screen0.iconbar.iconWidth
    2470:  Setting default value
    2471:  Failed to read: session.screen0.iconbar.iconTextPadding
    2472:  Setting default value
    2473:  Failed to read: session.screen0.iconbar.usePixmap
    2474:  Setting default value
    ...
    
    2640:  �[32m[1,018 / 1,068]�[0m 8 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 195s local, disk-cache ... (4 actions, 1 running)
    2641:  �[32m[1,018 / 1,068]�[0m 8 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 212s local, disk-cache ... (4 actions, 2 running)
    2642:  �[31m�[1mFAIL: �[0m//py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py/test_attempts/attempt_2.log)
    2643:  �[32m[1,018 / 1,068]�[0m 8 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 214s local, disk-cache ... (4 actions, 2 running)
    2644:  �[32m[1,018 / 1,068]�[0m 8 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 217s local, disk-cache ... (4 actions, 3 running)
    2645:  �[32m[1,019 / 1,068]�[0m 9 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 218s local, disk-cache ... (4 actions, 2 running)
    2646:  �[32m[1,019 / 1,068]�[0m 9 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 228s local, disk-cache ... (4 actions, 2 running)
    2647:  �[32m[1,019 / 1,068]�[0m 9 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 258s local, disk-cache ... (4 actions, 2 running)
    2648:  �[32m[1,019 / 1,068]�[0m 9 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 264s local, disk-cache ... (4 actions, 3 running)
    2649:  �[32m[1,020 / 1,068]�[0m 10 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 265s local, disk-cache ... (4 actions, 2 running)
    2650:  �[32m[1,020 / 1,068]�[0m 10 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 268s local, disk-cache ... (4 actions, 2 running)
    2651:  �[32m[1,021 / 1,068]�[0m 11 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 270s local, disk-cache ... (4 actions, 1 running)
    2652:  �[32m[1,021 / 1,068]�[0m 11 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 280s local, disk-cache ... (4 actions, 1 running)
    2653:  �[32m[1,021 / 1,068]�[0m 11 / 58 tests;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py; 296s local, disk-cache ... (4 actions, 2 running)
    2654:  �[31m�[1mFAIL: �[0m//py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py/test.log)
    2655:  �[31m�[1mFAILED: �[0m//py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py (Summary)
    2656:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py/test.log
    ...
    
    2658:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py/test_attempts/attempt_2.log
    2659:  �[32mINFO: �[0mFrom Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py:
    2660:  ==================== Test output for //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py:
    2661:  ============================= test session starts ==============================
    2662:  platform linux -- Python 3.9.21, pytest-7.4.4, pluggy-1.3.0
    2663:  rootdir: /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/bin/py/common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py.runfiles/_main/py
    2664:  configfile: pyproject.toml
    2665:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
    2666:  collected 8 items
    2667:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_network_initialized[firefox] PASSED [ 12%]
    2668:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_add_intercept[firefox] PASSED [ 25%]
    2669:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_remove_intercept[firefox] PASSED [ 37%]
    2670:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_add_and_remove_request_handler[firefox] PASSED [ 50%]
    2671:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_clear_request_handlers[firefox] PASSED [ 62%]
    2672:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_continue_request[firefox] PASSED [ 75%]
    2673:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_continue_with_auth[firefox] FAILED [ 87%]
    2674:  _______________________ test_continue_with_auth[firefox] _______________________
    2675:  driver = <selenium.webdriver.firefox.webdriver.WebDriver (session="78da43d4-23da-4f57-8de7-41368d4422d5")>
    2676:  @pytest.mark.xfail_chrome
    2677:  @pytest.mark.xfail_edge
    2678:  def test_continue_with_auth(driver):
    2679:  callback_id = driver.network.add_auth_handler("user", "passwd")
    2680:  assert callback_id is not None, "Request handler not added"
    2681:  driver.get("https://httpbin.org/basic-auth/user/passwd")
    2682:  >       assert "authenticated" in driver.page_source, "Authorization failed"
    2683:  E       AssertionError: Authorization failed
    2684:  E       assert 'authenticated' in '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>'
    2685:  E        +  where '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>' = <selenium.webdriver.firefox.webdriver.WebDriver (session="78da43d4-23da-4f57-8de7-41368d4422d5")>.page_source
    2686:  py/test/selenium/webdriver/common/bidi_network_tests.py:92: AssertionError
    2687:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_remove_auth_handler[firefox] PASSED [100%]
    2688:  =========================== short test summary info ============================
    2689:  FAILED py/test/selenium/webdriver/common/bidi_network_tests.py::test_continue_with_auth[firefox] - AssertionError: Authorization failed
    2690:  assert 'authenticated' in '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>'
    2691:  +  where '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>' = <selenium.webdriver.firefox.webdriver.WebDriver (session="78da43d4-23da-4f57-8de7-41368d4422d5")>.page_source
    2692:  ========================= 1 failed, 7 passed in 27.21s =========================
    2693:  ================================================================================
    2694:  ==================== Test output for //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py:
    2695:  ============================= test session starts ==============================
    2696:  platform linux -- Python 3.9.21, pytest-7.4.4, pluggy-1.3.0
    2697:  rootdir: /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/bin/py/common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py.runfiles/_main/py
    2698:  configfile: pyproject.toml
    2699:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
    2700:  collected 8 items
    2701:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_network_initialized[firefox] PASSED [ 12%]
    2702:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_add_intercept[firefox] PASSED [ 25%]
    2703:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_remove_intercept[firefox] PASSED [ 37%]
    2704:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_add_and_remove_request_handler[firefox] PASSED [ 50%]
    2705:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_clear_request_handlers[firefox] PASSED [ 62%]
    2706:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_continue_request[firefox] PASSED [ 75%]
    2707:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_continue_with_auth[firefox] FAILED [ 87%]
    2708:  _______________________ test_continue_with_auth[firefox] _______________________
    2709:  driver = <selenium.webdriver.firefox.webdriver.WebDriver (session="c39112eb-40bd-4246-9a5a-1316a69814a1")>
    2710:  @pytest.mark.xfail_chrome
    2711:  @pytest.mark.xfail_edge
    2712:  def test_continue_with_auth(driver):
    2713:  callback_id = driver.network.add_auth_handler("user", "passwd")
    2714:  assert callback_id is not None, "Request handler not added"
    2715:  driver.get("https://httpbin.org/basic-auth/user/passwd")
    2716:  >       assert "authenticated" in driver.page_source, "Authorization failed"
    2717:  E       AssertionError: Authorization failed
    2718:  E       assert 'authenticated' in '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>'
    2719:  E        +  where '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>' = <selenium.webdriver.firefox.webdriver.WebDriver (session="c39112eb-40bd-4246-9a5a-1316a69814a1")>.page_source
    2720:  py/test/selenium/webdriver/common/bidi_network_tests.py:92: AssertionError
    2721:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_remove_auth_handler[firefox] PASSED [100%]
    2722:  =========================== short test summary info ============================
    2723:  FAILED py/test/selenium/webdriver/common/bidi_network_tests.py::test_continue_with_auth[firefox] - AssertionError: Authorization failed
    2724:  assert 'authenticated' in '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>'
    2725:  +  where '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>' = <selenium.webdriver.firefox.webdriver.WebDriver (session="c39112eb-40bd-4246-9a5a-1316a69814a1")>.page_source
    2726:  ========================= 1 failed, 7 passed in 26.69s =========================
    2727:  ================================================================================
    2728:  ==================== Test output for //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py:
    2729:  ============================= test session starts ==============================
    2730:  platform linux -- Python 3.9.21, pytest-7.4.4, pluggy-1.3.0
    2731:  rootdir: /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/bin/py/common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py.runfiles/_main/py
    2732:  configfile: pyproject.toml
    2733:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
    2734:  collected 8 items
    2735:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_network_initialized[firefox] PASSED [ 12%]
    2736:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_add_intercept[firefox] PASSED [ 25%]
    2737:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_remove_intercept[firefox] PASSED [ 37%]
    2738:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_add_and_remove_request_handler[firefox] PASSED [ 50%]
    2739:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_clear_request_handlers[firefox] PASSED [ 62%]
    2740:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_continue_request[firefox] PASSED [ 75%]
    2741:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_continue_with_auth[firefox] FAILED [ 87%]
    2742:  _______________________ test_continue_with_auth[firefox] _______________________
    2743:  driver = <selenium.webdriver.firefox.webdriver.WebDriver (session="a5023400-e412-4ab3-abeb-ecde3b4b496d")>
    2744:  @pytest.mark.xfail_chrome
    2745:  @pytest.mark.xfail_edge
    2746:  def test_continue_with_auth(driver):
    2747:  callback_id = driver.network.add_auth_handler("user", "passwd")
    2748:  assert callback_id is not None, "Request handler not added"
    2749:  driver.get("https://httpbin.org/basic-auth/user/passwd")
    2750:  >       assert "authenticated" in driver.page_source, "Authorization failed"
    2751:  E       AssertionError: Authorization failed
    2752:  E       assert 'authenticated' in '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>'
    2753:  E        +  where '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>' = <selenium.webdriver.firefox.webdriver.WebDriver (session="a5023400-e412-4ab3-abeb-ecde3b4b496d")>.page_source
    2754:  py/test/selenium/webdriver/common/bidi_network_tests.py:92: AssertionError
    2755:  py/test/selenium/webdriver/common/bidi_network_tests.py::test_remove_auth_handler[firefox] PASSED [100%]
    2756:  =========================== short test summary info ============================
    2757:  FAILED py/test/selenium/webdriver/common/bidi_network_tests.py::test_continue_with_auth[firefox] - AssertionError: Authorization failed
    2758:  assert 'authenticated' in '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>'
    2759:  +  where '<html><head><title>503 Service Temporarily Unavailable</title></head>\n<body>\n<center><h1>503 Service Temporarily Unavailable</h1></center>\n\n\n</body></html>' = <selenium.webdriver.firefox.webdriver.WebDriver (session="a5023400-e412-4ab3-abeb-ecde3b4b496d")>.page_source
    2760:  ========================= 1 failed, 7 passed in 26.65s =========================
    2761:  ================================================================================
    2762:  �[32m[1,022 / 1,068]�[0m 12 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/children_finding_tests.py; 32s ... (4 actions, 1 running)
    2763:  �[32m[1,022 / 1,068]�[0m 12 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/children_finding_tests.py; 43s ... (4 actions, 1 running)
    2764:  �[32m[1,022 / 1,068]�[0m 12 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/children_finding_tests.py; 73s ... (4 actions, 1 running)
    2765:  �[32m[1,022 / 1,068]�[0m 12 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/children_finding_tests.py; 133s ... (4 actions, 1 running)
    2766:  �[32m[1,022 / 1,068]�[0m 12 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_tests.py; 140s ... (4 actions, 2 running)
    2767:  �[32m[1,023 / 1,068]�[0m 13 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_tests.py; 141s ... (4 actions, 1 running)
    2768:  �[32m[1,023 / 1,068]�[0m 13 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_tests.py; 152s ... (4 actions, 1 running)
    2769:  �[32m[1,023 / 1,068]�[0m 13 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_tests.py; 182s ... (4 actions, 1 running)
    2770:  �[32m[1,023 / 1,068]�[0m 13 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_session_tests.py; 180s ... (4 actions, 2 running)
    2771:  �[32m[1,024 / 1,068]�[0m 14 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/executing_javascript_tests.py; 68s ... (4 actions, 2 running)
    2772:  �[32m[1,025 / 1,068]�[0m 15 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/executing_javascript_tests.py; 69s ... (4 actions, 1 running)
    2773:  �[32m[1,025 / 1,068]�[0m 15 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/api_example_tests.py; 8s ... (4 actions, 2 running)
    2774:  �[32m[1,026 / 1,068]�[0m 16 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/api_example_tests.py; 10s ... (4 actions, 1 running)
    2775:  �[32m[1,026 / 1,068]�[0m 16 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/api_example_tests.py; 20s ... (4 actions, 1 running)
    2776:  �[32m[1,026 / 1,068]�[0m 16 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/api_example_tests.py; 50s ... (4 actions, 1 running)
    2777:  �[32m[1,026 / 1,068]�[0m 16 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/virtual_authenticator_tests.py; 98s ... (4 actions, 2 running)
    2778:  �[32m[1,027 / 1,068]�[0m 17 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/virtual_authenticator_tests.py; 99s ... (4 actions, 1 running)
    2779:  �[32m[1,027 / 1,068]�[0m 17 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/virtual_authenticator_tests.py; 110s ... (4 actions, 1 running)
    2780:  �[32m[1,027 / 1,068]�[0m 17 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/virtual_authenticator_tests.py; 140s ... (4 actions, 1 running)
    2781:  �[32m[1,027 / 1,068]�[0m 17 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/proxy_tests.py; 186s ... (4 actions, 2 running)
    2782:  �[32m[1,028 / 1,068]�[0m 18 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/correct_event_firing_tests.py; 96s ... (4 actions, 2 running)
    2783:  �[32m[1,029 / 1,068]�[0m 19 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/alerts_tests.py ... (4 actions, 2 running)
    2784:  �[32m[1,030 / 1,068]�[0m 20 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/alerts_tests.py ... (4 actions, 1 running)
    2785:  �[32m[1,030 / 1,068]�[0m 20 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/alerts_tests.py; 14s ... (4 actions, 1 running)
    2786:  �[32m[1,030 / 1,068]�[0m 20 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/alerts_tests.py; 44s ... (4 actions, 1 running)
    2787:  �[32m[1,030 / 1,068]�[0m 20 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/support/event_firing_webdriver_tests.py; 44s ... (4 actions, 2 running)
    2788:  �[32m[1,031 / 1,068]�[0m 21 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/support/event_firing_webdriver_tests.py; 46s ... (4 actions, 1 running)
    2789:  �[32m[1,031 / 1,068]�[0m 21 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/support/event_firing_webdriver_tests.py; 55s ... (4 actions, 1 running)
    2790:  �[32m[1,031 / 1,068]�[0m 21 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/support/event_firing_webdriver_tests.py; 85s ... (4 actions, 1 running)
    2791:  �[32m[1,031 / 1,068]�[0m 21 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/interactions_tests.py; 112s ... (4 actions, 2 running)
    2792:  �[32m[1,032 / 1,068]�[0m 22 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/interactions_tests.py; 113s ... (4 actions, 1 running)
    2793:  �[32m[1,032 / 1,068]�[0m 22 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/interactions_tests.py; 123s ... (4 actions, 1 running)
    2794:  �[32m[1,032 / 1,068]�[0m 22 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/element_equality_tests.py; 108s ... (4 actions, 2 running)
    2795:  �[32m[1,033 / 1,068]�[0m 23 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/element_equality_tests.py; 109s ... (4 actions, 1 running)
    2796:  �[32m[1,033 / 1,068]�[0m 23 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/element_equality_tests.py; 119s ... (4 actions, 1 running)
    2797:  �[32m[1,033 / 1,068]�[0m 23 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/element_equality_tests.py; 149s ... (4 actions, 1 running)
    2798:  �[32m[1,033 / 1,068]�[0m 23 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/form_handling_tests.py; 97s ... (4 actions, 2 running)
    2799:  �[32m[1,034 / 1,068]�[0m 24 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/form_handling_tests.py; 99s ... (4 actions, 1 running)
    2800:  �[32m[1,034 / 1,068]�[0m 24 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/rendered_webelement_tests.py; 68s ... (4 actions, 2 running)
    2801:  �[32m[1,035 / 1,068]�[0m 25 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/rendered_webelement_tests.py; 69s ... (4 actions, 1 running)
    2802:  �[32m[1,035 / 1,068]�[0m 25 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/rendered_webelement_tests.py; 79s ... (4 actions, 1 running)
    2803:  �[32m[1,035 / 1,068]�[0m 25 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/rendered_webelement_tests.py; 109s ... (4 actions, 1 running)
    2804:  �[32m[1,035 / 1,068]�[0m 25 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/executing_async_javascript_tests.py; 90s ... (4 actions, 2 running)
    2805:  �[32m[1,036 / 1,068]�[0m 26 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/executing_async_javascript_tests.py; 91s ... (4 actions, 1 running)
    2806:  �[32m[1,036 / 1,068]�[0m 26 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/executing_async_javascript_tests.py; 101s ... (4 actions, 1 running)
    2807:  �[32m[1,036 / 1,068]�[0m 26 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/cookie_tests.py; 92s ... (4 actions, 2 running)
    2808:  �[32m[1,037 / 1,068]�[0m 27 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/cookie_tests.py; 94s ... (4 actions, 1 running)
    2809:  �[32m[1,037 / 1,068]�[0m 27 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/cookie_tests.py; 104s ... (4 actions, 1 running)
    2810:  �[32m[1,037 / 1,068]�[0m 27 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/cookie_tests.py; 134s ... (4 actions, 1 running)
    2811:  �[32m[1,037 / 1,068]�[0m 27 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/support/relative_by_tests.py; 78s ... (4 actions, 2 running)
    2812:  �[32m[1,038 / 1,068]�[0m 28 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/support/relative_by_tests.py; 79s ... (4 actions, 1 running)
    2813:  �[32m[1,038 / 1,068]�[0m 28 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/support/relative_by_tests.py; 89s ... (4 actions, 1 running)
    2814:  �[32m[1,038 / 1,068]�[0m 28 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/devtools_tests.py; 106s ... (4 actions, 2 running)
    2815:  �[32m[1,039 / 1,068]�[0m 29 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/devtools_tests.py; 108s ... (4 actions, 1 running)
    2816:  �[32m[1,039 / 1,068]�[0m 29 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/devtools_tests.py; 117s ... (4 actions, 1 running)
    2817:  �[32m[1,039 / 1,068]�[0m 29 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/devtools_tests.py; 147s ... (4 actions, 1 running)
    2818:  �[32m[1,039 / 1,068]�[0m 29 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/web_components_tests.py; 123s ... (4 actions, 2 running)
    2819:  �[32m[1,040 / 1,068]�[0m 30 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/click_scrolling_tests.py; 83s ... (4 actions, 2 running)
    2820:  �[32m[1,041 / 1,068]�[0m 31 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/click_scrolling_tests.py; 84s ... (4 actions, 1 running)
    2821:  �[32m[1,041 / 1,068]�[0m 31 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_browser_tests.py; 11s ... (4 actions, 2 running)
    2822:  �[32m[1,042 / 1,068]�[0m 32 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_browser_tests.py; 13s ... (4 actions, 1 running)
    2823:  �[32m[1,042 / 1,068]�[0m 32 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_browser_tests.py; 22s ... (4 actions, 1 running)
    2824:  �[32m[1,042 / 1,068]�[0m 32 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 46s ... (4 actions, 2 running)
    2825:  �[32m[1,043 / 1,068]�[0m 33 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 47s ... (4 actions, 1 running)
    2826:  �[32m[1,043 / 1,068]�[0m 33 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/driver_element_finding_tests.py; 58s ... (4 actions, 1 running)
    2827:  �[32m[1,043 / 1,068]�[0m 33 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/page_load_timeout_tests.py; 59s ... (4 actions, 2 running)
    2828:  �[32m[1,044 / 1,068]�[0m 34 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/page_load_timeout_tests.py; 61s ... (4 actions, 1 running)
    2829:  �[32m[1,044 / 1,068]�[0m 34 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/page_load_timeout_tests.py; 70s ... (4 actions, 1 running)
    2830:  �[32m[1,044 / 1,068]�[0m 34 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/page_load_timeout_tests.py; 100s ... (4 actions, 1 running)
    2831:  �[32m[1,044 / 1,068]�[0m 34 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/page_load_timeout_tests.py; 160s ... (4 actions, 1 running)
    2832:  �[32m[1,044 / 1,068]�[0m 34 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/page_load_timeout_tests.py; 220s ... (4 actions, 1 running)
    2833:  �[32m[1,044 / 1,068]�[0m 34 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/page_load_timeout_tests.py; 280s ... (4 actions, 1 running)
    2834:  �[32m[1,044 / 1,068]�[0m 34 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/click_tests.py; 285s ... (4 actions, 2 running)
    2835:  �[32m[1,045 / 1,068]�[0m 35 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/click_tests.py; 286s ... (4 actions, 1 running)
    2836:  �[32m[1,045 / 1,068]�[0m 35 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/timeout_tests.py; 269s ... (4 actions, 2 running)
    2837:  �[32m[1,046 / 1,068]�[0m 36 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/timeout_tests.py; 271s ... (4 actions, 1 running)
    2838:  �[32m[1,046 / 1,068]�[0m 36 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/implicit_waits_tests.py; 14s ... (4 actions, 2 running)
    2839:  �[32m[1,047 / 1,068]�[0m 37 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/implicit_waits_tests.py; 16s ... (4 actions, 1 running)
    2840:  �[32m[1,047 / 1,068]�[0m 37 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/interactions_with_device_tests.py; 14s ... (4 actions, 2 running)
    2841:  �[32m[1,048 / 1,068]�[0m 38 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/interactions_with_device_tests.py; 15s ... (4 actions, 1 running)
    2842:  �[32m[1,048 / 1,068]�[0m 38 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/interactions_with_device_tests.py; 25s ... (4 actions, 1 running)
    2843:  �[32m[1,048 / 1,068]�[0m 38 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/script_pinning_tests.py; 29s ... (4 actions, 2 running)
    2844:  �[32m[1,049 / 1,068]�[0m 39 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/script_pinning_tests.py; 31s ... (4 actions, 1 running)
    2845:  �[32m[1,049 / 1,068]�[0m 39 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/script_pinning_tests.py; 40s ... (4 actions, 1 running)
    2846:  �[32m[1,049 / 1,068]�[0m 39 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/script_pinning_tests.py; 70s ... (4 actions, 1 running)
    2847:  �[32m[1,050 / 1,068]�[0m 40 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_script_tests.py; 65s ... (4 actions, 1 running)
    2848:  �[32m[1,050 / 1,068]�[0m 40 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_script_tests.py; 75s ... (4 actions, 1 running)
    2849:  �[32m[1,050 / 1,068]�[0m 40 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/repr_tests.py; 61s ... (4 actions, 2 running)
    2850:  �[32m[1,051 / 1,068]�[0m 41 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/repr_tests.py; 63s ... (4 actions, 1 running)
    2851:  �[32m[1,051 / 1,068]�[0m 41 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/repr_tests.py; 73s ... (4 actions, 1 running)
    2852:  �[32m[1,051 / 1,068]�[0m 41 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/element_aria_label_tests.py; 43s ... (4 actions, 2 running)
    2853:  �[32m[1,052 / 1,068]�[0m 42 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/element_aria_label_tests.py; 44s ... (4 actions, 1 running)
    2854:  �[32m[1,052 / 1,068]�[0m 42 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/stale_reference_tests.py; 33s ... (4 actions, 2 running)
    2855:  �[32m[1,053 / 1,068]�[0m 43 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/stale_reference_tests.py; 34s ... (4 actions, 1 running)
    2856:  �[32m[1,054 / 1,068]�[0m 44 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_storage_tests.py; 12s ... (4 actions, 1 running)
    2857:  �[32m[1,054 / 1,068]�[0m 44 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_storage_tests.py; 22s ... (4 actions, 1 running)
    2858:  �[32m[1,055 / 1,068]�[0m 45 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/position_and_size_tests.py; 12s ... (4 actions, 1 running)
    2859:  �[32m[1,055 / 1,068]�[0m 45 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/position_and_size_tests.py; 23s ... (4 actions, 1 running)
    2860:  �[32m[1,055 / 1,068]�[0m 45 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/window_switching_tests.py; 46s ... (4 actions, 2 running)
    2861:  �[32m[1,056 / 1,068]�[0m 46 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/window_switching_tests.py; 47s ... (4 actions, 1 running)
    2862:  �[32m[1,056 / 1,068]�[0m 46 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/window_switching_tests.py; 58s ... (4 actions, 1 running)
    2863:  �[32m[1,056 / 1,068]�[0m 46 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/webdriverwait_tests.py; 64s ... (4 actions, 2 running)
    2864:  �[32m[1,057 / 1,068]�[0m 47 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/webdriverwait_tests.py; 65s ... (4 actions, 1 running)
    2865:  �[32m[1,057 / 1,068]�[0m 47 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/webdriverwait_tests.py; 75s ... (4 actions, 1 running)
    2866:  �[32m[1,057 / 1,068]�[0m 47 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/fedcm_tests.py; 68s ... (4 actions, 2 running)
    2867:  �[32m[1,058 / 1,068]�[0m 48 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/fedcm_tests.py; 70s ... (4 actions, 1 running)
    2868:  �[32m[1,058 / 1,068]�[0m 48 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/fedcm_tests.py; 80s ... (4 actions, 1 running)
    2869:  �[32m[1,058 / 1,068]�[0m 48 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/fedcm_tests.py; 110s ... (4 actions, 1 running)
    2870:  �[32m[1,058 / 1,068]�[0m 48 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/fedcm_tests.py; 170s ... (4 actions, 1 running)
    2871:  �[32m[1,058 / 1,068]�[0m 48 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/support/expected_conditions_tests.py; 180s ... (4 actions, 2 running)
    2872:  �[32m[1,059 / 1,068]�[0m 49 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/clear_tests.py; 141s ... (4 actions, 2 running)
    2873:  �[32m[1,060 / 1,068]�[0m 50 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/clear_tests.py; 142s ... (4 actions, 1 running)
    2874:  �[32m[1,060 / 1,068]�[0m 50 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/clear_tests.py; 153s ... (4 actions, 1 running)
    2875:  �[32m[1,060 / 1,068]�[0m 50 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_browsing_context_tests.py; 35s ... (4 actions, 2 running)
    2876:  �[32m[1,061 / 1,068]�[0m 51 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_browsing_context_tests.py; 37s ... (4 actions, 1 running)
    2877:  �[32m[1,061 / 1,068]�[0m 51 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_browsing_context_tests.py; 47s ... (4 actions, 1 running)
    2878:  �[32m[1,061 / 1,068]�[0m 51 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/opacity_tests.py; 57s ... (4 actions, 2 running)
    2879:  �[32m[1,062 / 1,068]�[0m 52 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/opacity_tests.py; 58s ... (4 actions, 1 running)
    2880:  �[32m[1,062 / 1,068]�[0m 52 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/opacity_tests.py; 68s ... (4 actions, 1 running)
    2881:  �[32m[1,062 / 1,068]�[0m 52 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/opacity_tests.py; 98s ... (4 actions, 1 running)
    2882:  �[32m[1,062 / 1,068]�[0m 52 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/opacity_tests.py; 158s ... (4 actions, 1 running)
    2883:  �[32m[1,062 / 1,068]�[0m 52 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/w3c_interaction_tests.py; 131s ... (4 actions, 2 running)
    2884:  �[32m[1,063 / 1,068]�[0m 53 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/w3c_interaction_tests.py; 133s ... (4 actions, 1 running)
    2885:  �[32m[1,063 / 1,068]�[0m 53 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/element_aria_tests.py; 116s ... (4 actions, 2 running)
    2886:  �[32m[1,064 / 1,068]�[0m 54 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/element_aria_tests.py; 118s ... (4 actions, 1 running)
    2887:  �[32m[1,064 / 1,068]�[0m 54 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/element_aria_tests.py; 127s ... (4 actions, 1 running)
    2888:  �[32m[1,064 / 1,068]�[0m 54 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/upload_tests.py; 40s ... (4 actions, 2 running)
    2889:  �[32m[1,065 / 1,068]�[0m 55 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/window_tests.py; 33s ... (3 actions, 2 running)
    2890:  �[32m[1,066 / 1,068]�[0m 56 / 58 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //py:common-firefox-bidi-test/selenium/webdriver/common/window_tests.py; 35s ... (2 actions, 1 running)
    2891:  �[32m[1,066 / 1,068]�[0m 56 / 58 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/upload_tests.py; 7s local, disk-cache ... (2 actions running)
    2892:  �[32m[1,067 / 1,068]�[0m 57 / 58 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/window_tests.py; 1s local, disk-cache
    2893:  �[32m[1,067 / 1,068]�[0m 57 / 58 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/window_tests.py; 11s local, disk-cache
    2894:  �[32m[1,067 / 1,068]�[0m 57 / 58 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-firefox-bidi-test/selenium/webdriver/common/window_tests.py; 18s local, disk-cache
    2895:  �[32mINFO: �[0mFound 58 test targets...
    2896:  �[32mINFO: �[0mElapsed time: 2446.199s, Critical Path: 554.20s
    2897:  �[32mINFO: �[0m1068 processes: 457 disk cache hit, 487 internal, 112 local, 12 processwrapper-sandbox.
    2898:  �[32mINFO: �[0mBuild completed, 1 test FAILED, 1068 total actions
    2899:  //py:common-firefox-bidi-test/selenium/webdriver/common/alerts_tests.py  �[0m�[32mPASSED�[0m in 69.0s
    ...
    
    2941:  //py:common-firefox-bidi-test/selenium/webdriver/common/takes_screenshots_tests.py �[0m�[32mPASSED�[0m in 25.1s
    2942:  //py:common-firefox-bidi-test/selenium/webdriver/common/text_handling_tests.py �[0m�[32mPASSED�[0m in 69.6s
    2943:  //py:common-firefox-bidi-test/selenium/webdriver/common/timeout_tests.py �[0m�[32mPASSED�[0m in 7.0s
    2944:  //py:common-firefox-bidi-test/selenium/webdriver/common/typing_tests.py  �[0m�[32mPASSED�[0m in 80.0s
    2945:  //py:common-firefox-bidi-test/selenium/webdriver/common/upload_tests.py  �[0m�[32mPASSED�[0m in 8.0s
    2946:  //py:common-firefox-bidi-test/selenium/webdriver/common/virtual_authenticator_tests.py �[0m�[32mPASSED�[0m in 1.4s
    2947:  //py:common-firefox-bidi-test/selenium/webdriver/common/visibility_tests.py �[0m�[32mPASSED�[0m in 47.5s
    2948:  //py:common-firefox-bidi-test/selenium/webdriver/common/w3c_interaction_tests.py �[0m�[32mPASSED�[0m in 32.7s
    2949:  //py:common-firefox-bidi-test/selenium/webdriver/common/web_components_tests.py �[0m�[32mPASSED�[0m in 10.5s
    2950:  //py:common-firefox-bidi-test/selenium/webdriver/common/webdriverwait_tests.py �[0m�[32mPASSED�[0m in 140.3s
    2951:  //py:common-firefox-bidi-test/selenium/webdriver/common/window_switching_tests.py �[0m�[32mPASSED�[0m in 40.1s
    2952:  //py:common-firefox-bidi-test/selenium/webdriver/common/window_tests.py  �[0m�[32mPASSED�[0m in 19.0s
    2953:  //py:common-firefox-bidi-test/selenium/webdriver/support/event_firing_webdriver_tests.py �[0m�[32mPASSED�[0m in 39.5s
    2954:  //py:common-firefox-bidi-test/selenium/webdriver/support/expected_conditions_tests.py �[0m�[32mPASSED�[0m in 34.7s
    2955:  //py:common-firefox-bidi-test/selenium/webdriver/support/relative_by_tests.py �[0m�[32mPASSED�[0m in 82.5s
    2956:  //py:common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 28.4s
    2957:  Stats over 3 runs: max = 28.4s, min = 27.5s, avg = 27.8s, dev = 0.4s
    2958:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py/test.log
    2959:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py/test_attempts/attempt_1.log
    2960:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-bidi-test/selenium/webdriver/common/bidi_network_tests.py/test_attempts/attempt_2.log
    2961:  Executed 58 out of 58 tests: 57 tests pass and �[0m�[31m�[1m1 fails locally�[0m.
    2962:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
    2963:  �[0m
    2964:  ##[error]Process completed with exit code 3.
    2965:  Post job cleanup.
    

    @diemol diemol merged commit cc9f7e3 into trunk May 7, 2025
    63 of 65 checks passed
    @diemol diemol deleted the remove_deprecated_items branch May 7, 2025 17:49
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants