Skip to content

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

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

Closed
wants to merge 3 commits into 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 a56e5ef
🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/67aa1fa14cc5860008f0777a
😎 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 a56e5ef)

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: Service Test - Set Driver Location

Failure summary:

The action failed due to multiple test failures in the JavaScript test suite:

  • 51-52 tests failed out of ~170 total tests
  • Most failures were due to "Unexpected server response: 404" errors, indicating connection issues
    with the WebDriver server
  • Several Network-related tests failed with "Network is not a function" TypeError
  • Multiple tests had issues with "done() called multiple times" indicating async handling problems
  • The WebDriver server timed out waiting for connection on localhost ports
  • Key error patterns:
    - Connection refused errors to localhost
    - 404 responses from server
    -
    Session establishment failures
    - Network function definition missing

  • 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
    ...
    
    310:  ✔ Scroll to the element (715ms)
    311:  Actions API - Wheel Tests
    312:  ✔ Scroll to element (1051ms)
    313:  ✔ Scroll by given amount (583ms)
    314:  ✔ Scroll from an element by a given amount (593ms)
    315:  ✔ Scroll from an element with an offset (600ms)
    316:  ✔ Scroll from an offset of origin (element) by given amount (1067ms)
    317:  Integration Tests
    318:  2) test navigate and listen to errors
    ...
    
    343:  - can locate node with none ownership value
    344:  - can locate node with root ownership value
    345:  - can locate node with given start nodes
    346:  - can locate nodes in a given sandbox
    347:  - can find element
    348:  - can find elements
    349:  Log Inspector
    350:  13) test listen to console log
    351:  14) test listen to javascript error log
    ...
    
    392:  45) can remove preload script
    393:  Script events
    394:  46) can listen to channel message
    395:  47) can listen to realm created message
    396:  - can listen to realm destroyed message
    397:  BiDi Logging
    398:  ✔ can listen to console log (5949ms)
    399:  ✔ can remove console log handler (5876ms)
    400:  ✔ can listen to javascript error (6159ms)
    401:  48) can remove to javascript error handler
    ...
    
    563:  ✔ Create and add non residential key
    564:  ✔ Get credential
    565:  ✔ Remove all credentials
    566:  ✔ Set is user verified
    567:  Virtual authenticator options
    568:  ✔ Virtual options
    569:  ✔ User verified
    570:  Waits
    571:  ✔ fail (1201ms)
    572:  ✔ sleep (2214ms)
    573:  ✔ implicit (1143ms)
    574:  ✔ explicit (1404ms)
    575:  101 passing (19m)
    576:  20 pending
    577:  52 failing
    578:  1) Mouse move by offset
    579:  From element:
    580:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    581:  false !== true
    582:  + expected - actual
    583:  -false
    584:  +true
    585:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    586:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    587:  2) Integration Tests
    588:  test navigate and listen to errors:
    589:  Uncaught Error: Unexpected server response: 404
    ...
    
    594:  at Socket.socketOnData (node:_http_client:558:22)
    595:  at Socket.emit (node:events:524:28)
    596:  at addChunk (node:internal/streams/readable:561:12)
    597:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    598:  at Readable.push (node:internal/streams/readable:392:5)
    599:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    600:  3) Browsing Context
    601:  "after each" hook for "test create a browsing context for given id":
    602:  Uncaught Error: Unexpected server response: 404
    ...
    
    607:  at Socket.socketOnData (node:_http_client:558:22)
    608:  at Socket.emit (node:events:524:28)
    609:  at addChunk (node:internal/streams/readable:561:12)
    610:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    611:  at Readable.push (node:internal/streams/readable:392:5)
    612:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    613:  4) Browsing Context
    614:  "after each" hook for "test create a browsing context for given id":
    615:  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
    616:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    617:  5) Browsing Context Inspector
    618:  can listen to window browsing context created event:
    619:  Uncaught Error: Unexpected server response: 404
    ...
    
    624:  at Socket.socketOnData (node:_http_client:558:22)
    625:  at Socket.emit (node:events:524:28)
    626:  at addChunk (node:internal/streams/readable:561:12)
    627:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    628:  at Readable.push (node:internal/streams/readable:392:5)
    629:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    630:  6) Browsing Context Inspector
    631:  can listen to tab browsing context created event:
    632:  Uncaught Error: Unexpected server response: 404
    ...
    
    637:  at Socket.socketOnData (node:_http_client:558:22)
    638:  at Socket.emit (node:events:524:28)
    639:  at addChunk (node:internal/streams/readable:561:12)
    640:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    641:  at Readable.push (node:internal/streams/readable:392:5)
    642:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    643:  7) Browsing Context Inspector
    644:  can listen to dom content loaded event:
    645:  Uncaught Error: Unexpected server response: 404
    ...
    
    650:  at Socket.socketOnData (node:_http_client:558:22)
    651:  at Socket.emit (node:events:524:28)
    652:  at addChunk (node:internal/streams/readable:561:12)
    653:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    654:  at Readable.push (node:internal/streams/readable:392:5)
    655:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    656:  8) Browsing Context Inspector
    657:  can listen to browsing context loaded event:
    658:  Uncaught Error: Unexpected server response: 404
    ...
    
    663:  at Socket.socketOnData (node:_http_client:558:22)
    664:  at Socket.emit (node:events:524:28)
    665:  at addChunk (node:internal/streams/readable:561:12)
    666:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    667:  at Readable.push (node:internal/streams/readable:392:5)
    668:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    669:  9) Browsing Context Inspector
    670:  can listen to fragment navigated event:
    671:  Uncaught Error: Unexpected server response: 404
    ...
    
    676:  at Socket.socketOnData (node:_http_client:558:22)
    677:  at Socket.emit (node:events:524:28)
    678:  at addChunk (node:internal/streams/readable:561:12)
    679:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    680:  at Readable.push (node:internal/streams/readable:392:5)
    681:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    682:  10) Browsing Context Inspector
    683:  can listen to browsing context destroyed event:
    684:  Uncaught Error: Unexpected server response: 404
    ...
    
    689:  at Socket.socketOnData (node:_http_client:558:22)
    690:  at Socket.emit (node:events:524:28)
    691:  at addChunk (node:internal/streams/readable:561:12)
    692:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    693:  at Readable.push (node:internal/streams/readable:392:5)
    694:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    695:  11) Input module
    696:  can execute release in browsing context:
    697:  Uncaught Error: Unexpected server response: 404
    ...
    
    702:  at Socket.socketOnData (node:_http_client:558:22)
    703:  at Socket.emit (node:events:524:28)
    704:  at addChunk (node:internal/streams/readable:561:12)
    705:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    706:  at Readable.push (node:internal/streams/readable:392:5)
    707:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    708:  12) Input module
    709:  can execute release in browsing context:
    710:  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: NoSuchSessionError: Tried to run command without establishing a connection
    711:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    712:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:524:13)
    713:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:456:28)
    714:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    715:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:745:17)
    716:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:47:5) {
    717:  remoteStacktrace: ''
    718:  }
    719:  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: NoSuchSessionError: Tried to run command without establishing a connection
    720:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    723:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    724:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:745:17)
    725:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:47:5) {
    726:  remoteStacktrace: ''
    727:  }
    728:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    729:  13) Log Inspector
    730:  test listen to console log:
    731:  Uncaught Error: Unexpected server response: 404
    ...
    
    735:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    736:  at Socket.socketOnData (node:_http_client:558:22)
    737:  at Socket.emit (node:events:524:28)
    738:  at addChunk (node:internal/streams/readable:561:12)
    739:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    740:  at Readable.push (node:internal/streams/readable:392:5)
    741:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    742:  14) Log Inspector
    743:  test listen to javascript error log:
    744:  Uncaught Error: Unexpected server response: 404
    ...
    
    749:  at Socket.socketOnData (node:_http_client:558:22)
    750:  at Socket.emit (node:events:524:28)
    751:  at addChunk (node:internal/streams/readable:561:12)
    752:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    753:  at Readable.push (node:internal/streams/readable:392:5)
    754:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    755:  15) Log Inspector
    756:  test retrieve stack trace for a log:
    757:  Uncaught Error: Unexpected server response: 404
    ...
    
    762:  at Socket.socketOnData (node:_http_client:558:22)
    763:  at Socket.emit (node:events:524:28)
    764:  at addChunk (node:internal/streams/readable:561:12)
    765:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    766:  at Readable.push (node:internal/streams/readable:392:5)
    767:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    768:  16) Log Inspector
    769:  test listen to logs with multiple consumers:
    770:  Uncaught Error: Unexpected server response: 404
    ...
    
    775:  at Socket.socketOnData (node:_http_client:558:22)
    776:  at Socket.emit (node:events:524:28)
    777:  at addChunk (node:internal/streams/readable:561:12)
    778:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    779:  at Readable.push (node:internal/streams/readable:392:5)
    780:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    781:  17) Network events
    782:  can listen to event before request is sent:
    783:  TypeError: Network is not a function
    784:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:24:27)
    785:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    786:  18) Network events
    787:  can request cookies:
    788:  TypeError: Network is not a function
    789:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:37:27)
    790:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    791:  19) Network events
    792:  can redirect http equiv:
    793:  TypeError: Network is not a function
    794:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:68:27)
    795:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    796:  20) Network events
    797:  can subscribe to response started:
    798:  TypeError: Network is not a function
    799:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:84:27)
    800:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    801:  21) Network events
    802:  can subscribe to response completed:
    803:  TypeError: Network is not a function
    804:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:98:27)
    805:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    806:  22) Script commands
    807:  can call function:
    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:  23) Script commands
    820:  can call function with declaration:
    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:  24) Script commands
    833:  can call function to get element:
    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:  25) Script commands
    846:  can call function with arguments:
    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:  26) Script commands
    859:  can call function with await promise:
    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:  27) Script commands
    872:  can call function with await promise false:
    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:  28) Script commands
    885:  can call function with this parameter:
    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:  29) Script commands
    898:  can call function with ownership root:
    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:  30) Script commands
    911:  can call function with ownership none:
    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:  31) Script commands
    924:  can call function that throws exception:
    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:  32) Script commands
    937:  can call function in a sandbox:
    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:  33) Script commands
    950:  can call function in a realm:
    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:  34) Script commands
    963:  can evaluate script:
    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:  35) Script commands
    976:  can evaluate script with result ownership:
    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:  36) Script commands
    989:  can evaluate in a sandbox:
    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:  37) Script commands
    1002:  can evaluate in a realm:
    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:  38) Script commands
    1015:  can disown handles:
    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:  39) Script commands
    1028:  can disown handles in realm:
    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:  40) Script commands
    1041:  can get all realms:
    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:  41) Script commands
    1054:  can get realm by type:
    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:  42) Script commands
    1067:  can get realm in browsing context:
    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:  43) Script commands
    1080:  can get realm in browsing context by type:
    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:  44) Script commands
    1093:  can add preload script:
    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:  45) Script commands
    1106:  can remove preload script:
    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:  46) Script events
    1119:  can listen to channel message:
    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:  47) Script events
    1132:  can listen to realm created message:
    1133:  Uncaught Error: Unexpected server response: 404
    ...
    
    1137:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    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:  48) BiDi Logging
    1145:  can remove to javascript error handler:
    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:  49) BiDi Script
    1158:  can listen to dom mutations:
    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:  50) BiDi Script
    1171:  can pin 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:  51) BiDi Script
    1184:  can unpin script:
    1185:  Uncaught Error: Unexpected server response: 404
    ...
    
    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:  52) Service Test
    1197:  Set Driver Location:
    1198:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:62731/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\133.0.6943.53\chromedriver.exe
    1199:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    1200:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1201:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
    ...
    
    1236:  ✔ Scroll to the element (343ms)
    1237:  Actions API - Wheel Tests
    1238:  ✔ Scroll to element (422ms)
    1239:  ✔ Scroll by given amount (587ms)
    1240:  ✔ Scroll from an element by a given amount (606ms)
    1241:  ✔ Scroll from an element with an offset (622ms)
    1242:  ✔ Scroll from an offset of origin (element) by given amount (1205ms)
    1243:  Integration Tests
    1244:  ✔ test navigate and listen to errors (3557ms)
    ...
    
    1270:  - can locate node with none ownership value
    1271:  - can locate node with root ownership value
    1272:  - can locate node with given start nodes
    1273:  - can locate nodes in a given sandbox
    1274:  - can find element
    1275:  - can find elements
    1276:  Log Inspector
    1277:  13) test listen to console log
    1278:  14) test listen to javascript error log
    ...
    
    1319:  44) can remove preload script
    1320:  Script events
    1321:  45) can listen to channel message
    1322:  46) can listen to realm created message
    1323:  - can listen to realm destroyed message
    1324:  BiDi Logging
    1325:  47) can listen to console log
    1326:  ✔ can remove console log handler (5738ms)
    1327:  48) can listen to javascript error
    1328:  49) can remove to javascript error handler
    ...
    
    1490:  ✔ Create and add non residential key
    1491:  ✔ Get credential
    1492:  ✔ Remove all credentials
    1493:  ✔ Set is user verified
    1494:  Virtual authenticator options
    1495:  ✔ Virtual options
    1496:  ✔ User verified
    1497:  Waits
    1498:  ✔ fail (1348ms)
    1499:  ✔ sleep (2105ms)
    1500:  ✔ implicit (1132ms)
    1501:  ✔ explicit (1327ms)
    1502:  102 passing (16m)
    1503:  20 pending
    1504:  52 failing
    1505:  1) Mouse move by offset
    1506:  From element:
    1507:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    1508:  false !== true
    1509:  + expected - actual
    1510:  -false
    1511:  +true
    1512:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    1513:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1514:  2) Browsing Context
    1515:  "after each" hook for "test create a browsing context for given id":
    1516:  Uncaught Error: Unexpected server response: 404
    ...
    
    1521:  at Socket.socketOnData (node:_http_client:558:22)
    1522:  at Socket.emit (node:events:524:28)
    1523:  at addChunk (node:internal/streams/readable:561:12)
    1524:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1525:  at Readable.push (node:internal/streams/readable:392:5)
    1526:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1527:  3) Browsing Context
    1528:  "after each" hook for "test create a browsing context for given id":
    1529:  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
    1530:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1531:  4) Browsing Context Inspector
    1532:  can listen to window browsing context created event:
    1533:  Uncaught Error: Unexpected server response: 404
    ...
    
    1538:  at Socket.socketOnData (node:_http_client:558:22)
    1539:  at Socket.emit (node:events:524:28)
    1540:  at addChunk (node:internal/streams/readable:561:12)
    1541:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1542:  at Readable.push (node:internal/streams/readable:392:5)
    1543:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1544:  5) Browsing Context Inspector
    1545:  can listen to tab browsing context created event:
    1546:  Uncaught Error: Unexpected server response: 404
    ...
    
    1551:  at Socket.socketOnData (node:_http_client:558:22)
    1552:  at Socket.emit (node:events:524:28)
    1553:  at addChunk (node:internal/streams/readable:561:12)
    1554:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1555:  at Readable.push (node:internal/streams/readable:392:5)
    1556:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1557:  6) Browsing Context Inspector
    1558:  can listen to dom content loaded event:
    1559:  Uncaught Error: Unexpected server response: 404
    ...
    
    1564:  at Socket.socketOnData (node:_http_client:558:22)
    1565:  at Socket.emit (node:events:524:28)
    1566:  at addChunk (node:internal/streams/readable:561:12)
    1567:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1568:  at Readable.push (node:internal/streams/readable:392:5)
    1569:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1570:  7) Browsing Context Inspector
    1571:  can listen to fragment navigated event:
    1572:  Uncaught Error: Unexpected server response: 404
    ...
    
    1577:  at Socket.socketOnData (node:_http_client:558:22)
    1578:  at Socket.emit (node:events:524:28)
    1579:  at addChunk (node:internal/streams/readable:561:12)
    1580:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1581:  at Readable.push (node:internal/streams/readable:392:5)
    1582:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1583:  8) Browsing Context Inspector
    1584:  can listen to browsing context destroyed event:
    1585:  Uncaught Error: Unexpected server response: 404
    ...
    
    1590:  at Socket.socketOnData (node:_http_client:558:22)
    1591:  at Socket.emit (node:events:524:28)
    1592:  at addChunk (node:internal/streams/readable:561:12)
    1593:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1594:  at Readable.push (node:internal/streams/readable:392:5)
    1595:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1596:  9) Input module
    1597:  can perform input action:
    1598:  Uncaught Error: Unexpected server response: 404
    ...
    
    1603:  at Socket.socketOnData (node:_http_client:558:22)
    1604:  at Socket.emit (node:events:524:28)
    1605:  at addChunk (node:internal/streams/readable:561:12)
    1606:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1607:  at Readable.push (node:internal/streams/readable:392:5)
    1608:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1609:  10) Input module
    1610:  can perform input action:
    1611:  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: NoSuchSessionError: Tried to run command without establishing a connection
    1612:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    1613:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:524:13)
    1614:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:456:28)
    1615:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1616:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:745:17)
    1617:  at async thenableWebDriverProxy.findElements (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:1073:17)
    1618:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    1619:  remoteStacktrace: ''
    1620:  }
    1621:  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: NoSuchSessionError: Tried to run command without establishing a connection
    1622:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    1626:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:745:17)
    1627:  at async thenableWebDriverProxy.findElements (node_modules\selenium-webdriver\lib\webdriver.js:1073:17)
    1628:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    1629:  remoteStacktrace: ''
    1630:  }
    1631:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1632:  11) Input module
    1633:  can execute release in browsing context:
    1634:  Uncaught Error: Unexpected server response: 404
    ...
    
    1639:  at Socket.socketOnData (node:_http_client:558:22)
    1640:  at Socket.emit (node:events:524:28)
    1641:  at addChunk (node:internal/streams/readable:561:12)
    1642:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1643:  at Readable.push (node:internal/streams/readable:392:5)
    1644:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1645:  12) Input module
    1646:  can execute release in browsing context:
    1647:  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:50522
    1648:  at ClientRequest.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\http\index.js:293:15)
    1649:  at ClientRequest.emit (node:events:524:28)
    1650:  at emitErrorEvent (node:_http_client:104:11)
    1651:  at Socket.socketErrorListener (node:_http_client:518:5)
    1652:  at Socket.emit (node:events:524:28)
    1653:  at emitErrorNT (node:internal/streams/destroy:170:8)
    1654:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    1655:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    1656:  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:50522
    1657:  at ClientRequest.<anonymous> (node_modules\selenium-webdriver\http\index.js:293:15)
    1658:  at ClientRequest.emit (node:events:524:28)
    1659:  at emitErrorEvent (node:_http_client:104:11)
    1660:  at Socket.socketErrorListener (node:_http_client:518:5)
    1661:  at Socket.emit (node:events:524:28)
    1662:  at emitErrorNT (node:internal/streams/destroy:170:8)
    1663:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    1664:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    1665:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1666:  13) Log Inspector
    1667:  test listen to console log:
    1668:  Uncaught Error: Unexpected server response: 404
    ...
    
    1672:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    1673:  at Socket.socketOnData (node:_http_client:558:22)
    1674:  at Socket.emit (node:events:524:28)
    1675:  at addChunk (node:internal/streams/readable:561:12)
    1676:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1677:  at Readable.push (node:internal/streams/readable:392:5)
    1678:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1679:  14) Log Inspector
    1680:  test listen to javascript error log:
    1681:  Uncaught Error: Unexpected server response: 404
    ...
    
    1686:  at Socket.socketOnData (node:_http_client:558:22)
    1687:  at Socket.emit (node:events:524:28)
    1688:  at addChunk (node:internal/streams/readable:561:12)
    1689:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1690:  at Readable.push (node:internal/streams/readable:392:5)
    1691:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1692:  15) Log Inspector
    1693:  test listen to logs with multiple consumers:
    1694:  Uncaught Error: Unexpected server response: 404
    ...
    
    1699:  at Socket.socketOnData (node:_http_client:558:22)
    1700:  at Socket.emit (node:events:524:28)
    1701:  at addChunk (node:internal/streams/readable:561:12)
    1702:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1703:  at Readable.push (node:internal/streams/readable:392:5)
    1704:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1705:  16) Network events
    1706:  can listen to event before request is sent:
    1707:  TypeError: Network is not a function
    1708:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:24:27)
    1709:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1710:  17) Network events
    1711:  can request cookies:
    1712:  TypeError: Network is not a function
    1713:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:37:27)
    1714:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1715:  18) Network events
    1716:  can redirect http equiv:
    1717:  TypeError: Network is not a function
    1718:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:68:27)
    1719:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1720:  19) Network events
    1721:  can subscribe to response started:
    1722:  TypeError: Network is not a function
    1723:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:84:27)
    1724:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1725:  20) Network events
    1726:  can subscribe to response completed:
    1727:  TypeError: Network is not a function
    1728:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:98:27)
    1729:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1730:  21) Script commands
    1731:  can call function with declaration:
    1732:  Uncaught Error: Unexpected server response: 404
    ...
    
    1737:  at Socket.socketOnData (node:_http_client:558:22)
    1738:  at Socket.emit (node:events:524:28)
    1739:  at addChunk (node:internal/streams/readable:561:12)
    1740:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1741:  at Readable.push (node:internal/streams/readable:392:5)
    1742:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1743:  22) Script commands
    1744:  can call function to get element:
    1745:  Uncaught Error: Unexpected server response: 404
    ...
    
    1750:  at Socket.socketOnData (node:_http_client:558:22)
    1751:  at Socket.emit (node:events:524:28)
    1752:  at addChunk (node:internal/streams/readable:561:12)
    1753:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1754:  at Readable.push (node:internal/streams/readable:392:5)
    1755:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1756:  23) Script commands
    1757:  can call function with await promise:
    1758:  Uncaught Error: Unexpected server response: 404
    ...
    
    1763:  at Socket.socketOnData (node:_http_client:558:22)
    1764:  at Socket.emit (node:events:524:28)
    1765:  at addChunk (node:internal/streams/readable:561:12)
    1766:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1767:  at Readable.push (node:internal/streams/readable:392:5)
    1768:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1769:  24) Script commands
    1770:  can call function with await promise false:
    1771:  Uncaught Error: Unexpected server response: 404
    ...
    
    1776:  at Socket.socketOnData (node:_http_client:558:22)
    1777:  at Socket.emit (node:events:524:28)
    1778:  at addChunk (node:internal/streams/readable:561:12)
    1779:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1780:  at Readable.push (node:internal/streams/readable:392:5)
    1781:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1782:  25) Script commands
    1783:  can call function with this parameter:
    1784:  Uncaught Error: Unexpected server response: 404
    ...
    
    1789:  at Socket.socketOnData (node:_http_client:558:22)
    1790:  at Socket.emit (node:events:524:28)
    1791:  at addChunk (node:internal/streams/readable:561:12)
    1792:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1793:  at Readable.push (node:internal/streams/readable:392:5)
    1794:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1795:  26) Script commands
    1796:  can call function with ownership root:
    1797:  Uncaught Error: Unexpected server response: 404
    ...
    
    1802:  at Socket.socketOnData (node:_http_client:558:22)
    1803:  at Socket.emit (node:events:524:28)
    1804:  at addChunk (node:internal/streams/readable:561:12)
    1805:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1806:  at Readable.push (node:internal/streams/readable:392:5)
    1807:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1808:  27) Script commands
    1809:  can call function with ownership none:
    1810:  Uncaught Error: Unexpected server response: 404
    ...
    
    1815:  at Socket.socketOnData (node:_http_client:558:22)
    1816:  at Socket.emit (node:events:524:28)
    1817:  at addChunk (node:internal/streams/readable:561:12)
    1818:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1819:  at Readable.push (node:internal/streams/readable:392:5)
    1820:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1821:  28) Script commands
    1822:  can call function that throws exception:
    1823:  Uncaught Error: Unexpected server response: 404
    ...
    
    1828:  at Socket.socketOnData (node:_http_client:558:22)
    1829:  at Socket.emit (node:events:524:28)
    1830:  at addChunk (node:internal/streams/readable:561:12)
    1831:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1832:  at Readable.push (node:internal/streams/readable:392:5)
    1833:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1834:  29) Script commands
    1835:  can call function in a sandbox:
    1836:  Uncaught Error: Unexpected server response: 404
    ...
    
    1841:  at Socket.socketOnData (node:_http_client:558:22)
    1842:  at Socket.emit (node:events:524:28)
    1843:  at addChunk (node:internal/streams/readable:561:12)
    1844:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1845:  at Readable.push (node:internal/streams/readable:392:5)
    1846:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1847:  30) Script commands
    1848:  can call function in a realm:
    1849:  Uncaught Error: Unexpected server response: 404
    ...
    
    1854:  at Socket.socketOnData (node:_http_client:558:22)
    1855:  at Socket.emit (node:events:524:28)
    1856:  at addChunk (node:internal/streams/readable:561:12)
    1857:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1858:  at Readable.push (node:internal/streams/readable:392:5)
    1859:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1860:  31) Script commands
    1861:  can evaluate script:
    1862:  Uncaught Error: Unexpected server response: 404
    ...
    
    1867:  at Socket.socketOnData (node:_http_client:558:22)
    1868:  at Socket.emit (node:events:524:28)
    1869:  at addChunk (node:internal/streams/readable:561:12)
    1870:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1871:  at Readable.push (node:internal/streams/readable:392:5)
    1872:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1873:  32) Script commands
    1874:  can evaluate script that throws exception:
    1875:  Uncaught Error: Unexpected server response: 404
    ...
    
    1880:  at Socket.socketOnData (node:_http_client:558:22)
    1881:  at Socket.emit (node:events:524:28)
    1882:  at addChunk (node:internal/streams/readable:561:12)
    1883:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1884:  at Readable.push (node:internal/streams/readable:392:5)
    1885:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1886:  33) Script commands
    1887:  can evaluate script with result ownership:
    1888:  Uncaught Error: Unexpected server response: 404
    ...
    
    1893:  at Socket.socketOnData (node:_http_client:558:22)
    1894:  at Socket.emit (node:events:524:28)
    1895:  at addChunk (node:internal/streams/readable:561:12)
    1896:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1897:  at Readable.push (node:internal/streams/readable:392:5)
    1898:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1899:  34) Script commands
    1900:  can evaluate in a sandbox:
    1901:  Uncaught Error: Unexpected server response: 404
    ...
    
    1906:  at Socket.socketOnData (node:_http_client:558:22)
    1907:  at Socket.emit (node:events:524:28)
    1908:  at addChunk (node:internal/streams/readable:561:12)
    1909:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1910:  at Readable.push (node:internal/streams/readable:392:5)
    1911:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1912:  35) Script commands
    1913:  can evaluate in a realm:
    1914:  Uncaught Error: Unexpected server response: 404
    ...
    
    1919:  at Socket.socketOnData (node:_http_client:558:22)
    1920:  at Socket.emit (node:events:524:28)
    1921:  at addChunk (node:internal/streams/readable:561:12)
    1922:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1923:  at Readable.push (node:internal/streams/readable:392:5)
    1924:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1925:  36) Script commands
    1926:  can disown handles:
    1927:  Uncaught Error: Unexpected server response: 404
    ...
    
    1932:  at Socket.socketOnData (node:_http_client:558:22)
    1933:  at Socket.emit (node:events:524:28)
    1934:  at addChunk (node:internal/streams/readable:561:12)
    1935:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1936:  at Readable.push (node:internal/streams/readable:392:5)
    1937:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1938:  37) Script commands
    1939:  can disown handles in realm:
    1940:  Uncaught Error: Unexpected server response: 404
    ...
    
    1945:  at Socket.socketOnData (node:_http_client:558:22)
    1946:  at Socket.emit (node:events:524:28)
    1947:  at addChunk (node:internal/streams/readable:561:12)
    1948:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1949:  at Readable.push (node:internal/streams/readable:392:5)
    1950:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1951:  38) Script commands
    1952:  can get all realms:
    1953:  Uncaught Error: Unexpected server response: 404
    ...
    
    1958:  at Socket.socketOnData (node:_http_client:558:22)
    1959:  at Socket.emit (node:events:524:28)
    1960:  at addChunk (node:internal/streams/readable:561:12)
    1961:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1962:  at Readable.push (node:internal/streams/readable:392:5)
    1963:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1964:  39) Script commands
    1965:  can get realm by type:
    1966:  Uncaught Error: Unexpected server response: 404
    ...
    
    1971:  at Socket.socketOnData (node:_http_client:558:22)
    1972:  at Socket.emit (node:events:524:28)
    1973:  at addChunk (node:internal/streams/readable:561:12)
    1974:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1975:  at Readable.push (node:internal/streams/readable:392:5)
    1976:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1977:  40) Script commands
    1978:  can get realm in browsing context:
    1979:  Uncaught Error: Unexpected server response: 404
    ...
    
    1984:  at Socket.socketOnData (node:_http_client:558:22)
    1985:  at Socket.emit (node:events:524:28)
    1986:  at addChunk (node:internal/streams/readable:561:12)
    1987:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1988:  at Readable.push (node:internal/streams/readable:392:5)
    1989:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1990:  41) Script commands
    1991:  can get realm in browsing context by type:
    1992:  Uncaught Error: Unexpected server response: 404
    ...
    
    1997:  at Socket.socketOnData (node:_http_client:558:22)
    1998:  at Socket.emit (node:events:524:28)
    1999:  at addChunk (node:internal/streams/readable:561:12)
    2000:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2001:  at Readable.push (node:internal/streams/readable:392:5)
    2002:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2003:  42) Script commands
    2004:  can add preload script:
    2005:  Uncaught Error: Unexpected server response: 404
    ...
    
    2010:  at Socket.socketOnData (node:_http_client:558:22)
    2011:  at Socket.emit (node:events:524:28)
    2012:  at addChunk (node:internal/streams/readable:561:12)
    2013:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2014:  at Readable.push (node:internal/streams/readable:392:5)
    2015:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2016:  43) Script commands
    2017:  can add preload script to sandbox:
    2018:  Uncaught Error: Unexpected server response: 404
    ...
    
    2023:  at Socket.socketOnData (node:_http_client:558:22)
    2024:  at Socket.emit (node:events:524:28)
    2025:  at addChunk (node:internal/streams/readable:561:12)
    2026:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2027:  at Readable.push (node:internal/streams/readable:392:5)
    2028:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2029:  44) Script commands
    2030:  can remove preload script:
    2031:  Uncaught Error: Unexpected server response: 404
    ...
    
    2036:  at Socket.socketOnData (node:_http_client:558:22)
    2037:  at Socket.emit (node:events:524:28)
    2038:  at addChunk (node:internal/streams/readable:561:12)
    2039:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2040:  at Readable.push (node:internal/streams/readable:392:5)
    2041:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2042:  45) Script events
    2043:  can listen to channel message:
    2044:  Uncaught Error: Unexpected server response: 404
    ...
    
    2049:  at Socket.socketOnData (node:_http_client:558:22)
    2050:  at Socket.emit (node:events:524:28)
    2051:  at addChunk (node:internal/streams/readable:561:12)
    2052:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2053:  at Readable.push (node:internal/streams/readable:392:5)
    2054:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2055:  46) Script events
    2056:  can listen to realm created message:
    2057:  Uncaught Error: Unexpected server response: 404
    ...
    
    2062:  at Socket.socketOnData (node:_http_client:558:22)
    2063:  at Socket.emit (node:events:524:28)
    2064:  at addChunk (node:internal/streams/readable:561:12)
    2065:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2066:  at Readable.push (node:internal/streams/readable:392:5)
    2067:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2068:  47) BiDi Logging
    2069:  can listen to console log:
    2070:  Uncaught Error: Unexpected server response: 404
    ...
    
    2074:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    2075:  at Socket.socketOnData (node:_http_client:558:22)
    2076:  at Socket.emit (node:events:524:28)
    2077:  at addChunk (node:internal/streams/readable:561:12)
    2078:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2079:  at Readable.push (node:internal/streams/readable:392:5)
    2080:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2081:  48) BiDi Logging
    2082:  can listen to javascript error:
    2083:  Uncaught Error: Unexpected server response: 404
    ...
    
    2087:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    2088:  at Socket.socketOnData (node:_http_client:558:22)
    2089:  at Socket.emit (node:events:524:28)
    2090:  at addChunk (node:internal/streams/readable:561:12)
    2091:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2092:  at Readable.push (node:internal/streams/readable:392:5)
    2093:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2094:  49) BiDi Logging
    2095:  can remove to javascript error handler:
    2096:  Uncaught Error: Unexpected server response: 404
    ...
    
    2101:  at Socket.socketOnData (node:_http_client:558:22)
    2102:  at Socket.emit (node:events:524:28)
    2103:  at addChunk (node:internal/streams/readable:561:12)
    2104:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2105:  at Readable.push (node:internal/streams/readable:392:5)
    2106:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2107:  50) BiDi Script
    2108:  can listen to dom mutations:
    2109:  Uncaught Error: Unexpected server response: 404
    ...
    
    2114:  at Socket.socketOnData (node:_http_client:558:22)
    2115:  at Socket.emit (node:events:524:28)
    2116:  at addChunk (node:internal/streams/readable:561:12)
    2117:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2118:  at Readable.push (node:internal/streams/readable:392:5)
    2119:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2120:  51) BiDi Script
    2121:  can unpin script:
    2122:  Uncaught Error: Unexpected server response: 404
    ...
    
    2127:  at Socket.socketOnData (node:_http_client:558:22)
    2128:  at Socket.emit (node:events:524:28)
    2129:  at addChunk (node:internal/streams/readable:561:12)
    2130:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2131:  at Readable.push (node:internal/streams/readable:392:5)
    2132:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2133:  52) Service Test
    2134:  Set Driver Location:
    2135:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:54159/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\133.0.6943.53\chromedriver.exe
    2136:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    2137:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    2138:  ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1
    ...
    
    2173:  ✔ Scroll to the element (390ms)
    2174:  Actions API - Wheel Tests
    2175:  ✔ Scroll to element (702ms)
    2176:  ✔ Scroll by given amount (575ms)
    2177:  ✔ Scroll from an element by a given amount (615ms)
    2178:  ✔ Scroll from an element with an offset (607ms)
    2179:  ✔ Scroll from an offset of origin (element) by given amount (1147ms)
    2180:  Integration Tests
    2181:  1) test navigate and listen to errors
    ...
    
    2206:  - can locate node with none ownership value
    2207:  - can locate node with root ownership value
    2208:  - can locate node with given start nodes
    2209:  - can locate nodes in a given sandbox
    2210:  - can find element
    2211:  - can find elements
    2212:  Log Inspector
    2213:  12) test listen to console log
    2214:  13) test listen to javascript error log
    ...
    
    2255:  45) can remove preload script
    2256:  Script events
    2257:  46) can listen to channel message
    2258:  47) can listen to realm created message
    2259:  - can listen to realm destroyed message
    2260:  BiDi Logging
    2261:  ✔ can listen to console log (5791ms)
    2262:  ✔ can remove console log handler (5685ms)
    2263:  48) can listen to javascript error
    2264:  ✔ can remove to javascript error handler (5833ms)
    ...
    
    2426:  ✔ Create and add non residential key
    2427:  ✔ Get credential
    2428:  ✔ Remove all credentials
    2429:  ✔ Set is user verified
    2430:  Virtual authenticator options
    2431:  ✔ Virtual options
    2432:  ✔ User verified
    2433:  Waits
    2434:  ✔ fail (1364ms)
    2435:  ✔ sleep (2280ms)
    2436:  ✔ implicit (1112ms)
    2437:  ✔ explicit (1264ms)
    2438:  102 passing (17m)
    2439:  20 pending
    2440:  51 failing
    2441:  1) Integration Tests
    2442:  test navigate and listen to errors:
    2443:  Uncaught Error: Unexpected server response: 404
    ...
    
    2448:  at Socket.socketOnData (node:_http_client:558:22)
    2449:  at Socket.emit (node:events:524:28)
    2450:  at addChunk (node:internal/streams/readable:561:12)
    2451:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2452:  at Readable.push (node:internal/streams/readable:392:5)
    2453:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2454:  2) Browsing Context
    2455:  "after each" hook for "test create a browsing context for given id":
    2456:  Uncaught Error: Unexpected server response: 404
    ...
    
    2461:  at Socket.socketOnData (node:_http_client:558:22)
    2462:  at Socket.emit (node:events:524:28)
    2463:  at addChunk (node:internal/streams/readable:561:12)
    2464:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2465:  at Readable.push (node:internal/streams/readable:392:5)
    2466:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2467:  3) Browsing Context
    2468:  "after each" hook for "test create a browsing context for given id":
    2469:  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
    2470:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    2471:  4) Browsing Context Inspector
    2472:  can listen to tab browsing context created event:
    2473:  Uncaught Error: Unexpected server response: 404
    ...
    
    2478:  at Socket.socketOnData (node:_http_client:558:22)
    2479:  at Socket.emit (node:events:524:28)
    2480:  at addChunk (node:internal/streams/readable:561:12)
    2481:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2482:  at Readable.push (node:internal/streams/readable:392:5)
    2483:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2484:  5) Browsing Context Inspector
    2485:  can listen to dom content loaded event:
    2486:  Uncaught Error: Unexpected server response: 404
    ...
    
    2491:  at Socket.socketOnData (node:_http_client:558:22)
    2492:  at Socket.emit (node:events:524:28)
    2493:  at addChunk (node:internal/streams/readable:561:12)
    2494:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2495:  at Readable.push (node:internal/streams/readable:392:5)
    2496:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2497:  6) Browsing Context Inspector
    2498:  can listen to browsing context loaded event:
    2499:  Uncaught Error: Unexpected server response: 404
    ...
    
    2504:  at Socket.socketOnData (node:_http_client:558:22)
    2505:  at Socket.emit (node:events:524:28)
    2506:  at addChunk (node:internal/streams/readable:561:12)
    2507:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2508:  at Readable.push (node:internal/streams/readable:392:5)
    2509:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2510:  7) Browsing Context Inspector
    2511:  can listen to fragment navigated event:
    2512:  Uncaught Error: Unexpected server response: 404
    ...
    
    2517:  at Socket.socketOnData (node:_http_client:558:22)
    2518:  at Socket.emit (node:events:524:28)
    2519:  at addChunk (node:internal/streams/readable:561:12)
    2520...

    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.

    @renovate renovate bot changed the title chore(deps): update dependency mocha to v11.1.0 chore(deps): update dependency mocha to v11.1.0 - abandoned Feb 11, 2025
    Copy link
    Contributor Author

    renovate bot commented Feb 11, 2025

    Autoclosing Skipped

    This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

    @harsha509 harsha509 closed this Feb 11, 2025
    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