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

chore(deps): update dependency mocha to v11.1.0 #2141

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mocha (source) 11.0.1 -> 11.1.0 age adoption passing confidence

Release Notes

mochajs/mocha (mocha)

v11.1.0

Compare Source

🌟 Features

v11.0.2

Compare Source

🩹 Fixes
  • catch exceptions setting Error.stackTraceLimit (#​5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#​5263) (210d658)
📚 Documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Jan 22, 2025

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit be212cc
🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/6797c2a42575100008fcd5cf
😎 Deploy Preview https://deploy-preview-2141--selenium-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

qodo-merge-pro bot commented Jan 22, 2025

CI Feedback 🧐

(Feedback updated until commit be212cc)

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

Action: tests (windows, nightly)

Failed stage: Run tests [❌]

Failed test name: Mouse move by offset

Failure summary:

The test suite failed with multiple issues:

  • 54 failing tests out of 174 total tests (100 passing, 20 pending)
  • Most failures were due to "Unexpected server response: 404" errors when trying to connect to the
    WebDriver server
  • Several tests failed with connection refused errors (ECONNREFUSED) to localhost ports
  • Some tests failed with timeout errors, including a 60 second timeout in the headless browser test
  • The first failing test was "Mouse move by offset" which failed an assertion expecting true but got
    false
  • The WebDriver server connection timed out at the end with error "Timed out waiting for the WebDriver
    server"

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    257:  timeout_minutes: 20
    258:  max_attempts: 3
    259:  command: cd examples/javascript
    260:  npm test
    261:  
    262:  retry_wait_seconds: 10
    263:  polling_interval_seconds: 1
    264:  warning_on_retry: true
    265:  continue_on_error: false
    ...
    
    274:  NODE_AUTH_TOKEN: XXXXX-XXXXX-XXXXX-XXXXX
    275:  ##[endgroup]
    276:  > [email protected] test
    277:  > npx mocha test/**/*.spec.js --timeout 60000
    278:  Actions API - Pause and Release All Actions
    279:  ✔ Pause (7287ms)
    280:  1) "after each" hook for "Pause"
    281:  1 passing (2m)
    282:  1 failing
    283:  1) "after each" hook for "Pause":
    284:  Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
    285:  at listOnTimeout (node:internal/timers:594:17)
    286:  at process.processTimers (node:internal/timers:529:7)
    287:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
    ...
    
    322:  ✔ Scroll to the element (286ms)
    323:  Actions API - Wheel Tests
    324:  ✔ Scroll to element (431ms)
    325:  ✔ Scroll by given amount (566ms)
    326:  ✔ Scroll from an element by a given amount (629ms)
    327:  ✔ Scroll from an element with an offset (617ms)
    328:  ✔ Scroll from an offset of origin (element) by given amount (1098ms)
    329:  Integration Tests
    330:  2) test navigate and listen to errors
    ...
    
    355:  - can locate node with none ownership value
    356:  - can locate node with root ownership value
    357:  - can locate node with given start nodes
    358:  - can locate nodes in a given sandbox
    359:  - can find element
    360:  - can find elements
    361:  Log Inspector
    362:  13) test listen to console log
    363:  14) test listen to javascript error log
    ...
    
    404:  46) can remove preload script
    405:  Script events
    406:  ✔ can listen to channel message (2731ms)
    407:  47) can listen to realm created message
    408:  - can listen to realm destroyed message
    409:  BiDi Logging
    410:  ✔ can listen to console log (5852ms)
    411:  ✔ can remove console log handler (5652ms)
    412:  ✔ can listen to javascript error (5972ms)
    413:  48) can remove to javascript error handler
    ...
    
    575:  ✔ Create and add non residential key
    576:  ✔ Get credential
    577:  ✔ Remove all credentials
    578:  ✔ Set is user verified
    579:  Virtual authenticator options
    580:  ✔ Virtual options
    581:  ✔ User verified
    582:  Waits
    583:  ✔ fail (1402ms)
    584:  ✔ sleep (2217ms)
    585:  ✔ implicit (1117ms)
    586:  ✔ explicit (1257ms)
    587:  101 passing (19m)
    588:  20 pending
    589:  52 failing
    590:  1) Mouse move by offset
    591:  From element:
    592:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    593:  false !== true
    594:  + expected - actual
    595:  -false
    596:  +true
    597:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    598:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    599:  2) Integration Tests
    600:  test navigate and listen to errors:
    601:  Uncaught Error: Unexpected server response: 404
    ...
    
    606:  at Socket.socketOnData (node:_http_client:558:22)
    607:  at Socket.emit (node:events:524:28)
    608:  at addChunk (node:internal/streams/readable:561:12)
    609:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    610:  at Readable.push (node:internal/streams/readable:392:5)
    611:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    612:  3) Browsing Context
    613:  "after each" hook for "test create a browsing context for given id":
    614:  Uncaught Error: Unexpected server response: 404
    ...
    
    619:  at Socket.socketOnData (node:_http_client:558:22)
    620:  at Socket.emit (node:events:524:28)
    621:  at addChunk (node:internal/streams/readable:561:12)
    622:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    623:  at Readable.push (node:internal/streams/readable:392:5)
    624:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    625:  4) Browsing Context
    626:  "after each" hook for "test create a browsing context for given id":
    627:  Error: done() called multiple times in hook <Browsing Context "after each" hook for "test create a browsing context for given id"> of file D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\browsingContext.spec.js
    628:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    629:  5) Browsing Context Inspector
    630:  can listen to tab browsing context created event:
    631:  Uncaught Error: Unexpected server response: 404
    ...
    
    636:  at Socket.socketOnData (node:_http_client:558:22)
    637:  at Socket.emit (node:events:524:28)
    638:  at addChunk (node:internal/streams/readable:561:12)
    639:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    640:  at Readable.push (node:internal/streams/readable:392:5)
    641:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    642:  6) Browsing Context Inspector
    643:  can listen to dom content loaded event:
    644:  Uncaught Error: Unexpected server response: 404
    ...
    
    649:  at Socket.socketOnData (node:_http_client:558:22)
    650:  at Socket.emit (node:events:524:28)
    651:  at addChunk (node:internal/streams/readable:561:12)
    652:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    653:  at Readable.push (node:internal/streams/readable:392:5)
    654:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    655:  7) Browsing Context Inspector
    656:  can listen to browsing context loaded event:
    657:  Uncaught Error: Unexpected server response: 404
    ...
    
    662:  at Socket.socketOnData (node:_http_client:558:22)
    663:  at Socket.emit (node:events:524:28)
    664:  at addChunk (node:internal/streams/readable:561:12)
    665:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    666:  at Readable.push (node:internal/streams/readable:392:5)
    667:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    668:  8) Browsing Context Inspector
    669:  can listen to fragment navigated event:
    670:  Uncaught Error: Unexpected server response: 404
    ...
    
    675:  at Socket.socketOnData (node:_http_client:558:22)
    676:  at Socket.emit (node:events:524:28)
    677:  at addChunk (node:internal/streams/readable:561:12)
    678:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    679:  at Readable.push (node:internal/streams/readable:392:5)
    680:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    681:  9) Browsing Context Inspector
    682:  can listen to browsing context destroyed event:
    683:  Uncaught Error: Unexpected server response: 404
    ...
    
    688:  at Socket.socketOnData (node:_http_client:558:22)
    689:  at Socket.emit (node:events:524:28)
    690:  at addChunk (node:internal/streams/readable:561:12)
    691:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    692:  at Readable.push (node:internal/streams/readable:392:5)
    693:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    694:  10) Input module
    695:  can perform input action:
    696:  Uncaught Error: Unexpected server response: 404
    ...
    
    701:  at Socket.socketOnData (node:_http_client:558:22)
    702:  at Socket.emit (node:events:524:28)
    703:  at addChunk (node:internal/streams/readable:561:12)
    704:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    705:  at Readable.push (node:internal/streams/readable:392:5)
    706:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    707:  11) Input module
    708:  can perform input action:
    709:  done() called multiple times in test <Input module can perform input action> of file D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js; in addition, done() received error: Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:50300
    710:  at ClientRequest.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\http\index.js:293:15)
    711:  at ClientRequest.emit (node:events:524:28)
    712:  at emitErrorEvent (node:_http_client:104:11)
    713:  at Socket.socketErrorListener (node:_http_client:518:5)
    714:  at Socket.emit (node:events:524:28)
    715:  at emitErrorNT (node:internal/streams/destroy:170:8)
    716:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    717:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    718:  Error: done() called multiple times in test <Input module can perform input action> of file D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js; in addition, done() received error: Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:50300
    719:  at ClientRequest.<anonymous> (node_modules\selenium-webdriver\http\index.js:293:15)
    720:  at ClientRequest.emit (node:events:524:28)
    721:  at emitErrorEvent (node:_http_client:104:11)
    722:  at Socket.socketErrorListener (node:_http_client:518:5)
    723:  at Socket.emit (node:events:524:28)
    724:  at emitErrorNT (node:internal/streams/destroy:170:8)
    725:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    726:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    727:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    728:  12) Input module
    729:  can execute release in browsing context:
    730:  Uncaught Error: Unexpected server response: 404
    ...
    
    735:  at Socket.socketOnData (node:_http_client:558:22)
    736:  at Socket.emit (node:events:524:28)
    737:  at addChunk (node:internal/streams/readable:561:12)
    738:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    739:  at Readable.push (node:internal/streams/readable:392:5)
    740:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    741:  13) Log Inspector
    742:  test listen to console log:
    743:  Uncaught Error: Unexpected server response: 404
    ...
    
    747:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    748:  at Socket.socketOnData (node:_http_client:558:22)
    749:  at Socket.emit (node:events:524:28)
    750:  at addChunk (node:internal/streams/readable:561:12)
    751:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    752:  at Readable.push (node:internal/streams/readable:392:5)
    753:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    754:  14) Log Inspector
    755:  test listen to javascript error log:
    756:  Uncaught Error: Unexpected server response: 404
    ...
    
    761:  at Socket.socketOnData (node:_http_client:558:22)
    762:  at Socket.emit (node:events:524:28)
    763:  at addChunk (node:internal/streams/readable:561:12)
    764:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    765:  at Readable.push (node:internal/streams/readable:392:5)
    766:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    767:  15) Log Inspector
    768:  test listen to logs with multiple consumers:
    769:  Uncaught Error: Unexpected server response: 404
    ...
    
    774:  at Socket.socketOnData (node:_http_client:558:22)
    775:  at Socket.emit (node:events:524:28)
    776:  at addChunk (node:internal/streams/readable:561:12)
    777:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    778:  at Readable.push (node:internal/streams/readable:392:5)
    779:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    780:  16) Network events
    781:  can listen to event before request is sent:
    782:  Uncaught Error: Unexpected server response: 404
    ...
    
    787:  at Socket.socketOnData (node:_http_client:558:22)
    788:  at Socket.emit (node:events:524:28)
    789:  at addChunk (node:internal/streams/readable:561:12)
    790:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    791:  at Readable.push (node:internal/streams/readable:392:5)
    792:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    793:  17) Network events
    794:  can request cookies:
    795:  Uncaught Error: Unexpected server response: 404
    ...
    
    800:  at Socket.socketOnData (node:_http_client:558:22)
    801:  at Socket.emit (node:events:524:28)
    802:  at addChunk (node:internal/streams/readable:561:12)
    803:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    804:  at Readable.push (node:internal/streams/readable:392:5)
    805:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    806:  18) Network events
    807:  can redirect http equiv:
    808:  Uncaught Error: Unexpected server response: 404
    ...
    
    813:  at Socket.socketOnData (node:_http_client:558:22)
    814:  at Socket.emit (node:events:524:28)
    815:  at addChunk (node:internal/streams/readable:561:12)
    816:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    817:  at Readable.push (node:internal/streams/readable:392:5)
    818:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    819:  19) Network events
    820:  can subscribe to response started:
    821:  Uncaught Error: Unexpected server response: 404
    ...
    
    826:  at Socket.socketOnData (node:_http_client:558:22)
    827:  at Socket.emit (node:events:524:28)
    828:  at addChunk (node:internal/streams/readable:561:12)
    829:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    830:  at Readable.push (node:internal/streams/readable:392:5)
    831:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    832:  20) Network events
    833:  can subscribe to response completed:
    834:  Uncaught Error: Unexpected server response: 404
    ...
    
    839:  at Socket.socketOnData (node:_http_client:558:22)
    840:  at Socket.emit (node:events:524:28)
    841:  at addChunk (node:internal/streams/readable:561:12)
    842:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    843:  at Readable.push (node:internal/streams/readable:392:5)
    844:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    845:  21) Script commands
    846:  can call function:
    847:  Uncaught Error: Unexpected server response: 404
    ...
    
    852:  at Socket.socketOnData (node:_http_client:558:22)
    853:  at Socket.emit (node:events:524:28)
    854:  at addChunk (node:internal/streams/readable:561:12)
    855:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    856:  at Readable.push (node:internal/streams/readable:392:5)
    857:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    858:  22) Script commands
    859:  can call function with declaration:
    860:  Uncaught Error: Unexpected server response: 404
    ...
    
    865:  at Socket.socketOnData (node:_http_client:558:22)
    866:  at Socket.emit (node:events:524:28)
    867:  at addChunk (node:internal/streams/readable:561:12)
    868:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    869:  at Readable.push (node:internal/streams/readable:392:5)
    870:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    871:  23) Script commands
    872:  can call function to get element:
    873:  Uncaught Error: Unexpected server response: 404
    ...
    
    878:  at Socket.socketOnData (node:_http_client:558:22)
    879:  at Socket.emit (node:events:524:28)
    880:  at addChunk (node:internal/streams/readable:561:12)
    881:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    882:  at Readable.push (node:internal/streams/readable:392:5)
    883:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    884:  24) Script commands
    885:  can call function with arguments:
    886:  Uncaught Error: Unexpected server response: 404
    ...
    
    891:  at Socket.socketOnData (node:_http_client:558:22)
    892:  at Socket.emit (node:events:524:28)
    893:  at addChunk (node:internal/streams/readable:561:12)
    894:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    895:  at Readable.push (node:internal/streams/readable:392:5)
    896:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    897:  25) Script commands
    898:  can call function with await promise:
    899:  Uncaught Error: Unexpected server response: 404
    ...
    
    904:  at Socket.socketOnData (node:_http_client:558:22)
    905:  at Socket.emit (node:events:524:28)
    906:  at addChunk (node:internal/streams/readable:561:12)
    907:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    908:  at Readable.push (node:internal/streams/readable:392:5)
    909:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    910:  26) Script commands
    911:  can call function with await promise false:
    912:  Uncaught Error: Unexpected server response: 404
    ...
    
    917:  at Socket.socketOnData (node:_http_client:558:22)
    918:  at Socket.emit (node:events:524:28)
    919:  at addChunk (node:internal/streams/readable:561:12)
    920:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    921:  at Readable.push (node:internal/streams/readable:392:5)
    922:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    923:  27) Script commands
    924:  can call function with this parameter:
    925:  Uncaught Error: Unexpected server response: 404
    ...
    
    930:  at Socket.socketOnData (node:_http_client:558:22)
    931:  at Socket.emit (node:events:524:28)
    932:  at addChunk (node:internal/streams/readable:561:12)
    933:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    934:  at Readable.push (node:internal/streams/readable:392:5)
    935:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    936:  28) Script commands
    937:  can call function with ownership root:
    938:  Uncaught Error: Unexpected server response: 404
    ...
    
    943:  at Socket.socketOnData (node:_http_client:558:22)
    944:  at Socket.emit (node:events:524:28)
    945:  at addChunk (node:internal/streams/readable:561:12)
    946:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    947:  at Readable.push (node:internal/streams/readable:392:5)
    948:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    949:  29) Script commands
    950:  can call function with ownership none:
    951:  Uncaught Error: Unexpected server response: 404
    ...
    
    956:  at Socket.socketOnData (node:_http_client:558:22)
    957:  at Socket.emit (node:events:524:28)
    958:  at addChunk (node:internal/streams/readable:561:12)
    959:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    960:  at Readable.push (node:internal/streams/readable:392:5)
    961:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    962:  30) Script commands
    963:  can call function that throws exception:
    964:  Uncaught Error: Unexpected server response: 404
    ...
    
    969:  at Socket.socketOnData (node:_http_client:558:22)
    970:  at Socket.emit (node:events:524:28)
    971:  at addChunk (node:internal/streams/readable:561:12)
    972:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    973:  at Readable.push (node:internal/streams/readable:392:5)
    974:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    975:  31) Script commands
    976:  can call function in a sandbox:
    977:  Uncaught Error: Unexpected server response: 404
    ...
    
    982:  at Socket.socketOnData (node:_http_client:558:22)
    983:  at Socket.emit (node:events:524:28)
    984:  at addChunk (node:internal/streams/readable:561:12)
    985:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    986:  at Readable.push (node:internal/streams/readable:392:5)
    987:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    988:  32) Script commands
    989:  can call function in a realm:
    990:  Uncaught Error: Unexpected server response: 404
    ...
    
    995:  at Socket.socketOnData (node:_http_client:558:22)
    996:  at Socket.emit (node:events:524:28)
    997:  at addChunk (node:internal/streams/readable:561:12)
    998:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    999:  at Readable.push (node:internal/streams/readable:392:5)
    1000:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1001:  33) Script commands
    1002:  can evaluate script:
    1003:  Uncaught Error: Unexpected server response: 404
    ...
    
    1008:  at Socket.socketOnData (node:_http_client:558:22)
    1009:  at Socket.emit (node:events:524:28)
    1010:  at addChunk (node:internal/streams/readable:561:12)
    1011:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1012:  at Readable.push (node:internal/streams/readable:392:5)
    1013:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1014:  34) Script commands
    1015:  can evaluate script that throws exception:
    1016:  Uncaught Error: Unexpected server response: 404
    ...
    
    1021:  at Socket.socketOnData (node:_http_client:558:22)
    1022:  at Socket.emit (node:events:524:28)
    1023:  at addChunk (node:internal/streams/readable:561:12)
    1024:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1025:  at Readable.push (node:internal/streams/readable:392:5)
    1026:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1027:  35) Script commands
    1028:  can evaluate script with result ownership:
    1029:  Uncaught Error: Unexpected server response: 404
    ...
    
    1034:  at Socket.socketOnData (node:_http_client:558:22)
    1035:  at Socket.emit (node:events:524:28)
    1036:  at addChunk (node:internal/streams/readable:561:12)
    1037:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1038:  at Readable.push (node:internal/streams/readable:392:5)
    1039:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1040:  36) Script commands
    1041:  can evaluate in a sandbox:
    1042:  Uncaught Error: Unexpected server response: 404
    ...
    
    1047:  at Socket.socketOnData (node:_http_client:558:22)
    1048:  at Socket.emit (node:events:524:28)
    1049:  at addChunk (node:internal/streams/readable:561:12)
    1050:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1051:  at Readable.push (node:internal/streams/readable:392:5)
    1052:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1053:  37) Script commands
    1054:  can evaluate in a realm:
    1055:  Uncaught Error: Unexpected server response: 404
    ...
    
    1060:  at Socket.socketOnData (node:_http_client:558:22)
    1061:  at Socket.emit (node:events:524:28)
    1062:  at addChunk (node:internal/streams/readable:561:12)
    1063:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1064:  at Readable.push (node:internal/streams/readable:392:5)
    1065:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1066:  38) Script commands
    1067:  can disown handles:
    1068:  Uncaught Error: Unexpected server response: 404
    ...
    
    1073:  at Socket.socketOnData (node:_http_client:558:22)
    1074:  at Socket.emit (node:events:524:28)
    1075:  at addChunk (node:internal/streams/readable:561:12)
    1076:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1077:  at Readable.push (node:internal/streams/readable:392:5)
    1078:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1079:  39) Script commands
    1080:  can disown handles in realm:
    1081:  Uncaught Error: Unexpected server response: 404
    ...
    
    1086:  at Socket.socketOnData (node:_http_client:558:22)
    1087:  at Socket.emit (node:events:524:28)
    1088:  at addChunk (node:internal/streams/readable:561:12)
    1089:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1090:  at Readable.push (node:internal/streams/readable:392:5)
    1091:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1092:  40) Script commands
    1093:  can get all realms:
    1094:  Uncaught Error: Unexpected server response: 404
    ...
    
    1099:  at Socket.socketOnData (node:_http_client:558:22)
    1100:  at Socket.emit (node:events:524:28)
    1101:  at addChunk (node:internal/streams/readable:561:12)
    1102:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1103:  at Readable.push (node:internal/streams/readable:392:5)
    1104:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1105:  41) Script commands
    1106:  can get realm by type:
    1107:  Uncaught Error: Unexpected server response: 404
    ...
    
    1112:  at Socket.socketOnData (node:_http_client:558:22)
    1113:  at Socket.emit (node:events:524:28)
    1114:  at addChunk (node:internal/streams/readable:561:12)
    1115:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1116:  at Readable.push (node:internal/streams/readable:392:5)
    1117:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1118:  42) Script commands
    1119:  can get realm in browsing context:
    1120:  Uncaught Error: Unexpected server response: 404
    ...
    
    1125:  at Socket.socketOnData (node:_http_client:558:22)
    1126:  at Socket.emit (node:events:524:28)
    1127:  at addChunk (node:internal/streams/readable:561:12)
    1128:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1129:  at Readable.push (node:internal/streams/readable:392:5)
    1130:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1131:  43) Script commands
    1132:  can get realm in browsing context by type:
    1133:  Uncaught Error: Unexpected server response: 404
    ...
    
    1138:  at Socket.socketOnData (node:_http_client:558:22)
    1139:  at Socket.emit (node:events:524:28)
    1140:  at addChunk (node:internal/streams/readable:561:12)
    1141:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1142:  at Readable.push (node:internal/streams/readable:392:5)
    1143:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1144:  44) Script commands
    1145:  can add preload script:
    1146:  Uncaught Error: Unexpected server response: 404
    ...
    
    1151:  at Socket.socketOnData (node:_http_client:558:22)
    1152:  at Socket.emit (node:events:524:28)
    1153:  at addChunk (node:internal/streams/readable:561:12)
    1154:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1155:  at Readable.push (node:internal/streams/readable:392:5)
    1156:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1157:  45) Script commands
    1158:  can add preload script to sandbox:
    1159:  Uncaught Error: Unexpected server response: 404
    ...
    
    1164:  at Socket.socketOnData (node:_http_client:558:22)
    1165:  at Socket.emit (node:events:524:28)
    1166:  at addChunk (node:internal/streams/readable:561:12)
    1167:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1168:  at Readable.push (node:internal/streams/readable:392:5)
    1169:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1170:  46) Script commands
    1171:  can remove preload script:
    1172:  Uncaught Error: Unexpected server response: 404
    ...
    
    1177:  at Socket.socketOnData (node:_http_client:558:22)
    1178:  at Socket.emit (node:events:524:28)
    1179:  at addChunk (node:internal/streams/readable:561:12)
    1180:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1181:  at Readable.push (node:internal/streams/readable:392:5)
    1182:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1183:  47) Script events
    1184:  can listen to realm created message:
    1185:  Uncaught Error: Unexpected server response: 404
    ...
    
    1189:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    1190:  at Socket.socketOnData (node:_http_client:558:22)
    1191:  at Socket.emit (node:events:524:28)
    1192:  at addChunk (node:internal/streams/readable:561:12)
    1193:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1194:  at Readable.push (node:internal/streams/readable:392:5)
    1195:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1196:  48) BiDi Logging
    1197:  can remove to javascript error handler:
    1198:  Uncaught Error: Unexpected server response: 404
    ...
    
    1203:  at Socket.socketOnData (node:_http_client:558:22)
    1204:  at Socket.emit (node:events:524:28)
    1205:  at addChunk (node:internal/streams/readable:561:12)
    1206:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1207:  at Readable.push (node:internal/streams/readable:392:5)
    1208:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1209:  49) BiDi Script
    1210:  can remove to dom mutation handler:
    1211:  Uncaught Error: Unexpected server response: 404
    ...
    
    1216:  at Socket.socketOnData (node:_http_client:558:22)
    1217:  at Socket.emit (node:events:524:28)
    1218:  at addChunk (node:internal/streams/readable:561:12)
    1219:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1220:  at Readable.push (node:internal/streams/readable:392:5)
    1221:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1222:  50) BiDi Script
    1223:  can unpin script:
    1224:  Uncaught Error: Unexpected server response: 404
    ...
    
    1229:  at Socket.socketOnData (node:_http_client:558:22)
    1230:  at Socket.emit (node:events:524:28)
    1231:  at addChunk (node:internal/streams/readable:561:12)
    1232:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1233:  at Readable.push (node:internal/streams/readable:392:5)
    1234:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1235:  51) Should be able to Test Command line arguments
    1236:  headless:
    1237:  Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\browser\edgeSpecificCaps.spec.js)
    1238:  at listOnTimeout (node:internal/timers:594:17)
    1239:  at process.processTimers (node:internal/timers:529:7)
    1240:  52) Service Test
    1241:  Set Driver Location:
    1242:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:54117/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\132.0.6834.110\chromedriver.exe
    1243:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    1244:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1245:  ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1
    ...
    
    1280:  ✔ Scroll to the element (454ms)
    1281:  Actions API - Wheel Tests
    1282:  ✔ Scroll to element (445ms)
    1283:  ✔ Scroll by given amount (565ms)
    1284:  ✔ Scroll from an element by a given amount (592ms)
    1285:  ✔ Scroll from an element with an offset (600ms)
    1286:  ✔ Scroll from an offset of origin (element) by given amount (1073ms)
    1287:  Integration Tests
    1288:  2) test navigate and listen to errors
    ...
    
    1314:  - can locate node with none ownership value
    1315:  - can locate node with root ownership value
    1316:  - can locate node with given start nodes
    1317:  - can locate nodes in a given sandbox
    1318:  - can find element
    1319:  - can find elements
    1320:  Log Inspector
    1321:  13) test listen to console log
    1322:  14) test listen to javascript error log
    ...
    
    1363:  47) can remove preload script
    1364:  Script events
    1365:  48) can listen to channel message
    1366:  49) can listen to realm created message
    1367:  - can listen to realm destroyed message
    1368:  BiDi Logging
    1369:  50) can listen to console log
    1370:  51) can remove console log handler
    1371:  ✔ can listen to javascript error (5815ms)
    1372:  ✔ can remove to javascript error handler (5750ms)
    ...
    
    1534:  ✔ Create and add non residential key
    1535:  ✔ Get credential
    1536:  ✔ Remove all credentials
    1537:  ✔ Set is user verified
    1538:  Virtual authenticator options
    1539:  ✔ Virtual options
    1540:  ✔ User verified
    1541:  Waits
    1542:  ✔ fail (1278ms)
    1543:  ✔ sleep (2463ms)
    1544:  ✔ implicit (1199ms)
    1545:  ✔ explicit (1383ms)
    1546:  100 passing (17m)
    1547:  20 pending
    1548:  54 failing
    1549:  1) Mouse move by offset
    1550:  From element:
    1551:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    1552:  false !== true
    1553:  + expected - actual
    1554:  -false
    1555:  +true
    1556:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    1557:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1558:  2) Integration Tests
    1559:  test navigate and listen to errors:
    1560:  Uncaught Error: Unexpected server response: 404
    ...
    
    1565:  at Socket.socketOnData (node:_http_client:558:22)
    1566:  at Socket.emit (node:events:524:28)
    1567:  at addChunk (node:internal/streams/readable:561:12)
    1568:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1569:  at Readable.push (node:internal/streams/readable:392:5)
    1570:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1571:  3) Browsing Context
    1572:  "after each" hook for "test create a browsing context for given id":
    1573:  Uncaught Error: Unexpected server response: 404
    ...
    
    1578:  at Socket.socketOnData (node:_http_client:558:22)
    1579:  at Socket.emit (node:events:524:28)
    1580:  at addChunk (node:internal/streams/readable:561:12)
    1581:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1582:  at Readable.push (node:internal/streams/readable:392:5)
    1583:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1584:  4) Browsing Context
    1585:  "after each" hook for "test create a browsing context for given id":
    1586:  Error: done() called multiple times in hook <Browsing Context "after each" hook for "test create a browsing context for given id"> of file D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\browsingContext.spec.js
    1587:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1588:  5) Browsing Context Inspector
    1589:  can listen to window browsing context created event:
    1590:  Uncaught Error: Unexpected server response: 404
    ...
    
    1595:  at Socket.socketOnData (node:_http_client:558:22)
    1596:  at Socket.emit (node:events:524:28)
    1597:  at addChunk (node:internal/streams/readable:561:12)
    1598:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1599:  at Readable.push (node:internal/streams/readable:392:5)
    1600:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1601:  6) Browsing Context Inspector
    1602:  can listen to tab browsing context created event:
    1603:  Uncaught Error: Unexpected server response: 404
    ...
    
    1608:  at Socket.socketOnData (node:_http_client:558:22)
    1609:  at Socket.emit (node:events:524:28)
    1610:  at addChunk (node:internal/streams/readable:561:12)
    1611:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1612:  at Readable.push (node:internal/streams/readable:392:5)
    1613:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1614:  7) Browsing Context Inspector
    1615:  can listen to browsing context loaded event:
    1616:  Uncaught Error: Unexpected server response: 404
    ...
    
    1621:  at Socket.socketOnData (node:_http_client:558:22)
    1622:  at Socket.emit (node:events:524:28)
    1623:  at addChunk (node:internal/streams/readable:561:12)
    1624:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1625:  at Readable.push (node:internal/streams/readable:392:5)
    1626:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1627:  8) Browsing Context Inspector
    1628:  can listen to fragment navigated event:
    1629:  Uncaught Error: Unexpected server response: 404
    ...
    
    1634:  at Socket.socketOnData (node:_http_client:558:22)
    1635:  at Socket.emit (node:events:524:28)
    1636:  at addChunk (node:internal/streams/readable:561:12)
    1637:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1638:  at Readable.push (node:internal/streams/readable:392:5)
    1639:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1640:  9) Input module
    1641:  can perform input action:
    1642:  Uncaught Error: Unexpected server response: 404
    ...
    
    1647:  at Socket.socketOnData (node:_http_client:558:22)
    1648:  at Socket.emit (node:events:524:28)
    1649:  at addChunk (node:internal/streams/readable:561:12)
    1650:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1651:  at Readable.push (node:internal/streams/readable:392:5)
    1652:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1653:  10) Input module
    1654:  can perform input action:
    1655:  done() called multiple times in test <Input module can perform input action> of file D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js; in addition, done() received error: Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:58234
    1656:  at ClientRequest.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\http\index.js:293:15)
    1657:  at ClientRequest.emit (node:events:524:28)
    1658:  at emitErrorEvent (node:_http_client:104:11)
    1659:  at Socket.socketErrorListener (node:_http_client:518:5)
    1660:  at Socket.emit (node:events:524:28)
    1661:  at emitErrorNT (node:internal/streams/destroy:170:8)
    1662:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    1663:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    1664:  Error: done() called multiple times in test <Input module can perform input action> of file D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js; in addition, done() received error: Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:58234
    1665:  at ClientRequest.<anonymous> (node_modules\selenium-webdriver\http\index.js:293:15)
    1666:  at ClientRequest.emit (node:events:524:28)
    1667:  at emitErrorEvent (node:_http_client:104:11)
    1668:  at Socket.socketErrorListener (node:_http_client:518:5)
    1669:  at Socket.emit (node:events:524:28)
    1670:  at emitErrorNT (node:internal/streams/destroy:170:8)
    1671:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    1672:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    1673:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1674:  11) Input module
    1675:  can execute release in browsing context:
    1676:  Uncaught Error: Unexpected server response: 404
    ...
    
    1681:  at Socket.socketOnData (node:_http_client:558:22)
    1682:  at Socket.emit (node:events:524:28)
    1683:  at addChunk (node:internal/streams/readable:561:12)
    1684:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1685:  at Readable.push (node:internal/streams/readable:392:5)
    1686:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1687:  12) Input module
    1688:  can execute release in browsing context:
    1689:  done() called multiple times in test <Input module can execute release in browsing context> of file D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js; in addition, done() received error: Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:58302
    1690:  at ClientRequest.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\http\index.js:293:15)
    1691:  at ClientRequest.emit (node:events:524:28)
    1692:  at emitErrorEvent (node:_http_client:104:11)
    1693:  at Socket.socketErrorListener (node:_http_client:518:5)
    1694:  at Socket.emit (node:events:524:28)
    1695:  at emitErrorNT (node:internal/streams/destroy:170:8)
    1696:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    1697:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    1698:  Error: done() called multiple times in test <Input module can execute release in browsing context> of file D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js; in addition, done() received error: Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:58302
    1699:  at ClientRequest.<anonymous> (node_modules\selenium-webdriver\http\index.js:293:15)
    1700:  at ClientRequest.emit (node:events:524:28)
    1701:  at emitErrorEvent (node:_http_client:104:11)
    1702:  at Socket.socketErrorListener (node:_http_client:518:5)
    1703:  at Socket.emit (node:events:524:28)
    1704:  at emitErrorNT (node:internal/streams/destroy:170:8)
    1705:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    1706:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    1707:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1708:  13) Log Inspector
    1709:  test listen to console log:
    1710:  Uncaught Error: Unexpected server response: 404
    ...
    
    1714:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    1715:  at Socket.socketOnData (node:_http_client:558:22)
    1716:  at Socket.emit (node:events:524:28)
    1717:  at addChunk (node:internal/streams/readable:561:12)
    1718:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1719:  at Readable.push (node:internal/streams/readable:392:5)
    1720:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1721:  14) Log Inspector
    1722:  test listen to javascript error log:
    1723:  Uncaught Error: Unexpected server response: 404
    ...
    
    1728:  at Socket.socketOnData (node:_http_client:558:22)
    1729:  at Socket.emit (node:events:524:28)
    1730:  at addChunk (node:internal/streams/readable:561:12)
    1731:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1732:  at Readable.push (node:internal/streams/readable:392:5)
    1733:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1734:  15) Log Inspector
    1735:  test retrieve stack trace for a log:
    1736:  Uncaught Error: Unexpected server response: 404
    ...
    
    1741:  at Socket.socketOnData (node:_http_client:558:22)
    1742:  at Socket.emit (node:events:524:28)
    1743:  at addChunk (node:internal/streams/readable:561:12)
    1744:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1745:  at Readable.push (node:internal/streams/readable:392:5)
    1746:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1747:  16) Log Inspector
    1748:  test listen to logs with multiple consumers:
    1749:  Uncaught Error: Unexpected server response: 404
    ...
    
    1754:  at Socket.socketOnData (node:_http_client:558:22)
    1755:  at Socket.emit (node:events:524:28)
    1756:  at addChunk (node:internal/streams/readable:561:12)
    1757:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1758:  at Readable.push (node:internal/streams/readable:392:5)
    1759:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1760:  17) Network events
    1761:  can listen to event before request is sent:
    1762:  Uncaught Error: Unexpected server response: 404
    ...
    
    1767:  at Socket.socketOnData (node:_http_client:558:22)
    1768:  at Socket.emit (node:events:524:28)
    1769:  at addChunk (node:internal/streams/readable:561:12)
    1770:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1771:  at Readable.push (node:internal/streams/readable:392:5)
    1772:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1773:  18) Network events
    1774:  can request cookies:
    1775:  Uncaught Error: Unexpected server response: 404
    ...
    
    1780:  at Socket.socketOnData (node:_http_client:558:22)
    1781:  at Socket.emit (node:events:524:28)
    1782:  at addChunk (node:internal/streams/readable:561:12)
    1783:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1784:  at Readable.push (node:internal/streams/readable:392:5)
    1785:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1786:  19) Network events
    1787:  can redirect http equiv:
    1788:  Uncaught Error: Unexpected server response: 404
    ...
    
    1793:  at Socket.socketOnData (node:_http_client:558:22)
    1794:  at Socket.emit (node:events:524:28)
    1795:  at addChunk (node:internal/streams/readable:561:12)
    1796:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1797:  at Readable.push (node:internal/streams/readable:392:5)
    1798:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1799:  20) Network events
    1800:  can subscribe to response started:
    1801:  Uncaught Error: Unexpected server response: 404
    ...
    
    1806:  at Socket.socketOnData (node:_http_client:558:22)
    1807:  at Socket.emit (node:events:524:28)
    1808:  at addChunk (node:internal/streams/readable:561:12)
    1809:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1810:  at Readable.push (node:internal/streams/readable:392:5)
    1811:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1812:  21) Network events
    1813:  can subscribe to response completed:
    1814:  Uncaught Error: Unexpected server response: 404
    ...
    
    1819:  at Socket.socketOnData (node:_http_client:558:22)
    1820:  at Socket.emit (node:events:524:28)
    1821:  at addChunk (node:internal/streams/readable:561:12)
    1822:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1823:  at Readable.push (node:internal/streams/readable:392:5)
    1824:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1825:  22) Script commands
    1826:  can call function:
    1827:  Uncaught Error: Unexpected server response: 404
    ...
    
    1832:  at Socket.socketOnData (node:_http_client:558:22)
    1833:  at Socket.emit (node:events:524:28)
    1834:  at addChunk (node:internal/streams/readable:561:12)
    1835:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1836:  at Readable.push (node:internal/streams/readable:392:5)
    1837:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1838:  23) Script commands
    1839:  can call function with declaration:
    1840:  Uncaught Error: Unexpected server response: 404
    ...
    
    1845:  at Socket.socketOnData (node:_http_client:558:22)
    1846:  at Socket.emit (node:events:524:28)
    1847:  at addChunk (node:internal/streams/readable:561:12)
    1848:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1849:  at Readable.push (node:internal/streams/readable:392:5)
    1850:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1851:  24) Script commands
    1852:  can call function to get element:
    1853:  Uncaught Error: Unexpected server response: 404
    ...
    
    1858:  at Socket.socketOnData (node:_http_client:558:22)
    1859:  at Socket.emit (node:events:524:28)
    1860:  at addChunk (node:internal/streams/readable:561:12)
    1861:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1862:  at Readable.push (node:internal/streams/readable:392:5)
    1863:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1864:  25) Script commands
    1865:  can call function with arguments:
    1866:  Uncaught Error: Unexpected server response: 404
    ...
    
    1871:  at Socket.socketOnData (node:_http_client:558:22)
    1872:  at Socket.emit (node:events:524:28)
    1873:  at addChunk (node:internal/streams/readable:561:12)
    1874:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1875:  at Readable.push (node:internal/streams/readable:392:5)
    1876:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1877:  26) Script commands
    1878:  can call function with await promise:
    1879:  Uncaught Error: Unexpected server response: 404
    ...
    
    1884:  at Socket.socketOnData (node:_http_client:558:22)
    1885:  at Socket.emit (node:events:524:28)
    1886:  at addChunk (node:internal/streams/readable:561:12)
    1887:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1888:  at Readable.push (node:internal/streams/readable:392:5)
    1889:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1890:  27) Script commands
    1891:  can call function with await promise false:
    1892:  Uncaught Error: Unexpected server response: 404
    ...
    
    1897:  at Socket.socketOnData (node:_http_client:558:22)
    1898:  at Socket.emit (node:events:524:28)
    1899:  at addChunk (node:internal/streams/readable:561:12)
    1900:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1901:  at Readable.push (node:internal/streams/readable:392:5)
    1902:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1903:  28) Script commands
    1904:  can call function with this parameter:
    1905:  Uncaught Error: Unexpected server response: 404
    ...
    
    1910:  at Socket.socketOnData (node:_http_client:558:22)
    1911:  at Socket.emit (node:events:524:28)
    1912:  at addChunk (node:internal/streams/readable:561:12)
    1913:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1914:  at Readable.push (node:internal/streams/readable:392:5)
    1915:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1916:  29) Script commands
    1917:  can call function with ownership root:
    1918:  Uncaught Error: Unexpected server response: 404
    ...
    
    1923:  at Socket.socketOnData (node:_http_client:558:22)
    1924:  at Socket.emit (node:events:524:28)
    1925:  at addChunk (node:internal/streams/readable:561:12)
    1926:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1927:  at Readable.push (node:internal/streams/readable:392:5)
    1928:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1929:  30) Script commands
    1930:  can call function with ownership none:
    1931:  Uncaught Error: Unexpected server response: 404
    ...
    
    1936:  at Socket.socketOnData (node:_http_client:558:22)
    1937:  at Socket.emit (node:events:524:28)
    1938:  at addChunk (node:internal/streams/readable:561:12)
    1939:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1940:  at Readable.push (node:internal/streams/readable:392:5)
    1941:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1942:  31) Script commands
    1943:  can call function that throws exception:
    1944:  Uncaught Error: Unexpected server response: 404
    ...
    
    1949:  at Socket.socketOnData (node:_http_client:558:22)
    1950:  at Socket.emit (node:events:524:28)
    1951:  at addChunk (node:internal/streams/readable:561:12)
    1952:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1953:  at Readable.push (node:internal/streams/readable:392:5)
    1954:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1955:  32) Script commands
    1956:  can call function in a sandbox:
    1957:  Uncaught Error: Unexpected server response: 404
    ...
    
    1962:  at Socket.socketOnData (node:_http_client:558:22)
    1963:  at Socket.emit (node:events:524:28)
    1964:  at addChunk (node:internal/streams/readable:561:12)
    1965:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1966:  at Readable.push (node:internal/streams/readable:392:5)
    1967:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1968:  33) Script commands
    1969:  can call function in a realm:
    1970:  Uncaught Error: Unexpected server response: 404
    ...
    
    1975:  at Socket.socketOnData (node:_http_client:558:22)
    1976:  at Socket.emit (node:events:524:28)
    1977:  at addChunk (node:internal/streams/readable:561:12)
    1978:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1979:  at Readable.push (node:internal/streams/readable:392:5)
    1980:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1981:  34) Script commands
    1982:  can evaluate script:
    1983:  Uncaught Error: Unexpected server response: 404
    ...
    
    1988:  at Socket.socketOnData (node:_http_client:558:22)
    1989:  at Socket.emit (node:events:524:28)
    1990:  at addChunk (node:internal/streams/readable:561:12)
    1991:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1992:  at Readable.push (node:internal/streams/readable:392:5)
    1993:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1994:  35) Script commands
    1995:  can evaluate script that throws exception:
    1996:  Uncaught Error: Unexpected server response: 404
    ...
    
    2001:  at Socket.socketOnData (node:_http_client:558:22)
    2002:  at Socket.emit (node:events:524:28)
    2003:  at addChunk (node:internal/streams/readable:561:12)
    2004:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2005:  at Readable.push (node:internal/streams/readable:392:5)
    2006:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2007:  36) Script commands
    2008:  can evaluate script with result ownership:
    2009:  Uncaught Error: Unexpected server response: 404
    ...
    
    2014:  at Socket.socketOnData (node:_http_client:558:22)
    2015:  at Socket.emit (node:events:524:28)
    2016:  at addChunk (node:internal/streams/readable:561:12)
    2017:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2018:  at Readable.push (node:internal/streams/readable:392:5)
    2019:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2020:  37) Script commands
    2021:  can evaluate in a sandbox:
    2022:  Uncaught Error: Unexpected server response: 404
    ...
    
    2027:  at Socket.socketOnData (node:_http_client:558:22)
    2028:  at Socket.emit (node:events:524:28)
    2029:  at addChunk (node:internal/streams/readable:561:12)
    2030:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2031:  at Readable.push (node:internal/streams/readable:392:5)
    2032:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2033:  38) Script commands
    2034:  can evaluate in a realm:
    2035:  Uncaught Error: Unexpected server response: 404
    ...
    
    2040:  at Socket.socketOnData (node:_http_client:558:22)
    2041:  at Socket.emit (node:events:524:28)
    2042:  at addChunk (node:internal/streams/readable:561:12)
    2043:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2044:  at Readable.push (node:internal/streams/readable:392:5)
    2045:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2046:  39) Script commands
    2047:  can disown handles:
    2048:  Uncaught Error: Unexpected server response: 404
    ...
    
    2053:  at Socket.socketOnData (node:_http_client:558:22)
    2054:  at Socket.emit (node:events:524:28)
    2055:  at addChunk (node:internal/streams/readable:561:12)
    2056:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2057:  at Readable.push (node:internal/streams/readable:392:5)
    2058:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2059:  40) Script commands
    2060:  can disown handles in realm:
    2061:  Uncaught Error: Unexpected server response: 404
    ...
    
    2066:  at Socket.socketOnData (node:_http_client:558:22)
    2067:  at Socket.emit (node:events:524:28)
    2068:  at addChunk (node:internal/streams/readable:561:12)
    2069:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2070:  at Readable.push (node:internal/streams/readable:392:5)
    2071:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2072:  41) Script commands
    2073:  can get all realms:
    2074:  Uncaught Error: Unexpected server response: 404
    ...
    
    2079:  at Socket.socketOnData (node:_http_client:558:22)
    2080:  at Socket.emit (node:events:524:28)
    2081:  at addChunk (node:internal/streams/readable:561:12)
    2082:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2083:  at Readable.push (node:internal/streams/readable:392:5)
    2084:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2085:  42) Script commands
    2086:  can get realm by type:
    2087:  Uncaught Error: Unexpected server response: 404
    ...
    
    2092:  at Socket.socketOnData (node:_http_client:558:22)
    2093:  at Socket.emit (node:events:524:28)
    2094:  at addChunk (node:internal/streams/readable:561:12)
    2095:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2096:  at Readable.push (node:internal/streams/readable:392:5)
    2097:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2098:  43) Script commands
    2099:  can get realm in browsing context:
    2100:  Uncaught Error: Unexpected server response: 404
    ...
    
    2105:  at Socket.socketOnData (node:_http_client:558:22)
    2106:  at Socket.emit (node:events:524:28)
    2107:  at addChunk (node:internal/streams/readable:561:12)
    2108:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2109:  at Readable.push (node:internal/streams/readable:392:5)
    2110:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2111:  44) Script commands
    2112:  can get realm in browsing context by type:
    2113:  Uncaught Error: Unexpected server response: 404
    ...
    
    2118:  at Socket.socketOnData (node:_http_client:558:22)
    2119:  at Socket.emit (node:events:524:28)
    2120:  at addChunk (node:internal/streams/readable:561:12)
    2121:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2122:  at Readable.push (node:internal/streams/readable:392:5)
    2123:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2124:  45) Script commands
    2125:  can add preload script:
    2126:  Uncaught Error: Unexpected server response: 404
    ...
    
    2131:  at Socket.socketOnData (node:_http_client:558:22)
    2132:  at Socket.emit (node:events:524:28)
    2133:  at addChunk (node:internal/streams/readable:561:12)
    2134:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2135:  at Readable.push (node:internal/streams/readable:392:5)
    2136:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2137:  46) Script commands
    2138:  can add preload script to sandbox:
    2139:  Uncaught Error: Unexpected server response: 404
    ...
    
    2144:  at Socket.socketOnData (node:_http_client:558:22)
    2145:  at Socket.emit (node:events:524:28)
    2146:  at addChunk (node:internal/streams/readable:561:12)
    2147:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2148:  at Readable.push (node:internal/streams/readable:392:5)
    2149:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2150:  47) Script commands
    2151:  can remove preload script:
    2152:  Uncaught Error: Unexpected server response: 404
    ...
    
    2157:  at Socket.socketOnData (node:_http_client:558:22)
    2158:  at Socket.emit (node:events:524:28)
    2159:  at addChunk (node:internal/streams/readable:561:12)
    2160:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2161:  at Readable.push (node:internal/streams/readable:392:5)
    2162:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2163:  48) Script events
    2164:  can listen to channel message:
    2165:  Uncaught Error: Unexpected server response: 404
    ...
    
    2170:  at Socket.socketOnData (node:_http_client:558:22)
    2171:  at Socket.emit (node:events:524:28)
    2172:  at addChunk (node:internal/streams/readable:561:12)
    2173:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2174:  at Readable.push (node:internal/streams/readable:392:5)
    2175:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2176:  49) Script events
    2177:  can listen to realm created message:
    2178:  Uncaught Error: Unexpected server response: 404
    ...
    
    2183:  at Socket.socketOnData (node:_http_client:558:22)
    2184:  at Socket.emit (node:events:524:28)
    2185:  at addChunk (node:internal/streams/readable:561:12)
    2186:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2187:  at Readable.push (node:internal/streams/readable:392:5)
    2188:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2189:  50) BiDi Logging
    2190:  can listen to console log:
    2191:  Uncaught Error: Unexpected server response: 404
    ...
    
    2196:  at Socket.socketOnData (node:_http_client:558:22)
    2197:  at Socket.emit (node:events:524:28)
    2198:  at addChunk (node:internal/streams/readable:561:12)
    2199:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2200:  at Readable.push (node:internal/streams/readable:392:5)
    2201:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2202:  51) BiDi Logging
    2203:  can remove console log handler:
    2204:  Uncaught Error: Unexpected server response: 404
    ...
    
    2209:  at Socket.socketOnData (node:_http_client:558:22)
    2210:  at Socket.emit (node:events:524:28)
    2211:  at addChunk (node:internal/streams/readable:561:12)
    2212:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2213:  at Readable.push (node:internal/streams/readable:392:5)
    2214:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2215:  52) BiDi Script
    2216:  can listen to dom mutations:
    2217:  Uncaught Error: Unexpected server response: 404
    ...
    
    2222:  at Socket.socketOnData (node:_http_client:558:22)
    2223:  at Socket.emit (node:events:524:28)
    2224:  at addChunk (node:internal/streams/readable:561:12)
    2225:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2226:  at Readable.push (node:internal/streams/readable:392:5)
    2227:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2228:  53) BiDi Script
    2229:  can remove to dom mutation handler:
    2230:  Uncaught Error: Unexpected server response: 404
    ...
    
    2235:  at Socket.socketOnData (node:_http_client:558:22)
    2236:  at Socket.emit (node:events:524:28)
    2237:  at addChunk (node:internal/streams/readable:561:12)
    2238:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2239:  at Readable.push (node:internal/streams/readable:392:5)
    2240:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2241:  54) Service Test
    2242:  Set Driver Location:
    2243:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:61984/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\132.0.6834.110\chromedriver.exe
    2244:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    2245:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    2246:  ##[error]Final attempt failed. Child_process exited with error code 1
    

    Copy link
    Contributor Author

    renovate bot commented Jan 27, 2025

    Edited/Blocked Notification

    Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

    You can manually request rebase by checking the rebase/retry box above.

    ⚠️ Warning: custom changes will be lost.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant