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 1 commit 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 0a7a21d
🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/679136fd458b3200088f24a7
😎 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 0a7a21d)

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

Action: tests (windows, stable)

Failed stage: Run tests [❌]

Failed test name: Mouse move by offset

Failure summary:

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

  • 52 failing tests out of 174 total tests
  • Most failures were due to "Unexpected server response: 404" errors, indicating connection issues
    with the WebDriver server
  • Several tests failed with "ECONNREFUSED" errors trying to connect to localhost ports
  • Key test failures include:
    - Mouse move offset tests failing assertion checks
    - Browsing context
    tests failing with connection errors
    - Script command tests unable to execute due to server errors

    - Service test timing out waiting for WebDriver server

    Root cause appears to be connectivity/configuration issues with the Selenium WebDriver server,
    preventing proper communication between the tests and the browser.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    217:  timeout_minutes: 20
    218:  max_attempts: 3
    219:  command: cd examples/javascript
    220:  npm test
    221:  
    222:  retry_wait_seconds: 10
    223:  polling_interval_seconds: 1
    224:  warning_on_retry: true
    225:  continue_on_error: false
    ...
    
    268:  ✔ Scroll to the element (355ms)
    269:  Actions API - Wheel Tests
    270:  ✔ Scroll to element (181ms)
    271:  ✔ Scroll by given amount (578ms)
    272:  ✔ Scroll from an element by a given amount (609ms)
    273:  ✔ Scroll from an element with an offset (598ms)
    274:  ✔ Scroll from an offset of origin (element) by given amount (1059ms)
    275:  Integration Tests
    276:  3) test navigate and listen to errors
    ...
    
    302:  - can locate node with none ownership value
    303:  - can locate node with root ownership value
    304:  - can locate node with given start nodes
    305:  - can locate nodes in a given sandbox
    306:  - can find element
    307:  - can find elements
    308:  Log Inspector
    309:  16) test listen to console log
    310:  17) test listen to javascript error log
    ...
    
    351:  48) can remove preload script
    352:  Script events
    353:  49) can listen to channel message
    354:  50) can listen to realm created message
    355:  - can listen to realm destroyed message
    356:  BiDi Logging
    357:  ✔ can listen to console log (6234ms)
    358:  51) can remove console log handler
    359:  ✔ can listen to javascript error (5659ms)
    360:  52) can remove to javascript error handler
    ...
    
    522:  ✔ Create and add non residential key
    523:  ✔ Get credential
    524:  ✔ Remove all credentials
    525:  ✔ Set is user verified
    526:  Virtual authenticator options
    527:  ✔ Virtual options
    528:  ✔ User verified
    529:  Waits
    530:  ✔ fail (1575ms)
    531:  ✔ sleep (2280ms)
    532:  ✔ implicit (1146ms)
    533:  ✔ explicit (1604ms)
    534:  98 passing (20m)
    535:  20 pending
    536:  56 failing
    537:  1) Actions API - Pause and Release All Actions
    538:  "before all" hook for "Pause":
    539:  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\actionsApi\actionsTest.spec.js)
    540:  at listOnTimeout (node:internal/timers:594:17)
    541:  at process.processTimers (node:internal/timers:529:7)
    542:  2) Actions API - Pause and Release All Actions
    543:  "after all" hook for "Clear":
    544:  TypeError: Cannot read properties of undefined (reading 'quit')
    545:  at Context.<anonymous> (test\actionsApi\actionsTest.spec.js:11:34)
    546:  at process.processImmediate (node:internal/timers:491:21)
    547:  3) Integration Tests
    548:  test navigate and listen to errors:
    549:  Uncaught Error: Unexpected server response: 404
    ...
    
    554:  at Socket.socketOnData (node:_http_client:558:22)
    555:  at Socket.emit (node:events:524:28)
    556:  at addChunk (node:internal/streams/readable:561:12)
    557:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    558:  at Readable.push (node:internal/streams/readable:392:5)
    559:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    560:  4) Browsing Context
    561:  "after each" hook for "test create a browsing context for given id":
    562:  Uncaught Error: Unexpected server response: 404
    ...
    
    567:  at Socket.socketOnData (node:_http_client:558:22)
    568:  at Socket.emit (node:events:524:28)
    569:  at addChunk (node:internal/streams/readable:561:12)
    570:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    571:  at Readable.push (node:internal/streams/readable:392:5)
    572:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    573:  5) Browsing Context
    574:  "after each" hook for "test create a browsing context for given id":
    575:  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
    576:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    577:  6) Browsing Context Inspector
    578:  can listen to window browsing context created event:
    579:  Uncaught Error: Unexpected server response: 404
    ...
    
    584:  at Socket.socketOnData (node:_http_client:558:22)
    585:  at Socket.emit (node:events:524:28)
    586:  at addChunk (node:internal/streams/readable:561:12)
    587:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    588:  at Readable.push (node:internal/streams/readable:392:5)
    589:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    590:  7) Browsing Context Inspector
    591:  can listen to tab browsing context created event:
    592:  Uncaught Error: Unexpected server response: 404
    ...
    
    597:  at Socket.socketOnData (node:_http_client:558:22)
    598:  at Socket.emit (node:events:524:28)
    599:  at addChunk (node:internal/streams/readable:561:12)
    600:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    601:  at Readable.push (node:internal/streams/readable:392:5)
    602:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    603:  8) Browsing Context Inspector
    604:  can listen to dom content loaded event:
    605:  Uncaught Error: Unexpected server response: 404
    ...
    
    610:  at Socket.socketOnData (node:_http_client:558:22)
    611:  at Socket.emit (node:events:524:28)
    612:  at addChunk (node:internal/streams/readable:561:12)
    613:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    614:  at Readable.push (node:internal/streams/readable:392:5)
    615:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    616:  9) Browsing Context Inspector
    617:  can listen to browsing context loaded event:
    618:  Uncaught Error: Unexpected server response: 404
    ...
    
    623:  at Socket.socketOnData (node:_http_client:558:22)
    624:  at Socket.emit (node:events:524:28)
    625:  at addChunk (node:internal/streams/readable:561:12)
    626:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    627:  at Readable.push (node:internal/streams/readable:392:5)
    628:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    629:  10) Browsing Context Inspector
    630:  can listen to fragment navigated 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:  11) Browsing Context Inspector
    643:  can listen to browsing context destroyed 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:  12) Input module
    656:  can perform input action:
    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:  13) Input module
    669:  can perform input action:
    670:  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
    671:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    672:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:524:13)
    673:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:456:28)
    674:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    675:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:745:17)
    676:  at async thenableWebDriverProxy.findElements (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:1073:17)
    677:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    678:  remoteStacktrace: ''
    679:  }
    680:  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
    681:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    685:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:745:17)
    686:  at async thenableWebDriverProxy.findElements (node_modules\selenium-webdriver\lib\webdriver.js:1073:17)
    687:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    688:  remoteStacktrace: ''
    689:  }
    690:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    691:  14) Input module
    692:  can execute release in browsing context:
    693:  Uncaught Error: Unexpected server response: 404
    ...
    
    698:  at Socket.socketOnData (node:_http_client:558:22)
    699:  at Socket.emit (node:events:524:28)
    700:  at addChunk (node:internal/streams/readable:561:12)
    701:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    702:  at Readable.push (node:internal/streams/readable:392:5)
    703:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    704:  15) Input module
    705:  can execute release in browsing context:
    706:  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:53019
    707:  at ClientRequest.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\http\index.js:293:15)
    708:  at ClientRequest.emit (node:events:524:28)
    709:  at emitErrorEvent (node:_http_client:104:11)
    710:  at Socket.socketErrorListener (node:_http_client:518:5)
    711:  at Socket.emit (node:events:524:28)
    712:  at emitErrorNT (node:internal/streams/destroy:170:8)
    713:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    714:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    715:  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:53019
    716:  at ClientRequest.<anonymous> (node_modules\selenium-webdriver\http\index.js:293:15)
    717:  at ClientRequest.emit (node:events:524:28)
    718:  at emitErrorEvent (node:_http_client:104:11)
    719:  at Socket.socketErrorListener (node:_http_client:518:5)
    720:  at Socket.emit (node:events:524:28)
    721:  at emitErrorNT (node:internal/streams/destroy:170:8)
    722:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    723:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    724:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    725:  16) Log Inspector
    726:  test listen to console log:
    727:  Uncaught Error: Unexpected server response: 404
    ...
    
    731:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    732:  at Socket.socketOnData (node:_http_client:558:22)
    733:  at Socket.emit (node:events:524:28)
    734:  at addChunk (node:internal/streams/readable:561:12)
    735:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    736:  at Readable.push (node:internal/streams/readable:392:5)
    737:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    738:  17) Log Inspector
    739:  test listen to javascript error log:
    740:  Uncaught Error: Unexpected server response: 404
    ...
    
    745:  at Socket.socketOnData (node:_http_client:558:22)
    746:  at Socket.emit (node:events:524:28)
    747:  at addChunk (node:internal/streams/readable:561:12)
    748:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    749:  at Readable.push (node:internal/streams/readable:392:5)
    750:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    751:  18) Log Inspector
    752:  test retrieve stack trace for a log:
    753:  Uncaught Error: Unexpected server response: 404
    ...
    
    758:  at Socket.socketOnData (node:_http_client:558:22)
    759:  at Socket.emit (node:events:524:28)
    760:  at addChunk (node:internal/streams/readable:561:12)
    761:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    762:  at Readable.push (node:internal/streams/readable:392:5)
    763:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    764:  19) Log Inspector
    765:  test listen to logs with multiple consumers:
    766:  Uncaught Error: Unexpected server response: 404
    ...
    
    771:  at Socket.socketOnData (node:_http_client:558:22)
    772:  at Socket.emit (node:events:524:28)
    773:  at addChunk (node:internal/streams/readable:561:12)
    774:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    775:  at Readable.push (node:internal/streams/readable:392:5)
    776:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    777:  20) Network events
    778:  can listen to event before request is sent:
    779:  Uncaught Error: Unexpected server response: 404
    ...
    
    784:  at Socket.socketOnData (node:_http_client:558:22)
    785:  at Socket.emit (node:events:524:28)
    786:  at addChunk (node:internal/streams/readable:561:12)
    787:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    788:  at Readable.push (node:internal/streams/readable:392:5)
    789:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    790:  21) Network events
    791:  can request cookies:
    792:  Uncaught Error: Unexpected server response: 404
    ...
    
    797:  at Socket.socketOnData (node:_http_client:558:22)
    798:  at Socket.emit (node:events:524:28)
    799:  at addChunk (node:internal/streams/readable:561:12)
    800:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    801:  at Readable.push (node:internal/streams/readable:392:5)
    802:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    803:  22) Network events
    804:  can subscribe to response started:
    805:  Uncaught Error: Unexpected server response: 404
    ...
    
    810:  at Socket.socketOnData (node:_http_client:558:22)
    811:  at Socket.emit (node:events:524:28)
    812:  at addChunk (node:internal/streams/readable:561:12)
    813:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    814:  at Readable.push (node:internal/streams/readable:392:5)
    815:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    816:  23) Network events
    817:  can subscribe to response completed:
    818:  Uncaught Error: Unexpected server response: 404
    ...
    
    823:  at Socket.socketOnData (node:_http_client:558:22)
    824:  at Socket.emit (node:events:524:28)
    825:  at addChunk (node:internal/streams/readable:561:12)
    826:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    827:  at Readable.push (node:internal/streams/readable:392:5)
    828:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    829:  24) Script commands
    830:  can call function:
    831:  Uncaught Error: Unexpected server response: 404
    ...
    
    836:  at Socket.socketOnData (node:_http_client:558:22)
    837:  at Socket.emit (node:events:524:28)
    838:  at addChunk (node:internal/streams/readable:561:12)
    839:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    840:  at Readable.push (node:internal/streams/readable:392:5)
    841:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    842:  25) Script commands
    843:  can call function with declaration:
    844:  Uncaught Error: Unexpected server response: 404
    ...
    
    849:  at Socket.socketOnData (node:_http_client:558:22)
    850:  at Socket.emit (node:events:524:28)
    851:  at addChunk (node:internal/streams/readable:561:12)
    852:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    853:  at Readable.push (node:internal/streams/readable:392:5)
    854:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    855:  26) Script commands
    856:  can call function to get element:
    857:  Uncaught Error: Unexpected server response: 404
    ...
    
    862:  at Socket.socketOnData (node:_http_client:558:22)
    863:  at Socket.emit (node:events:524:28)
    864:  at addChunk (node:internal/streams/readable:561:12)
    865:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    866:  at Readable.push (node:internal/streams/readable:392:5)
    867:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    868:  27) Script commands
    869:  can call function with await promise:
    870:  Uncaught Error: Unexpected server response: 404
    ...
    
    875:  at Socket.socketOnData (node:_http_client:558:22)
    876:  at Socket.emit (node:events:524:28)
    877:  at addChunk (node:internal/streams/readable:561:12)
    878:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    879:  at Readable.push (node:internal/streams/readable:392:5)
    880:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    881:  28) Script commands
    882:  can call function with await promise false:
    883:  Uncaught Error: Unexpected server response: 404
    ...
    
    888:  at Socket.socketOnData (node:_http_client:558:22)
    889:  at Socket.emit (node:events:524:28)
    890:  at addChunk (node:internal/streams/readable:561:12)
    891:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    892:  at Readable.push (node:internal/streams/readable:392:5)
    893:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    894:  29) Script commands
    895:  can call function with this parameter:
    896:  Uncaught Error: Unexpected server response: 404
    ...
    
    901:  at Socket.socketOnData (node:_http_client:558:22)
    902:  at Socket.emit (node:events:524:28)
    903:  at addChunk (node:internal/streams/readable:561:12)
    904:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    905:  at Readable.push (node:internal/streams/readable:392:5)
    906:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    907:  30) Script commands
    908:  can call function with ownership root:
    909:  Uncaught Error: Unexpected server response: 404
    ...
    
    914:  at Socket.socketOnData (node:_http_client:558:22)
    915:  at Socket.emit (node:events:524:28)
    916:  at addChunk (node:internal/streams/readable:561:12)
    917:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    918:  at Readable.push (node:internal/streams/readable:392:5)
    919:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    920:  31) Script commands
    921:  can call function with ownership none:
    922:  Uncaught Error: Unexpected server response: 404
    ...
    
    927:  at Socket.socketOnData (node:_http_client:558:22)
    928:  at Socket.emit (node:events:524:28)
    929:  at addChunk (node:internal/streams/readable:561:12)
    930:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    931:  at Readable.push (node:internal/streams/readable:392:5)
    932:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    933:  32) Script commands
    934:  can call function that throws exception:
    935:  Uncaught Error: Unexpected server response: 404
    ...
    
    940:  at Socket.socketOnData (node:_http_client:558:22)
    941:  at Socket.emit (node:events:524:28)
    942:  at addChunk (node:internal/streams/readable:561:12)
    943:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    944:  at Readable.push (node:internal/streams/readable:392:5)
    945:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    946:  33) Script commands
    947:  can call function in a sandbox:
    948:  Uncaught Error: Unexpected server response: 404
    ...
    
    953:  at Socket.socketOnData (node:_http_client:558:22)
    954:  at Socket.emit (node:events:524:28)
    955:  at addChunk (node:internal/streams/readable:561:12)
    956:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    957:  at Readable.push (node:internal/streams/readable:392:5)
    958:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    959:  34) Script commands
    960:  can call function in a realm:
    961:  Uncaught Error: Unexpected server response: 404
    ...
    
    966:  at Socket.socketOnData (node:_http_client:558:22)
    967:  at Socket.emit (node:events:524:28)
    968:  at addChunk (node:internal/streams/readable:561:12)
    969:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    970:  at Readable.push (node:internal/streams/readable:392:5)
    971:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    972:  35) Script commands
    973:  can evaluate script:
    974:  Uncaught Error: Unexpected server response: 404
    ...
    
    979:  at Socket.socketOnData (node:_http_client:558:22)
    980:  at Socket.emit (node:events:524:28)
    981:  at addChunk (node:internal/streams/readable:561:12)
    982:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    983:  at Readable.push (node:internal/streams/readable:392:5)
    984:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    985:  36) Script commands
    986:  can evaluate script that throws exception:
    987:  Uncaught Error: Unexpected server response: 404
    ...
    
    992:  at Socket.socketOnData (node:_http_client:558:22)
    993:  at Socket.emit (node:events:524:28)
    994:  at addChunk (node:internal/streams/readable:561:12)
    995:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    996:  at Readable.push (node:internal/streams/readable:392:5)
    997:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    998:  37) Script commands
    999:  can evaluate script with result ownership:
    1000:  Uncaught Error: Unexpected server response: 404
    ...
    
    1005:  at Socket.socketOnData (node:_http_client:558:22)
    1006:  at Socket.emit (node:events:524:28)
    1007:  at addChunk (node:internal/streams/readable:561:12)
    1008:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1009:  at Readable.push (node:internal/streams/readable:392:5)
    1010:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1011:  38) Script commands
    1012:  can evaluate in a sandbox:
    1013:  Uncaught Error: Unexpected server response: 404
    ...
    
    1018:  at Socket.socketOnData (node:_http_client:558:22)
    1019:  at Socket.emit (node:events:524:28)
    1020:  at addChunk (node:internal/streams/readable:561:12)
    1021:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1022:  at Readable.push (node:internal/streams/readable:392:5)
    1023:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1024:  39) Script commands
    1025:  can evaluate in a realm:
    1026:  Uncaught Error: Unexpected server response: 404
    ...
    
    1031:  at Socket.socketOnData (node:_http_client:558:22)
    1032:  at Socket.emit (node:events:524:28)
    1033:  at addChunk (node:internal/streams/readable:561:12)
    1034:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1035:  at Readable.push (node:internal/streams/readable:392:5)
    1036:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1037:  40) Script commands
    1038:  can disown handles:
    1039:  Uncaught Error: Unexpected server response: 404
    ...
    
    1044:  at Socket.socketOnData (node:_http_client:558:22)
    1045:  at Socket.emit (node:events:524:28)
    1046:  at addChunk (node:internal/streams/readable:561:12)
    1047:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1048:  at Readable.push (node:internal/streams/readable:392:5)
    1049:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1050:  41) Script commands
    1051:  can disown handles in realm:
    1052:  Uncaught Error: Unexpected server response: 404
    ...
    
    1057:  at Socket.socketOnData (node:_http_client:558:22)
    1058:  at Socket.emit (node:events:524:28)
    1059:  at addChunk (node:internal/streams/readable:561:12)
    1060:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1061:  at Readable.push (node:internal/streams/readable:392:5)
    1062:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1063:  42) Script commands
    1064:  can get all realms:
    1065:  Uncaught Error: Unexpected server response: 404
    ...
    
    1070:  at Socket.socketOnData (node:_http_client:558:22)
    1071:  at Socket.emit (node:events:524:28)
    1072:  at addChunk (node:internal/streams/readable:561:12)
    1073:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1074:  at Readable.push (node:internal/streams/readable:392:5)
    1075:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1076:  43) Script commands
    1077:  can get realm by type:
    1078:  Uncaught Error: Unexpected server response: 404
    ...
    
    1083:  at Socket.socketOnData (node:_http_client:558:22)
    1084:  at Socket.emit (node:events:524:28)
    1085:  at addChunk (node:internal/streams/readable:561:12)
    1086:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1087:  at Readable.push (node:internal/streams/readable:392:5)
    1088:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1089:  44) Script commands
    1090:  can get realm in browsing context:
    1091:  Uncaught Error: Unexpected server response: 404
    ...
    
    1096:  at Socket.socketOnData (node:_http_client:558:22)
    1097:  at Socket.emit (node:events:524:28)
    1098:  at addChunk (node:internal/streams/readable:561:12)
    1099:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1100:  at Readable.push (node:internal/streams/readable:392:5)
    1101:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1102:  45) Script commands
    1103:  can get realm in browsing context by type:
    1104:  Uncaught Error: Unexpected server response: 404
    ...
    
    1109:  at Socket.socketOnData (node:_http_client:558:22)
    1110:  at Socket.emit (node:events:524:28)
    1111:  at addChunk (node:internal/streams/readable:561:12)
    1112:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1113:  at Readable.push (node:internal/streams/readable:392:5)
    1114:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1115:  46) Script commands
    1116:  can add preload script:
    1117:  Uncaught Error: Unexpected server response: 404
    ...
    
    1122:  at Socket.socketOnData (node:_http_client:558:22)
    1123:  at Socket.emit (node:events:524:28)
    1124:  at addChunk (node:internal/streams/readable:561:12)
    1125:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1126:  at Readable.push (node:internal/streams/readable:392:5)
    1127:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1128:  47) Script commands
    1129:  can add preload script to sandbox:
    1130:  Uncaught Error: Unexpected server response: 404
    ...
    
    1135:  at Socket.socketOnData (node:_http_client:558:22)
    1136:  at Socket.emit (node:events:524:28)
    1137:  at addChunk (node:internal/streams/readable:561:12)
    1138:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1139:  at Readable.push (node:internal/streams/readable:392:5)
    1140:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1141:  48) Script commands
    1142:  can remove preload script:
    1143:  Uncaught Error: Unexpected server response: 404
    ...
    
    1148:  at Socket.socketOnData (node:_http_client:558:22)
    1149:  at Socket.emit (node:events:524:28)
    1150:  at addChunk (node:internal/streams/readable:561:12)
    1151:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1152:  at Readable.push (node:internal/streams/readable:392:5)
    1153:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1154:  49) Script events
    1155:  can listen to channel message:
    1156:  Uncaught Error: Unexpected server response: 404
    ...
    
    1161:  at Socket.socketOnData (node:_http_client:558:22)
    1162:  at Socket.emit (node:events:524:28)
    1163:  at addChunk (node:internal/streams/readable:561:12)
    1164:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1165:  at Readable.push (node:internal/streams/readable:392:5)
    1166:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1167:  50) Script events
    1168:  can listen to realm created message:
    1169:  Uncaught Error: Unexpected server response: 404
    ...
    
    1174:  at Socket.socketOnData (node:_http_client:558:22)
    1175:  at Socket.emit (node:events:524:28)
    1176:  at addChunk (node:internal/streams/readable:561:12)
    1177:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1178:  at Readable.push (node:internal/streams/readable:392:5)
    1179:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1180:  51) BiDi Logging
    1181:  can remove console log handler:
    1182:  Uncaught Error: Unexpected server response: 404
    ...
    
    1186:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    1187:  at Socket.socketOnData (node:_http_client:558:22)
    1188:  at Socket.emit (node:events:524:28)
    1189:  at addChunk (node:internal/streams/readable:561:12)
    1190:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1191:  at Readable.push (node:internal/streams/readable:392:5)
    1192:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1193:  52) BiDi Logging
    1194:  can remove to javascript error handler:
    1195:  Uncaught Error: Unexpected server response: 404
    ...
    
    1200:  at Socket.socketOnData (node:_http_client:558:22)
    1201:  at Socket.emit (node:events:524:28)
    1202:  at addChunk (node:internal/streams/readable:561:12)
    1203:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1204:  at Readable.push (node:internal/streams/readable:392:5)
    1205:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1206:  53) BiDi Script
    1207:  can pin script:
    1208:  Uncaught Error: Unexpected server response: 404
    ...
    
    1213:  at Socket.socketOnData (node:_http_client:558:22)
    1214:  at Socket.emit (node:events:524:28)
    1215:  at addChunk (node:internal/streams/readable:561:12)
    1216:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1217:  at Readable.push (node:internal/streams/readable:392:5)
    1218:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1219:  54) BiDi Script
    1220:  can unpin script:
    1221:  Uncaught Error: Unexpected server response: 404
    ...
    
    1226:  at Socket.socketOnData (node:_http_client:558:22)
    1227:  at Socket.emit (node:events:524:28)
    1228:  at addChunk (node:internal/streams/readable:561:12)
    1229:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1230:  at Readable.push (node:internal/streams/readable:392:5)
    1231:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1232:  55) Should be able to Test Command line arguments
    1233:  headless:
    1234:  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)
    1235:  at listOnTimeout (node:internal/timers:594:17)
    1236:  at process.processTimers (node:internal/timers:529:7)
    1237:  56) Service Test
    1238:  Set Driver Location:
    1239:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:56689/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\132.0.6834.83\chromedriver.exe
    1240:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    1241:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1242:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
    ...
    
    1277:  ✔ Scroll to the element (172ms)
    1278:  Actions API - Wheel Tests
    1279:  ✔ Scroll to element (234ms)
    1280:  ✔ Scroll by given amount (585ms)
    1281:  ✔ Scroll from an element by a given amount (605ms)
    1282:  ✔ Scroll from an element with an offset (625ms)
    1283:  ✔ Scroll from an offset of origin (element) by given amount (1075ms)
    1284:  Integration Tests
    1285:  2) test navigate and listen to errors
    ...
    
    1311:  - can locate node with none ownership value
    1312:  - can locate node with root ownership value
    1313:  - can locate node with given start nodes
    1314:  - can locate nodes in a given sandbox
    1315:  - can find element
    1316:  - can find elements
    1317:  Log Inspector
    1318:  15) test listen to console log
    1319:  16) test listen to javascript error log
    ...
    
    1360:  49) can remove preload script
    1361:  Script events
    1362:  50) can listen to channel message
    1363:  51) can listen to realm created message
    1364:  - can listen to realm destroyed message
    1365:  BiDi Logging
    1366:  52) can listen to console log
    1367:  53) can remove console log handler
    1368:  54) can listen to javascript error
    1369:  ✔ can remove to javascript error handler (5867ms)
    ...
    
    1531:  ✔ Create and add non residential key
    1532:  ✔ Get credential
    1533:  ✔ Remove all credentials
    1534:  ✔ Set is user verified
    1535:  Virtual authenticator options
    1536:  ✔ Virtual options
    1537:  ✔ User verified
    1538:  Waits
    1539:  ✔ fail (1337ms)
    1540:  ✔ sleep (2111ms)
    1541:  ✔ implicit (1129ms)
    1542:  ✔ explicit (1464ms)
    1543:  97 passing (15m)
    1544:  20 pending
    1545:  57 failing
    1546:  1) Mouse move by offset
    1547:  From element:
    1548:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    1549:  false !== true
    1550:  + expected - actual
    1551:  -false
    1552:  +true
    1553:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    1554:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1555:  2) Integration Tests
    1556:  test navigate and listen to errors:
    1557:  Uncaught Error: Unexpected server response: 404
    ...
    
    1562:  at Socket.socketOnData (node:_http_client:558:22)
    1563:  at Socket.emit (node:events:524:28)
    1564:  at addChunk (node:internal/streams/readable:561:12)
    1565:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1566:  at Readable.push (node:internal/streams/readable:392:5)
    1567:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1568:  3) Browsing Context
    1569:  "after each" hook for "test create a browsing context for given id":
    1570:  Uncaught Error: Unexpected server response: 404
    ...
    
    1575:  at Socket.socketOnData (node:_http_client:558:22)
    1576:  at Socket.emit (node:events:524:28)
    1577:  at addChunk (node:internal/streams/readable:561:12)
    1578:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1579:  at Readable.push (node:internal/streams/readable:392:5)
    1580:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1581:  4) Browsing Context
    1582:  "after each" hook for "test create a browsing context for given id":
    1583:  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
    1584:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1585:  5) Browsing Context Inspector
    1586:  can listen to window browsing context created event:
    1587:  Uncaught Error: Unexpected server response: 404
    ...
    
    1592:  at Socket.socketOnData (node:_http_client:558:22)
    1593:  at Socket.emit (node:events:524:28)
    1594:  at addChunk (node:internal/streams/readable:561:12)
    1595:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1596:  at Readable.push (node:internal/streams/readable:392:5)
    1597:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1598:  6) Browsing Context Inspector
    1599:  can listen to tab browsing context created event:
    1600:  Uncaught Error: Unexpected server response: 404
    ...
    
    1605:  at Socket.socketOnData (node:_http_client:558:22)
    1606:  at Socket.emit (node:events:524:28)
    1607:  at addChunk (node:internal/streams/readable:561:12)
    1608:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1609:  at Readable.push (node:internal/streams/readable:392:5)
    1610:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1611:  7) Browsing Context Inspector
    1612:  can listen to dom content loaded event:
    1613:  Uncaught Error: Unexpected server response: 404
    ...
    
    1618:  at Socket.socketOnData (node:_http_client:558:22)
    1619:  at Socket.emit (node:events:524:28)
    1620:  at addChunk (node:internal/streams/readable:561:12)
    1621:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1622:  at Readable.push (node:internal/streams/readable:392:5)
    1623:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1624:  8) Browsing Context Inspector
    1625:  can listen to browsing context loaded event:
    1626:  Uncaught Error: Unexpected server response: 404
    ...
    
    1631:  at Socket.socketOnData (node:_http_client:558:22)
    1632:  at Socket.emit (node:events:524:28)
    1633:  at addChunk (node:internal/streams/readable:561:12)
    1634:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1635:  at Readable.push (node:internal/streams/readable:392:5)
    1636:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1637:  9) Browsing Context Inspector
    1638:  can listen to fragment navigated event:
    1639:  Uncaught Error: Unexpected server response: 404
    ...
    
    1644:  at Socket.socketOnData (node:_http_client:558:22)
    1645:  at Socket.emit (node:events:524:28)
    1646:  at addChunk (node:internal/streams/readable:561:12)
    1647:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1648:  at Readable.push (node:internal/streams/readable:392:5)
    1649:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1650:  10) Browsing Context Inspector
    1651:  can listen to browsing context destroyed event:
    1652:  Uncaught Error: Unexpected server response: 404
    ...
    
    1657:  at Socket.socketOnData (node:_http_client:558:22)
    1658:  at Socket.emit (node:events:524:28)
    1659:  at addChunk (node:internal/streams/readable:561:12)
    1660:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1661:  at Readable.push (node:internal/streams/readable:392:5)
    1662:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1663:  11) Input module
    1664:  can perform input action:
    1665:  Uncaught Error: Unexpected server response: 404
    ...
    
    1670:  at Socket.socketOnData (node:_http_client:558:22)
    1671:  at Socket.emit (node:events:524:28)
    1672:  at addChunk (node:internal/streams/readable:561:12)
    1673:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1674:  at Readable.push (node:internal/streams/readable:392:5)
    1675:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1676:  12) Input module
    1677:  can perform input action:
    1678:  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:60695
    1679:  at ClientRequest.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\http\index.js:293:15)
    1680:  at ClientRequest.emit (node:events:524:28)
    1681:  at emitErrorEvent (node:_http_client:104:11)
    1682:  at Socket.socketErrorListener (node:_http_client:518:5)
    1683:  at Socket.emit (node:events:524:28)
    1684:  at emitErrorNT (node:internal/streams/destroy:170:8)
    1685:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    1686:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    1687:  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:60695
    1688:  at ClientRequest.<anonymous> (node_modules\selenium-webdriver\http\index.js:293:15)
    1689:  at ClientRequest.emit (node:events:524:28)
    1690:  at emitErrorEvent (node:_http_client:104:11)
    1691:  at Socket.socketErrorListener (node:_http_client:518:5)
    1692:  at Socket.emit (node:events:524:28)
    1693:  at emitErrorNT (node:internal/streams/destroy:170:8)
    1694:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    1695:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    1696:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1697:  13) Input module
    1698:  can execute release in browsing context:
    1699:  Uncaught Error: Unexpected server response: 404
    ...
    
    1704:  at Socket.socketOnData (node:_http_client:558:22)
    1705:  at Socket.emit (node:events:524:28)
    1706:  at addChunk (node:internal/streams/readable:561:12)
    1707:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1708:  at Readable.push (node:internal/streams/readable:392:5)
    1709:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1710:  14) Input module
    1711:  can execute release in browsing context:
    1712:  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:60758
    1713:  at ClientRequest.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\http\index.js:293:15)
    1714:  at ClientRequest.emit (node:events:524:28)
    1715:  at emitErrorEvent (node:_http_client:104:11)
    1716:  at Socket.socketErrorListener (node:_http_client:518:5)
    1717:  at Socket.emit (node:events:524:28)
    1718:  at emitErrorNT (node:internal/streams/destroy:170:8)
    1719:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    1720:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    1721:  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:60758
    1722:  at ClientRequest.<anonymous> (node_modules\selenium-webdriver\http\index.js:293:15)
    1723:  at ClientRequest.emit (node:events:524:28)
    1724:  at emitErrorEvent (node:_http_client:104:11)
    1725:  at Socket.socketErrorListener (node:_http_client:518:5)
    1726:  at Socket.emit (node:events:524:28)
    1727:  at emitErrorNT (node:internal/streams/destroy:170:8)
    1728:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    1729:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    1730:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1731:  15) Log Inspector
    1732:  test listen to console log:
    1733:  Uncaught Error: Unexpected server response: 404
    ...
    
    1737:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    1738:  at Socket.socketOnData (node:_http_client:558:22)
    1739:  at Socket.emit (node:events:524:28)
    1740:  at addChunk (node:internal/streams/readable:561:12)
    1741:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1742:  at Readable.push (node:internal/streams/readable:392:5)
    1743:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1744:  16) Log Inspector
    1745:  test listen to javascript error log:
    1746:  Uncaught Error: Unexpected server response: 404
    ...
    
    1751:  at Socket.socketOnData (node:_http_client:558:22)
    1752:  at Socket.emit (node:events:524:28)
    1753:  at addChunk (node:internal/streams/readable:561:12)
    1754:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1755:  at Readable.push (node:internal/streams/readable:392:5)
    1756:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1757:  17) Log Inspector
    1758:  test retrieve stack trace for a log:
    1759:  Uncaught Error: Unexpected server response: 404
    ...
    
    1764:  at Socket.socketOnData (node:_http_client:558:22)
    1765:  at Socket.emit (node:events:524:28)
    1766:  at addChunk (node:internal/streams/readable:561:12)
    1767:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1768:  at Readable.push (node:internal/streams/readable:392:5)
    1769:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1770:  18) Log Inspector
    1771:  test listen to logs with multiple consumers:
    1772:  Uncaught Error: Unexpected server response: 404
    ...
    
    1777:  at Socket.socketOnData (node:_http_client:558:22)
    1778:  at Socket.emit (node:events:524:28)
    1779:  at addChunk (node:internal/streams/readable:561:12)
    1780:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1781:  at Readable.push (node:internal/streams/readable:392:5)
    1782:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1783:  19) Network events
    1784:  can listen to event before request is sent:
    1785:  Uncaught Error: Unexpected server response: 404
    ...
    
    1790:  at Socket.socketOnData (node:_http_client:558:22)
    1791:  at Socket.emit (node:events:524:28)
    1792:  at addChunk (node:internal/streams/readable:561:12)
    1793:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1794:  at Readable.push (node:internal/streams/readable:392:5)
    1795:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1796:  20) Network events
    1797:  can request cookies:
    1798:  Uncaught Error: Unexpected server response: 404
    ...
    
    1803:  at Socket.socketOnData (node:_http_client:558:22)
    1804:  at Socket.emit (node:events:524:28)
    1805:  at addChunk (node:internal/streams/readable:561:12)
    1806:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1807:  at Readable.push (node:internal/streams/readable:392:5)
    1808:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1809:  21) Network events
    1810:  can redirect http equiv:
    1811:  Uncaught Error: Unexpected server response: 404
    ...
    
    1816:  at Socket.socketOnData (node:_http_client:558:22)
    1817:  at Socket.emit (node:events:524:28)
    1818:  at addChunk (node:internal/streams/readable:561:12)
    1819:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1820:  at Readable.push (node:internal/streams/readable:392:5)
    1821:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1822:  22) Network events
    1823:  can subscribe to response started:
    1824:  Uncaught Error: Unexpected server response: 404
    ...
    
    1829:  at Socket.socketOnData (node:_http_client:558:22)
    1830:  at Socket.emit (node:events:524:28)
    1831:  at addChunk (node:internal/streams/readable:561:12)
    1832:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1833:  at Readable.push (node:internal/streams/readable:392:5)
    1834:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1835:  23) Network events
    1836:  can subscribe to response completed:
    1837:  Uncaught Error: Unexpected server response: 404
    ...
    
    1842:  at Socket.socketOnData (node:_http_client:558:22)
    1843:  at Socket.emit (node:events:524:28)
    1844:  at addChunk (node:internal/streams/readable:561:12)
    1845:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1846:  at Readable.push (node:internal/streams/readable:392:5)
    1847:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1848:  24) Script commands
    1849:  can call function:
    1850:  Uncaught Error: Unexpected server response: 404
    ...
    
    1855:  at Socket.socketOnData (node:_http_client:558:22)
    1856:  at Socket.emit (node:events:524:28)
    1857:  at addChunk (node:internal/streams/readable:561:12)
    1858:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1859:  at Readable.push (node:internal/streams/readable:392:5)
    1860:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1861:  25) Script commands
    1862:  can call function with declaration:
    1863:  Uncaught Error: Unexpected server response: 404
    ...
    
    1868:  at Socket.socketOnData (node:_http_client:558:22)
    1869:  at Socket.emit (node:events:524:28)
    1870:  at addChunk (node:internal/streams/readable:561:12)
    1871:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1872:  at Readable.push (node:internal/streams/readable:392:5)
    1873:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1874:  26) Script commands
    1875:  can call function to get element:
    1876:  Uncaught Error: Unexpected server response: 404
    ...
    
    1881:  at Socket.socketOnData (node:_http_client:558:22)
    1882:  at Socket.emit (node:events:524:28)
    1883:  at addChunk (node:internal/streams/readable:561:12)
    1884:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1885:  at Readable.push (node:internal/streams/readable:392:5)
    1886:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1887:  27) Script commands
    1888:  can call function with arguments:
    1889:  Uncaught Error: Unexpected server response: 404
    ...
    
    1894:  at Socket.socketOnData (node:_http_client:558:22)
    1895:  at Socket.emit (node:events:524:28)
    1896:  at addChunk (node:internal/streams/readable:561:12)
    1897:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1898:  at Readable.push (node:internal/streams/readable:392:5)
    1899:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1900:  28) Script commands
    1901:  can call function with await promise:
    1902:  Uncaught Error: Unexpected server response: 404
    ...
    
    1907:  at Socket.socketOnData (node:_http_client:558:22)
    1908:  at Socket.emit (node:events:524:28)
    1909:  at addChunk (node:internal/streams/readable:561:12)
    1910:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1911:  at Readable.push (node:internal/streams/readable:392:5)
    1912:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1913:  29) Script commands
    1914:  can call function with await promise false:
    1915:  Uncaught Error: Unexpected server response: 404
    ...
    
    1920:  at Socket.socketOnData (node:_http_client:558:22)
    1921:  at Socket.emit (node:events:524:28)
    1922:  at addChunk (node:internal/streams/readable:561:12)
    1923:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1924:  at Readable.push (node:internal/streams/readable:392:5)
    1925:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1926:  30) Script commands
    1927:  can call function with this parameter:
    1928:  Uncaught Error: Unexpected server response: 404
    ...
    
    1933:  at Socket.socketOnData (node:_http_client:558:22)
    1934:  at Socket.emit (node:events:524:28)
    1935:  at addChunk (node:internal/streams/readable:561:12)
    1936:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1937:  at Readable.push (node:internal/streams/readable:392:5)
    1938:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1939:  31) Script commands
    1940:  can call function with ownership root:
    1941:  Uncaught Error: Unexpected server response: 404
    ...
    
    1946:  at Socket.socketOnData (node:_http_client:558:22)
    1947:  at Socket.emit (node:events:524:28)
    1948:  at addChunk (node:internal/streams/readable:561:12)
    1949:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1950:  at Readable.push (node:internal/streams/readable:392:5)
    1951:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1952:  32) Script commands
    1953:  can call function with ownership none:
    1954:  Uncaught Error: Unexpected server response: 404
    ...
    
    1959:  at Socket.socketOnData (node:_http_client:558:22)
    1960:  at Socket.emit (node:events:524:28)
    1961:  at addChunk (node:internal/streams/readable:561:12)
    1962:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1963:  at Readable.push (node:internal/streams/readable:392:5)
    1964:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1965:  33) Script commands
    1966:  can call function that throws exception:
    1967:  Uncaught Error: Unexpected server response: 404
    ...
    
    1972:  at Socket.socketOnData (node:_http_client:558:22)
    1973:  at Socket.emit (node:events:524:28)
    1974:  at addChunk (node:internal/streams/readable:561:12)
    1975:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1976:  at Readable.push (node:internal/streams/readable:392:5)
    1977:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1978:  34) Script commands
    1979:  can call function in a sandbox:
    1980:  Uncaught Error: Unexpected server response: 404
    ...
    
    1985:  at Socket.socketOnData (node:_http_client:558:22)
    1986:  at Socket.emit (node:events:524:28)
    1987:  at addChunk (node:internal/streams/readable:561:12)
    1988:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1989:  at Readable.push (node:internal/streams/readable:392:5)
    1990:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1991:  35) Script commands
    1992:  can call function in a realm:
    1993:  Uncaught Error: Unexpected server response: 404
    ...
    
    1998:  at Socket.socketOnData (node:_http_client:558:22)
    1999:  at Socket.emit (node:events:524:28)
    2000:  at addChunk (node:internal/streams/readable:561:12)
    2001:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2002:  at Readable.push (node:internal/streams/readable:392:5)
    2003:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2004:  36) Script commands
    2005:  can evaluate script:
    2006:  Uncaught Error: Unexpected server response: 404
    ...
    
    2011:  at Socket.socketOnData (node:_http_client:558:22)
    2012:  at Socket.emit (node:events:524:28)
    2013:  at addChunk (node:internal/streams/readable:561:12)
    2014:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2015:  at Readable.push (node:internal/streams/readable:392:5)
    2016:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2017:  37) Script commands
    2018:  can evaluate script that throws exception:
    2019:  Uncaught Error: Unexpected server response: 404
    ...
    
    2024:  at Socket.socketOnData (node:_http_client:558:22)
    2025:  at Socket.emit (node:events:524:28)
    2026:  at addChunk (node:internal/streams/readable:561:12)
    2027:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2028:  at Readable.push (node:internal/streams/readable:392:5)
    2029:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2030:  38) Script commands
    2031:  can evaluate script with result ownership:
    2032:  Uncaught Error: Unexpected server response: 404
    ...
    
    2037:  at Socket.socketOnData (node:_http_client:558:22)
    2038:  at Socket.emit (node:events:524:28)
    2039:  at addChunk (node:internal/streams/readable:561:12)
    2040:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2041:  at Readable.push (node:internal/streams/readable:392:5)
    2042:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2043:  39) Script commands
    2044:  can evaluate in a sandbox:
    2045:  Uncaught Error: Unexpected server response: 404
    ...
    
    2050:  at Socket.socketOnData (node:_http_client:558:22)
    2051:  at Socket.emit (node:events:524:28)
    2052:  at addChunk (node:internal/streams/readable:561:12)
    2053:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2054:  at Readable.push (node:internal/streams/readable:392:5)
    2055:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2056:  40) Script commands
    2057:  can evaluate in a realm:
    2058:  Uncaught Error: Unexpected server response: 404
    ...
    
    2063:  at Socket.socketOnData (node:_http_client:558:22)
    2064:  at Socket.emit (node:events:524:28)
    2065:  at addChunk (node:internal/streams/readable:561:12)
    2066:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2067:  at Readable.push (node:internal/streams/readable:392:5)
    2068:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2069:  41) Script commands
    2070:  can disown handles:
    2071:  Uncaught Error: Unexpected server response: 404
    ...
    
    2076:  at Socket.socketOnData (node:_http_client:558:22)
    2077:  at Socket.emit (node:events:524:28)
    2078:  at addChunk (node:internal/streams/readable:561:12)
    2079:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2080:  at Readable.push (node:internal/streams/readable:392:5)
    2081:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2082:  42) Script commands
    2083:  can disown handles in realm:
    2084:  Uncaught Error: Unexpected server response: 404
    ...
    
    2089:  at Socket.socketOnData (node:_http_client:558:22)
    2090:  at Socket.emit (node:events:524:28)
    2091:  at addChunk (node:internal/streams/readable:561:12)
    2092:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2093:  at Readable.push (node:internal/streams/readable:392:5)
    2094:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2095:  43) Script commands
    2096:  can get all realms:
    2097:  Uncaught Error: Unexpected server response: 404
    ...
    
    2102:  at Socket.socketOnData (node:_http_client:558:22)
    2103:  at Socket.emit (node:events:524:28)
    2104:  at addChunk (node:internal/streams/readable:561:12)
    2105:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2106:  at Readable.push (node:internal/streams/readable:392:5)
    2107:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2108:  44) Script commands
    2109:  can get realm by type:
    2110:  Uncaught Error: Unexpected server response: 404
    ...
    
    2115:  at Socket.socketOnData (node:_http_client:558:22)
    2116:  at Socket.emit (node:events:524:28)
    2117:  at addChunk (node:internal/streams/readable:561:12)
    2118:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2119:  at Readable.push (node:internal/streams/readable:392:5)
    2120:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2121:  45) Script commands
    2122:  can get realm in browsing context:
    2123:  Uncaught Error: Unexpected server response: 404
    ...
    
    2128:  at Socket.socketOnData (node:_http_client:558:22)
    2129:  at Socket.emit (node:events:524:28)
    2130:  at addChunk (node:internal/streams/readable:561:12)
    2131:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2132:  at Readable.push (node:internal/streams/readable:392:5)
    2133:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2134:  46) Script commands
    2135:  can get realm in browsing context by type:
    2136:  Uncaught Error: Unexpected server response: 404
    ...
    
    2141:  at Socket.socketOnData (node:_http_client:558:22)
    2142:  at Socket.emit (node:events:524:28)
    2143:  at addChunk (node:internal/streams/readable:561:12)
    2144:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2145:  at Readable.push (node:internal/streams/readable:392:5)
    2146:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2147:  47) Script commands
    2148:  can add preload script:
    2149:  Uncaught Error: Unexpected server response: 404
    ...
    
    2154:  at Socket.socketOnData (node:_http_client:558:22)
    2155:  at Socket.emit (node:events:524:28)
    2156:  at addChunk (node:internal/streams/readable:561:12)
    2157:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2158:  at Readable.push (node:internal/streams/readable:392:5)
    2159:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2160:  48) Script commands
    2161:  can add preload script to sandbox:
    2162:  Uncaught Error: Unexpected server response: 404
    ...
    
    2167:  at Socket.socketOnData (node:_http_client:558:22)
    2168:  at Socket.emit (node:events:524:28)
    2169:  at addChunk (node:internal/streams/readable:561:12)
    2170:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2171:  at Readable.push (node:internal/streams/readable:392:5)
    2172:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2173:  49) Script commands
    2174:  can remove preload script:
    2175:  Uncaught Error: Unexpected server response: 404
    ...
    
    2180:  at Socket.socketOnData (node:_http_client:558:22)
    2181:  at Socket.emit (node:events:524:28)
    2182:  at addChunk (node:internal/streams/readable:561:12)
    2183:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2184:  at Readable.push (node:internal/streams/readable:392:5)
    2185:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2186:  50) Script events
    2187:  can listen to channel message:
    2188:  Uncaught Error: Unexpected server response: 404
    ...
    
    2193:  at Socket.socketOnData (node:_http_client:558:22)
    2194:  at Socket.emit (node:events:524:28)
    2195:  at addChunk (node:internal/streams/readable:561:12)
    2196:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2197:  at Readable.push (node:internal/streams/readable:392:5)
    2198:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2199:  51) Script events
    2200:  can listen to realm created message:
    2201:  Uncaught Error: Unexpected server response: 404
    ...
    
    2206:  at Socket.socketOnData (node:_http_client:558:22)
    2207:  at Socket.emit (node:events:524:28)
    2208:  at addChunk (node:internal/streams/readable:561:12)
    2209:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2210:  at Readable.push (node:internal/streams/readable:392:5)
    2211:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2212:  52) BiDi Logging
    2213:  can listen to console log:
    2214:  Uncaught Error: Unexpected server response: 404
    ...
    
    2219:  at Socket.socketOnData (node:_http_client:558:22)
    2220:  at Socket.emit (node:events:524:28)
    2221:  at addChunk (node:internal/streams/readable:561:12)
    2222:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2223:  at Readable.push (node:internal/streams/readable:392:5)
    2224:  at TCP.onStream...

    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.

    0 participants