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 #2091

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

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

Release Notes

mochajs/mocha (mocha)

v11.0.1

Compare Source

🌟 Features
📚 Documentation

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • adapt new engine range for Mocha 11 (#​5216)
🌟 Features
🩹 Fixes
📚 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 Dec 2, 2024

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit 73a1591
🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/674de9cf48ae010008e24b2a
😎 Deploy Preview https://deploy-preview-2091--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 Dec 2, 2024

CI Failure Feedback 🧐

(Checks updated until commit 73a1591)

Action: tests (windows, stable)

Failed stage: Run tests [❌]

Failed test name: test navigate and listen to errors

Failure summary:

The action failed due to multiple test failures, primarily caused by:

  • Uncaught Error: Unexpected server response: 404, indicating that the server returned a 404 error for
    many tests, suggesting that the server endpoint being tested might be incorrect or unavailable.
  • Error: Timed out waiting for the WebDriver server, indicating that the WebDriver server did not
    respond in time, possibly due to configuration issues or server unavailability.
  • AssertionError in some tests, indicating that the expected and actual values did not match,
    suggesting potential issues in the test logic or the application behavior.

  • 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 (744ms)
    269:  Actions API - Wheel Tests
    270:  ✔ Scroll to element (961ms)
    271:  ✔ Scroll by given amount (598ms)
    272:  ✔ Scroll from an element by a given amount (589ms)
    273:  ✔ Scroll from an element with an offset (595ms)
    274:  ✔ Scroll from an offset of origin (element) by given amount (1075ms)
    275:  Integration Tests
    276:  1) 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:  14) test listen to console log
    310:  15) test listen to javascript error log
    ...
    
    351:  47) can remove preload script
    352:  Script events
    353:  48) can listen to channel message
    354:  49) can listen to realm created message
    355:  - can listen to realm destroyed message
    356:  BiDi Logging
    357:  50) can listen to console log
    358:  51) can remove console log handler
    359:  ✔ can listen to javascript error (6680ms)
    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 (1368ms)
    531:  ✔ sleep (2171ms)
    532:  ✔ implicit (1108ms)
    533:  ✔ explicit (1417ms)
    534:  99 passing (20m)
    535:  20 pending
    536:  55 failing
    537:  1) Integration Tests
    538:  test navigate and listen to errors:
    539:  Uncaught Error: Unexpected server response: 404
    ...
    
    544:  at Socket.socketOnData (node:_http_client:541:22)
    545:  at Socket.emit (node:events:517:28)
    546:  at addChunk (node:internal/streams/readable:368:12)
    547:  at readableAddChunk (node:internal/streams/readable:341:9)
    548:  at Readable.push (node:internal/streams/readable:278:10)
    549:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    550:  2) Browsing Context
    551:  "after each" hook for "test create a browsing context for given id":
    552:  Uncaught Error: Unexpected server response: 404
    ...
    
    557:  at Socket.socketOnData (node:_http_client:541:22)
    558:  at Socket.emit (node:events:517:28)
    559:  at addChunk (node:internal/streams/readable:368:12)
    560:  at readableAddChunk (node:internal/streams/readable:341:9)
    561:  at Readable.push (node:internal/streams/readable:278:10)
    562:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    563:  3) Browsing Context
    564:  "after each" hook for "test create a browsing context for given id":
    565:  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
    566:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    567:  4) Browsing Context Inspector
    568:  can listen to window browsing context created event:
    569:  Uncaught Error: Unexpected server response: 404
    ...
    
    574:  at Socket.socketOnData (node:_http_client:541:22)
    575:  at Socket.emit (node:events:517:28)
    576:  at addChunk (node:internal/streams/readable:368:12)
    577:  at readableAddChunk (node:internal/streams/readable:341:9)
    578:  at Readable.push (node:internal/streams/readable:278:10)
    579:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    580:  5) Browsing Context Inspector
    581:  can listen to tab browsing context created event:
    582:  Uncaught Error: Unexpected server response: 404
    ...
    
    587:  at Socket.socketOnData (node:_http_client:541:22)
    588:  at Socket.emit (node:events:517:28)
    589:  at addChunk (node:internal/streams/readable:368:12)
    590:  at readableAddChunk (node:internal/streams/readable:341:9)
    591:  at Readable.push (node:internal/streams/readable:278:10)
    592:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    593:  6) Browsing Context Inspector
    594:  can listen to dom content loaded event:
    595:  Uncaught Error: Unexpected server response: 404
    ...
    
    600:  at Socket.socketOnData (node:_http_client:541:22)
    601:  at Socket.emit (node:events:517:28)
    602:  at addChunk (node:internal/streams/readable:368:12)
    603:  at readableAddChunk (node:internal/streams/readable:341:9)
    604:  at Readable.push (node:internal/streams/readable:278:10)
    605:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    606:  7) Browsing Context Inspector
    607:  can listen to browsing context loaded event:
    608:  Uncaught Error: Unexpected server response: 404
    ...
    
    613:  at Socket.socketOnData (node:_http_client:541:22)
    614:  at Socket.emit (node:events:517:28)
    615:  at addChunk (node:internal/streams/readable:368:12)
    616:  at readableAddChunk (node:internal/streams/readable:341:9)
    617:  at Readable.push (node:internal/streams/readable:278:10)
    618:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    619:  8) Browsing Context Inspector
    620:  can listen to fragment navigated event:
    621:  Uncaught Error: Unexpected server response: 404
    ...
    
    626:  at Socket.socketOnData (node:_http_client:541:22)
    627:  at Socket.emit (node:events:517:28)
    628:  at addChunk (node:internal/streams/readable:368:12)
    629:  at readableAddChunk (node:internal/streams/readable:341:9)
    630:  at Readable.push (node:internal/streams/readable:278:10)
    631:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    632:  9) Browsing Context Inspector
    633:  can listen to browsing context destroyed event:
    634:  Uncaught Error: Unexpected server response: 404
    ...
    
    639:  at Socket.socketOnData (node:_http_client:541:22)
    640:  at Socket.emit (node:events:517:28)
    641:  at addChunk (node:internal/streams/readable:368:12)
    642:  at readableAddChunk (node:internal/streams/readable:341:9)
    643:  at Readable.push (node:internal/streams/readable:278:10)
    644:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    645:  10) Input module
    646:  can perform input action:
    647:  Uncaught Error: Unexpected server response: 404
    ...
    
    652:  at Socket.socketOnData (node:_http_client:541:22)
    653:  at Socket.emit (node:events:517:28)
    654:  at addChunk (node:internal/streams/readable:368:12)
    655:  at readableAddChunk (node:internal/streams/readable:341:9)
    656:  at Readable.push (node:internal/streams/readable:278:10)
    657:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    658:  11) Input module
    659:  can perform input action:
    660:  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
    661:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    662:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    663:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    664:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    665:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    666:  at async thenableWebDriverProxy.findElements (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    667:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    668:  remoteStacktrace: ''
    669:  }
    670:  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
    671:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    675:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    676:  at async thenableWebDriverProxy.findElements (node_modules\selenium-webdriver\lib\webdriver.js:1072: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:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    681:  12) Input module
    682:  can execute release in browsing context:
    683:  Uncaught Error: Unexpected server response: 404
    ...
    
    688:  at Socket.socketOnData (node:_http_client:541:22)
    689:  at Socket.emit (node:events:517:28)
    690:  at addChunk (node:internal/streams/readable:368:12)
    691:  at readableAddChunk (node:internal/streams/readable:341:9)
    692:  at Readable.push (node:internal/streams/readable:278:10)
    693:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    694:  13) Input module
    695:  can execute release in browsing context:
    696:  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
    697:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    698:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    699:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    700:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    701:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    702:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    703:  remoteStacktrace: ''
    704:  }
    705:  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
    706:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    709:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    710:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    711:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    712:  remoteStacktrace: ''
    713:  }
    714:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    715:  14) Log Inspector
    716:  test listen to console log:
    717:  Uncaught Error: Unexpected server response: 404
    ...
    
    721:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    722:  at Socket.socketOnData (node:_http_client:541:22)
    723:  at Socket.emit (node:events:517:28)
    724:  at addChunk (node:internal/streams/readable:368:12)
    725:  at readableAddChunk (node:internal/streams/readable:341:9)
    726:  at Readable.push (node:internal/streams/readable:278:10)
    727:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    728:  15) Log Inspector
    729:  test listen to javascript error log:
    730:  Uncaught Error: Unexpected server response: 404
    ...
    
    735:  at Socket.socketOnData (node:_http_client:541:22)
    736:  at Socket.emit (node:events:517:28)
    737:  at addChunk (node:internal/streams/readable:368:12)
    738:  at readableAddChunk (node:internal/streams/readable:341:9)
    739:  at Readable.push (node:internal/streams/readable:278:10)
    740:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    741:  16) Log Inspector
    742:  test retrieve stack trace for a log:
    743:  Uncaught Error: Unexpected server response: 404
    ...
    
    748:  at Socket.socketOnData (node:_http_client:541:22)
    749:  at Socket.emit (node:events:517:28)
    750:  at addChunk (node:internal/streams/readable:368:12)
    751:  at readableAddChunk (node:internal/streams/readable:341:9)
    752:  at Readable.push (node:internal/streams/readable:278:10)
    753:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    754:  17) Log Inspector
    755:  test listen to logs with multiple consumers:
    756:  Uncaught Error: Unexpected server response: 404
    ...
    
    761:  at Socket.socketOnData (node:_http_client:541:22)
    762:  at Socket.emit (node:events:517:28)
    763:  at addChunk (node:internal/streams/readable:368:12)
    764:  at readableAddChunk (node:internal/streams/readable:341:9)
    765:  at Readable.push (node:internal/streams/readable:278:10)
    766:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    767:  18) Network events
    768:  can listen to event before request is sent:
    769:  Uncaught Error: Unexpected server response: 404
    ...
    
    774:  at Socket.socketOnData (node:_http_client:541:22)
    775:  at Socket.emit (node:events:517:28)
    776:  at addChunk (node:internal/streams/readable:368:12)
    777:  at readableAddChunk (node:internal/streams/readable:341:9)
    778:  at Readable.push (node:internal/streams/readable:278:10)
    779:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    780:  19) Network events
    781:  can request cookies:
    782:  Uncaught Error: Unexpected server response: 404
    ...
    
    787:  at Socket.socketOnData (node:_http_client:541:22)
    788:  at Socket.emit (node:events:517:28)
    789:  at addChunk (node:internal/streams/readable:368:12)
    790:  at readableAddChunk (node:internal/streams/readable:341:9)
    791:  at Readable.push (node:internal/streams/readable:278:10)
    792:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    793:  20) Network events
    794:  can redirect http equiv:
    795:  Uncaught Error: Unexpected server response: 404
    ...
    
    800:  at Socket.socketOnData (node:_http_client:541:22)
    801:  at Socket.emit (node:events:517:28)
    802:  at addChunk (node:internal/streams/readable:368:12)
    803:  at readableAddChunk (node:internal/streams/readable:341:9)
    804:  at Readable.push (node:internal/streams/readable:278:10)
    805:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    806:  21) Network events
    807:  can subscribe to response started:
    808:  Uncaught Error: Unexpected server response: 404
    ...
    
    813:  at Socket.socketOnData (node:_http_client:541:22)
    814:  at Socket.emit (node:events:517:28)
    815:  at addChunk (node:internal/streams/readable:368:12)
    816:  at readableAddChunk (node:internal/streams/readable:341:9)
    817:  at Readable.push (node:internal/streams/readable:278:10)
    818:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    819:  22) Network events
    820:  can subscribe to response completed:
    821:  Uncaught Error: Unexpected server response: 404
    ...
    
    826:  at Socket.socketOnData (node:_http_client:541:22)
    827:  at Socket.emit (node:events:517:28)
    828:  at addChunk (node:internal/streams/readable:368:12)
    829:  at readableAddChunk (node:internal/streams/readable:341:9)
    830:  at Readable.push (node:internal/streams/readable:278:10)
    831:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    832:  23) Script commands
    833:  can call function:
    834:  Uncaught Error: Unexpected server response: 404
    ...
    
    839:  at Socket.socketOnData (node:_http_client:541:22)
    840:  at Socket.emit (node:events:517:28)
    841:  at addChunk (node:internal/streams/readable:368:12)
    842:  at readableAddChunk (node:internal/streams/readable:341:9)
    843:  at Readable.push (node:internal/streams/readable:278:10)
    844:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    845:  24) Script commands
    846:  can call function with declaration:
    847:  Uncaught Error: Unexpected server response: 404
    ...
    
    852:  at Socket.socketOnData (node:_http_client:541:22)
    853:  at Socket.emit (node:events:517:28)
    854:  at addChunk (node:internal/streams/readable:368:12)
    855:  at readableAddChunk (node:internal/streams/readable:341:9)
    856:  at Readable.push (node:internal/streams/readable:278:10)
    857:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    858:  25) Script commands
    859:  can call function to get element:
    860:  Uncaught Error: Unexpected server response: 404
    ...
    
    865:  at Socket.socketOnData (node:_http_client:541:22)
    866:  at Socket.emit (node:events:517:28)
    867:  at addChunk (node:internal/streams/readable:368:12)
    868:  at readableAddChunk (node:internal/streams/readable:341:9)
    869:  at Readable.push (node:internal/streams/readable:278:10)
    870:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    871:  26) Script commands
    872:  can call function with arguments:
    873:  Uncaught Error: Unexpected server response: 404
    ...
    
    878:  at Socket.socketOnData (node:_http_client:541:22)
    879:  at Socket.emit (node:events:517:28)
    880:  at addChunk (node:internal/streams/readable:368:12)
    881:  at readableAddChunk (node:internal/streams/readable:341:9)
    882:  at Readable.push (node:internal/streams/readable:278:10)
    883:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    884:  27) Script commands
    885:  can call function with await promise:
    886:  Uncaught Error: Unexpected server response: 404
    ...
    
    891:  at Socket.socketOnData (node:_http_client:541:22)
    892:  at Socket.emit (node:events:517:28)
    893:  at addChunk (node:internal/streams/readable:368:12)
    894:  at readableAddChunk (node:internal/streams/readable:341:9)
    895:  at Readable.push (node:internal/streams/readable:278:10)
    896:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    897:  28) Script commands
    898:  can call function with await promise false:
    899:  Uncaught Error: Unexpected server response: 404
    ...
    
    904:  at Socket.socketOnData (node:_http_client:541:22)
    905:  at Socket.emit (node:events:517:28)
    906:  at addChunk (node:internal/streams/readable:368:12)
    907:  at readableAddChunk (node:internal/streams/readable:341:9)
    908:  at Readable.push (node:internal/streams/readable:278:10)
    909:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    910:  29) Script commands
    911:  can call function with this parameter:
    912:  Uncaught Error: Unexpected server response: 404
    ...
    
    917:  at Socket.socketOnData (node:_http_client:541:22)
    918:  at Socket.emit (node:events:517:28)
    919:  at addChunk (node:internal/streams/readable:368:12)
    920:  at readableAddChunk (node:internal/streams/readable:341:9)
    921:  at Readable.push (node:internal/streams/readable:278:10)
    922:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    923:  30) Script commands
    924:  can call function with ownership root:
    925:  Uncaught Error: Unexpected server response: 404
    ...
    
    930:  at Socket.socketOnData (node:_http_client:541:22)
    931:  at Socket.emit (node:events:517:28)
    932:  at addChunk (node:internal/streams/readable:368:12)
    933:  at readableAddChunk (node:internal/streams/readable:341:9)
    934:  at Readable.push (node:internal/streams/readable:278:10)
    935:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    936:  31) Script commands
    937:  can call function with ownership none:
    938:  Uncaught Error: Unexpected server response: 404
    ...
    
    943:  at Socket.socketOnData (node:_http_client:541:22)
    944:  at Socket.emit (node:events:517:28)
    945:  at addChunk (node:internal/streams/readable:368:12)
    946:  at readableAddChunk (node:internal/streams/readable:341:9)
    947:  at Readable.push (node:internal/streams/readable:278:10)
    948:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    949:  32) Script commands
    950:  can call function in a sandbox:
    951:  Uncaught Error: Unexpected server response: 404
    ...
    
    956:  at Socket.socketOnData (node:_http_client:541:22)
    957:  at Socket.emit (node:events:517:28)
    958:  at addChunk (node:internal/streams/readable:368:12)
    959:  at readableAddChunk (node:internal/streams/readable:341:9)
    960:  at Readable.push (node:internal/streams/readable:278:10)
    961:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    962:  33) Script commands
    963:  can call function in a realm:
    964:  Uncaught Error: Unexpected server response: 404
    ...
    
    969:  at Socket.socketOnData (node:_http_client:541:22)
    970:  at Socket.emit (node:events:517:28)
    971:  at addChunk (node:internal/streams/readable:368:12)
    972:  at readableAddChunk (node:internal/streams/readable:341:9)
    973:  at Readable.push (node:internal/streams/readable:278:10)
    974:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    975:  34) Script commands
    976:  can evaluate script:
    977:  Uncaught Error: Unexpected server response: 404
    ...
    
    982:  at Socket.socketOnData (node:_http_client:541:22)
    983:  at Socket.emit (node:events:517:28)
    984:  at addChunk (node:internal/streams/readable:368:12)
    985:  at readableAddChunk (node:internal/streams/readable:341:9)
    986:  at Readable.push (node:internal/streams/readable:278:10)
    987:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    988:  35) Script commands
    989:  can evaluate script that throws exception:
    990:  Uncaught Error: Unexpected server response: 404
    ...
    
    995:  at Socket.socketOnData (node:_http_client:541:22)
    996:  at Socket.emit (node:events:517:28)
    997:  at addChunk (node:internal/streams/readable:368:12)
    998:  at readableAddChunk (node:internal/streams/readable:341:9)
    999:  at Readable.push (node:internal/streams/readable:278:10)
    1000:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1001:  36) Script commands
    1002:  can evaluate script with result ownership:
    1003:  Uncaught Error: Unexpected server response: 404
    ...
    
    1008:  at Socket.socketOnData (node:_http_client:541:22)
    1009:  at Socket.emit (node:events:517:28)
    1010:  at addChunk (node:internal/streams/readable:368:12)
    1011:  at readableAddChunk (node:internal/streams/readable:341:9)
    1012:  at Readable.push (node:internal/streams/readable:278:10)
    1013:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1014:  37) Script commands
    1015:  can evaluate in a sandbox:
    1016:  Uncaught Error: Unexpected server response: 404
    ...
    
    1021:  at Socket.socketOnData (node:_http_client:541:22)
    1022:  at Socket.emit (node:events:517:28)
    1023:  at addChunk (node:internal/streams/readable:368:12)
    1024:  at readableAddChunk (node:internal/streams/readable:341:9)
    1025:  at Readable.push (node:internal/streams/readable:278:10)
    1026:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1027:  38) Script commands
    1028:  can evaluate in a realm:
    1029:  Uncaught Error: Unexpected server response: 404
    ...
    
    1034:  at Socket.socketOnData (node:_http_client:541:22)
    1035:  at Socket.emit (node:events:517:28)
    1036:  at addChunk (node:internal/streams/readable:368:12)
    1037:  at readableAddChunk (node:internal/streams/readable:341:9)
    1038:  at Readable.push (node:internal/streams/readable:278:10)
    1039:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1040:  39) Script commands
    1041:  can disown handles:
    1042:  Uncaught Error: Unexpected server response: 404
    ...
    
    1047:  at Socket.socketOnData (node:_http_client:541:22)
    1048:  at Socket.emit (node:events:517:28)
    1049:  at addChunk (node:internal/streams/readable:368:12)
    1050:  at readableAddChunk (node:internal/streams/readable:341:9)
    1051:  at Readable.push (node:internal/streams/readable:278:10)
    1052:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1053:  40) Script commands
    1054:  can disown handles in realm:
    1055:  Uncaught Error: Unexpected server response: 404
    ...
    
    1060:  at Socket.socketOnData (node:_http_client:541:22)
    1061:  at Socket.emit (node:events:517:28)
    1062:  at addChunk (node:internal/streams/readable:368:12)
    1063:  at readableAddChunk (node:internal/streams/readable:341:9)
    1064:  at Readable.push (node:internal/streams/readable:278:10)
    1065:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1066:  41) Script commands
    1067:  can get all realms:
    1068:  Uncaught Error: Unexpected server response: 404
    ...
    
    1073:  at Socket.socketOnData (node:_http_client:541:22)
    1074:  at Socket.emit (node:events:517:28)
    1075:  at addChunk (node:internal/streams/readable:368:12)
    1076:  at readableAddChunk (node:internal/streams/readable:341:9)
    1077:  at Readable.push (node:internal/streams/readable:278:10)
    1078:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1079:  42) Script commands
    1080:  can get realm by type:
    1081:  Uncaught Error: Unexpected server response: 404
    ...
    
    1086:  at Socket.socketOnData (node:_http_client:541:22)
    1087:  at Socket.emit (node:events:517:28)
    1088:  at addChunk (node:internal/streams/readable:368:12)
    1089:  at readableAddChunk (node:internal/streams/readable:341:9)
    1090:  at Readable.push (node:internal/streams/readable:278:10)
    1091:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1092:  43) Script commands
    1093:  can get realm in browsing context:
    1094:  Uncaught Error: Unexpected server response: 404
    ...
    
    1099:  at Socket.socketOnData (node:_http_client:541:22)
    1100:  at Socket.emit (node:events:517:28)
    1101:  at addChunk (node:internal/streams/readable:368:12)
    1102:  at readableAddChunk (node:internal/streams/readable:341:9)
    1103:  at Readable.push (node:internal/streams/readable:278:10)
    1104:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1105:  44) Script commands
    1106:  can get realm in browsing context by type:
    1107:  Uncaught Error: Unexpected server response: 404
    ...
    
    1112:  at Socket.socketOnData (node:_http_client:541:22)
    1113:  at Socket.emit (node:events:517:28)
    1114:  at addChunk (node:internal/streams/readable:368:12)
    1115:  at readableAddChunk (node:internal/streams/readable:341:9)
    1116:  at Readable.push (node:internal/streams/readable:278:10)
    1117:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1118:  45) Script commands
    1119:  can add preload script:
    1120:  Uncaught Error: Unexpected server response: 404
    ...
    
    1125:  at Socket.socketOnData (node:_http_client:541:22)
    1126:  at Socket.emit (node:events:517:28)
    1127:  at addChunk (node:internal/streams/readable:368:12)
    1128:  at readableAddChunk (node:internal/streams/readable:341:9)
    1129:  at Readable.push (node:internal/streams/readable:278:10)
    1130:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1131:  46) Script commands
    1132:  can add preload script to sandbox:
    1133:  Uncaught Error: Unexpected server response: 404
    ...
    
    1138:  at Socket.socketOnData (node:_http_client:541:22)
    1139:  at Socket.emit (node:events:517:28)
    1140:  at addChunk (node:internal/streams/readable:368:12)
    1141:  at readableAddChunk (node:internal/streams/readable:341:9)
    1142:  at Readable.push (node:internal/streams/readable:278:10)
    1143:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1144:  47) Script commands
    1145:  can remove preload script:
    1146:  Uncaught Error: Unexpected server response: 404
    ...
    
    1151:  at Socket.socketOnData (node:_http_client:541:22)
    1152:  at Socket.emit (node:events:517:28)
    1153:  at addChunk (node:internal/streams/readable:368:12)
    1154:  at readableAddChunk (node:internal/streams/readable:341:9)
    1155:  at Readable.push (node:internal/streams/readable:278:10)
    1156:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1157:  48) Script events
    1158:  can listen to channel message:
    1159:  Uncaught Error: Unexpected server response: 404
    ...
    
    1164:  at Socket.socketOnData (node:_http_client:541:22)
    1165:  at Socket.emit (node:events:517:28)
    1166:  at addChunk (node:internal/streams/readable:368:12)
    1167:  at readableAddChunk (node:internal/streams/readable:341:9)
    1168:  at Readable.push (node:internal/streams/readable:278:10)
    1169:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1170:  49) Script events
    1171:  can listen to realm created message:
    1172:  Uncaught Error: Unexpected server response: 404
    ...
    
    1177:  at Socket.socketOnData (node:_http_client:541:22)
    1178:  at Socket.emit (node:events:517:28)
    1179:  at addChunk (node:internal/streams/readable:368:12)
    1180:  at readableAddChunk (node:internal/streams/readable:341:9)
    1181:  at Readable.push (node:internal/streams/readable:278:10)
    1182:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1183:  50) BiDi Logging
    1184:  can listen to console log:
    1185:  Uncaught Error: Unexpected server response: 404
    ...
    
    1190:  at Socket.socketOnData (node:_http_client:541:22)
    1191:  at Socket.emit (node:events:517:28)
    1192:  at addChunk (node:internal/streams/readable:368:12)
    1193:  at readableAddChunk (node:internal/streams/readable:341:9)
    1194:  at Readable.push (node:internal/streams/readable:278:10)
    1195:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1196:  51) BiDi Logging
    1197:  can remove console log handler:
    1198:  Uncaught Error: Unexpected server response: 404
    ...
    
    1202:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    1203:  at Socket.socketOnData (node:_http_client:541:22)
    1204:  at Socket.emit (node:events:517:28)
    1205:  at addChunk (node:internal/streams/readable:368:12)
    1206:  at readableAddChunk (node:internal/streams/readable:341:9)
    1207:  at Readable.push (node:internal/streams/readable:278:10)
    1208:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1209:  52) BiDi Logging
    1210:  can remove to javascript error handler:
    1211:  Uncaught Error: Unexpected server response: 404
    ...
    
    1216:  at Socket.socketOnData (node:_http_client:541:22)
    1217:  at Socket.emit (node:events:517:28)
    1218:  at addChunk (node:internal/streams/readable:368:12)
    1219:  at readableAddChunk (node:internal/streams/readable:341:9)
    1220:  at Readable.push (node:internal/streams/readable:278:10)
    1221:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1222:  53) BiDi Script
    1223:  can remove to dom mutation handler:
    1224:  Uncaught Error: Unexpected server response: 404
    ...
    
    1229:  at Socket.socketOnData (node:_http_client:541:22)
    1230:  at Socket.emit (node:events:517:28)
    1231:  at addChunk (node:internal/streams/readable:368:12)
    1232:  at readableAddChunk (node:internal/streams/readable:341:9)
    1233:  at Readable.push (node:internal/streams/readable:278:10)
    1234:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1235:  54) BiDi Script
    1236:  can unpin script:
    1237:  Uncaught Error: Unexpected server response: 404
    ...
    
    1242:  at Socket.socketOnData (node:_http_client:541:22)
    1243:  at Socket.emit (node:events:517:28)
    1244:  at addChunk (node:internal/streams/readable:368:12)
    1245:  at readableAddChunk (node:internal/streams/readable:341:9)
    1246:  at Readable.push (node:internal/streams/readable:278:10)
    1247:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1248:  55) Service Test
    1249:  Set Driver Location:
    1250:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:53899/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\131.0.6778.85\chromedriver.exe
    1251:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    1252:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1253:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
    ...
    
    1288:  ✔ Scroll to the element (408ms)
    1289:  Actions API - Wheel Tests
    1290:  ✔ Scroll to element (376ms)
    1291:  ✔ Scroll by given amount (584ms)
    1292:  ✔ Scroll from an element by a given amount (616ms)
    1293:  ✔ Scroll from an element with an offset (599ms)
    1294:  ✔ Scroll from an offset of origin (element) by given amount (1101ms)
    1295:  Integration Tests
    1296:  ✔ test navigate and listen to errors (3299ms)
    ...
    
    1322:  - can locate node with none ownership value
    1323:  - can locate node with root ownership value
    1324:  - can locate node with given start nodes
    1325:  - can locate nodes in a given sandbox
    1326:  - can find element
    1327:  - can find elements
    1328:  Log Inspector
    1329:  14) test listen to console log
    1330:  15) test listen to javascript error log
    ...
    
    1371:  45) can remove preload script
    1372:  Script events
    1373:  46) can listen to channel message
    1374:  47) can listen to realm created message
    1375:  - can listen to realm destroyed message
    1376:  BiDi Logging
    1377:  ✔ can listen to console log (5825ms)
    1378:  ✔ can remove console log handler (5712ms)
    1379:  48) can listen to javascript error
    1380:  ✔ can remove to javascript error handler (5829ms)
    ...
    
    1542:  ✔ Create and add non residential key
    1543:  ✔ Get credential
    1544:  ✔ Remove all credentials
    1545:  ✔ Set is user verified
    1546:  Virtual authenticator options
    1547:  ✔ Virtual options
    1548:  ✔ User verified
    1549:  Waits
    1550:  ✔ fail (1293ms)
    1551:  ✔ sleep (2144ms)
    1552:  ✔ implicit (1099ms)
    1553:  ✔ explicit (1326ms)
    1554:  103 passing (16m)
    1555:  20 pending
    1556:  51 failing
    1557:  1) Mouse move by offset
    1558:  From element:
    1559:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    1560:  false !== true
    1561:  + expected - actual
    1562:  -false
    1563:  +true
    1564:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    1565:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1566:  2) Browsing Context
    1567:  "after each" hook for "test create a browsing context for given id":
    1568:  Uncaught Error: Unexpected server response: 404
    ...
    
    1573:  at Socket.socketOnData (node:_http_client:541:22)
    1574:  at Socket.emit (node:events:517:28)
    1575:  at addChunk (node:internal/streams/readable:368:12)
    1576:  at readableAddChunk (node:internal/streams/readable:341:9)
    1577:  at Readable.push (node:internal/streams/readable:278:10)
    1578:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1579:  3) Browsing Context
    1580:  "after each" hook for "test create a browsing context for given id":
    1581:  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
    1582:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1583:  4) Browsing Context Inspector
    1584:  can listen to window browsing context created event:
    1585:  Uncaught Error: Unexpected server response: 404
    ...
    
    1590:  at Socket.socketOnData (node:_http_client:541:22)
    1591:  at Socket.emit (node:events:517:28)
    1592:  at addChunk (node:internal/streams/readable:368:12)
    1593:  at readableAddChunk (node:internal/streams/readable:341:9)
    1594:  at Readable.push (node:internal/streams/readable:278:10)
    1595:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1596:  5) Browsing Context Inspector
    1597:  can listen to tab browsing context created event:
    1598:  Uncaught Error: Unexpected server response: 404
    ...
    
    1603:  at Socket.socketOnData (node:_http_client:541:22)
    1604:  at Socket.emit (node:events:517:28)
    1605:  at addChunk (node:internal/streams/readable:368:12)
    1606:  at readableAddChunk (node:internal/streams/readable:341:9)
    1607:  at Readable.push (node:internal/streams/readable:278:10)
    1608:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1609:  6) Browsing Context Inspector
    1610:  can listen to dom content loaded event:
    1611:  Uncaught Error: Unexpected server response: 404
    ...
    
    1616:  at Socket.socketOnData (node:_http_client:541:22)
    1617:  at Socket.emit (node:events:517:28)
    1618:  at addChunk (node:internal/streams/readable:368:12)
    1619:  at readableAddChunk (node:internal/streams/readable:341:9)
    1620:  at Readable.push (node:internal/streams/readable:278:10)
    1621:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1622:  7) Browsing Context Inspector
    1623:  can listen to browsing context loaded event:
    1624:  Uncaught Error: Unexpected server response: 404
    ...
    
    1629:  at Socket.socketOnData (node:_http_client:541:22)
    1630:  at Socket.emit (node:events:517:28)
    1631:  at addChunk (node:internal/streams/readable:368:12)
    1632:  at readableAddChunk (node:internal/streams/readable:341:9)
    1633:  at Readable.push (node:internal/streams/readable:278:10)
    1634:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1635:  8) Browsing Context Inspector
    1636:  can listen to fragment navigated event:
    1637:  Uncaught Error: Unexpected server response: 404
    ...
    
    1642:  at Socket.socketOnData (node:_http_client:541:22)
    1643:  at Socket.emit (node:events:517:28)
    1644:  at addChunk (node:internal/streams/readable:368:12)
    1645:  at readableAddChunk (node:internal/streams/readable:341:9)
    1646:  at Readable.push (node:internal/streams/readable:278:10)
    1647:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1648:  9) Browsing Context Inspector
    1649:  can listen to browsing context destroyed event:
    1650:  Uncaught Error: Unexpected server response: 404
    ...
    
    1655:  at Socket.socketOnData (node:_http_client:541:22)
    1656:  at Socket.emit (node:events:517:28)
    1657:  at addChunk (node:internal/streams/readable:368:12)
    1658:  at readableAddChunk (node:internal/streams/readable:341:9)
    1659:  at Readable.push (node:internal/streams/readable:278:10)
    1660:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1661:  10) Input module
    1662:  can perform input action:
    1663:  Uncaught Error: Unexpected server response: 404
    ...
    
    1668:  at Socket.socketOnData (node:_http_client:541:22)
    1669:  at Socket.emit (node:events:517:28)
    1670:  at addChunk (node:internal/streams/readable:368:12)
    1671:  at readableAddChunk (node:internal/streams/readable:341:9)
    1672:  at Readable.push (node:internal/streams/readable:278:10)
    1673:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1674:  11) Input module
    1675:  can perform input action:
    1676:  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
    1677:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    1678:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    1679:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    1680:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1681:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1682:  at async thenableWebDriverProxy.findElements (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    1683:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    1684:  remoteStacktrace: ''
    1685:  }
    1686:  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
    1687:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    1691:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1692:  at async thenableWebDriverProxy.findElements (node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    1693:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    1694:  remoteStacktrace: ''
    1695:  }
    1696:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1697:  12) Input module
    1698:  can execute release in browsing context:
    1699:  Uncaught Error: Unexpected server response: 404
    ...
    
    1704:  at Socket.socketOnData (node:_http_client:541:22)
    1705:  at Socket.emit (node:events:517:28)
    1706:  at addChunk (node:internal/streams/readable:368:12)
    1707:  at readableAddChunk (node:internal/streams/readable:341:9)
    1708:  at Readable.push (node:internal/streams/readable:278:10)
    1709:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1710:  13) 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: NoSuchSessionError: Tried to run command without establishing a connection
    1713:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    1714:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    1715:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    1716:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1717:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1718:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    1719:  remoteStacktrace: ''
    1720:  }
    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: NoSuchSessionError: Tried to run command without establishing a connection
    1722:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    1725:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1726:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1727:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    1728:  remoteStacktrace: ''
    1729:  }
    1730:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1731:  14) Log Inspector
    1732:  test listen to console log:
    1733:  Uncaught Error: Unexpected server response: 404
    ...
    
    1737:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    1738:  at Socket.socketOnData (node:_http_client:541:22)
    1739:  at Socket.emit (node:events:517:28)
    1740:  at addChunk (node:internal/streams/readable:368:12)
    1741:  at readableAddChunk (node:internal/streams/readable:341:9)
    1742:  at Readable.push (node:internal/streams/readable:278:10)
    1743:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1744:  15) Log Inspector
    1745:  test listen to javascript error log:
    1746:  Uncaught Error: Unexpected server response: 404
    ...
    
    1751:  at Socket.socketOnData (node:_http_client:541:22)
    1752:  at Socket.emit (node:events:517:28)
    1753:  at addChunk (node:internal/streams/readable:368:12)
    1754:  at readableAddChunk (node:internal/streams/readable:341:9)
    1755:  at Readable.push (node:internal/streams/readable:278:10)
    1756:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1757:  16) Log Inspector
    1758:  test retrieve stack trace for a log:
    1759:  Uncaught Error: Unexpected server response: 404
    ...
    
    1764:  at Socket.socketOnData (node:_http_client:541:22)
    1765:  at Socket.emit (node:events:517:28)
    1766:  at addChunk (node:internal/streams/readable:368:12)
    1767:  at readableAddChunk (node:internal/streams/readable:341:9)
    1768:  at Readable.push (node:internal/streams/readable:278:10)
    1769:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1770:  17) Log Inspector
    1771:  test listen to logs with multiple consumers:
    1772:  Uncaught Error: Unexpected server response: 404
    ...
    
    1777:  at Socket.socketOnData (node:_http_client:541:22)
    1778:  at Socket.emit (node:events:517:28)
    1779:  at addChunk (node:internal/streams/readable:368:12)
    1780:  at readableAddChunk (node:internal/streams/readable:341:9)
    1781:  at Readable.push (node:internal/streams/readable:278:10)
    1782:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1783:  18) 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:541:22)
    1791:  at Socket.emit (node:events:517:28)
    1792:  at addChunk (node:internal/streams/readable:368:12)
    1793:  at readableAddChunk (node:internal/streams/readable:341:9)
    1794:  at Readable.push (node:internal/streams/readable:278:10)
    1795:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1796:  19) Network events
    1797:  can request cookies:
    1798:  Uncaught Error: Unexpected server response: 404
    ...
    
    1803:  at Socket.socketOnData (node:_http_client:541:22)
    1804:  at Socket.emit (node:events:517:28)
    1805:  at addChunk (node:internal/streams/readable:368:12)
    1806:  at readableAddChunk (node:internal/streams/readable:341:9)
    1807:  at Readable.push (node:internal/streams/readable:278:10)
    1808:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1809:  20) Network events
    1810:  can subscribe to response started:
    1811:  Uncaught Error: Unexpected server response: 404
    ...
    
    1816:  at Socket.socketOnData (node:_http_client:541:22)
    1817:  at Socket.emit (node:events:517:28)
    1818:  at addChunk (node:internal/streams/readable:368:12)
    1819:  at readableAddChunk (node:internal/streams/readable:341:9)
    1820:  at Readable.push (node:internal/streams/readable:278:10)
    1821:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1822:  21) Script commands
    1823:  can call function:
    1824:  Uncaught Error: Unexpected server response: 404
    ...
    
    1829:  at Socket.socketOnData (node:_http_client:541:22)
    1830:  at Socket.emit (node:events:517:28)
    1831:  at addChunk (node:internal/streams/readable:368:12)
    1832:  at readableAddChunk (node:internal/streams/readable:341:9)
    1833:  at Readable.push (node:internal/streams/readable:278:10)
    1834:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1835:  22) Script commands
    1836:  can call function to get element:
    1837:  Uncaught Error: Unexpected server response: 404
    ...
    
    1842:  at Socket.socketOnData (node:_http_client:541:22)
    1843:  at Socket.emit (node:events:517:28)
    1844:  at addChunk (node:internal/streams/readable:368:12)
    1845:  at readableAddChunk (node:internal/streams/readable:341:9)
    1846:  at Readable.push (node:internal/streams/readable:278:10)
    1847:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1848:  23) Script commands
    1849:  can call function with arguments:
    1850:  Uncaught Error: Unexpected server response: 404
    ...
    
    1855:  at Socket.socketOnData (node:_http_client:541:22)
    1856:  at Socket.emit (node:events:517:28)
    1857:  at addChunk (node:internal/streams/readable:368:12)
    1858:  at readableAddChunk (node:internal/streams/readable:341:9)
    1859:  at Readable.push (node:internal/streams/readable:278:10)
    1860:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1861:  24) Script commands
    1862:  can call function with await promise:
    1863:  Uncaught Error: Unexpected server response: 404
    ...
    
    1868:  at Socket.socketOnData (node:_http_client:541:22)
    1869:  at Socket.emit (node:events:517:28)
    1870:  at addChunk (node:internal/streams/readable:368:12)
    1871:  at readableAddChunk (node:internal/streams/readable:341:9)
    1872:  at Readable.push (node:internal/streams/readable:278:10)
    1873:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1874:  25) Script commands
    1875:  can call function with await promise false:
    1876:  Uncaught Error: Unexpected server response: 404
    ...
    
    1881:  at Socket.socketOnData (node:_http_client:541:22)
    1882:  at Socket.emit (node:events:517:28)
    1883:  at addChunk (node:internal/streams/readable:368:12)
    1884:  at readableAddChunk (node:internal/streams/readable:341:9)
    1885:  at Readable.push (node:internal/streams/readable:278:10)
    1886:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1887:  26) Script commands
    1888:  can call function with this parameter:
    1889:  Uncaught Error: Unexpected server response: 404
    ...
    
    1894:  at Socket.socketOnData (node:_http_client:541:22)
    1895:  at Socket.emit (node:events:517:28)
    1896:  at addChunk (node:internal/streams/readable:368:12)
    1897:  at readableAddChunk (node:internal/streams/readable:341:9)
    1898:  at Readable.push (node:internal/streams/readable:278:10)
    1899:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1900:  27) Script commands
    1901:  can call function with ownership root:
    1902:  Uncaught Error: Unexpected server response: 404
    ...
    
    1907:  at Socket.socketOnData (node:_http_client:541:22)
    1908:  at Socket.emit (node:events:517:28)
    1909:  at addChunk (node:internal/streams/readable:368:12)
    1910:  at readableAddChunk (node:internal/streams/readable:341:9)
    1911:  at Readable.push (node:internal/streams/readable:278:10)
    1912:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1913:  28) Script commands
    1914:  can call function with ownership none:
    1915:  Uncaught Error: Unexpected server response: 404
    ...
    
    1920:  at Socket.socketOnData (node:_http_client:541:22)
    1921:  at Socket.emit (node:events:517:28)
    1922:  at addChunk (node:internal/streams/readable:368:12)
    1923:  at readableAddChunk (node:internal/streams/readable:341:9)
    1924:  at Readable.push (node:internal/streams/readable:278:10)
    1925:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1926:  29) Script commands
    1927:  can call function that throws exception:
    1928:  Uncaught Error: Unexpected server response: 404
    ...
    
    1933:  at Socket.socketOnData (node:_http_client:541:22)
    1934:  at Socket.emit (node:events:517:28)
    1935:  at addChunk (node:internal/streams/readable:368:12)
    1936:  at readableAddChunk (node:internal/streams/readable:341:9)
    1937:  at Readable.push (node:internal/streams/readable:278:10)
    1938:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1939:  30) Script commands
    1940:  can call function in a sandbox:
    1941:  Uncaught Error: Unexpected server response: 404
    ...
    
    1946:  at Socket.socketOnData (node:_http_client:541:22)
    1947:  at Socket.emit (node:events:517:28)
    1948:  at addChunk (node:internal/streams/readable:368:12)
    1949:  at readableAddChunk (node:internal/streams/readable:341:9)
    1950:  at Readable.push (node:internal/streams/readable:278:10)
    1951:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1952:  31) Script commands
    1953:  can call function in a realm:
    1954:  Uncaught Error: Unexpected server response: 404
    ...
    
    1959:  at Socket.socketOnData (node:_http_client:541:22)
    1960:  at Socket.emit (node:events:517:28)
    1961:  at addChunk (node:internal/streams/readable:368:12)
    1962:  at readableAddChunk (node:internal/streams/readable:341:9)
    1963:  at Readable.push (node:internal/streams/readable:278:10)
    1964:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1965:  32) Script commands
    1966:  can evaluate script:
    1967:  Uncaught Error: Unexpected server response: 404
    ...
    
    1972:  at Socket.socketOnData (node:_http_client:541:22)
    1973:  at Socket.emit (node:events:517:28)
    1974:  at addChunk (node:internal/streams/readable:368:12)
    1975:  at readableAddChunk (node:internal/streams/readable:341:9)
    1976:  at Readable.push (node:internal/streams/readable:278:10)
    1977:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1978:  33) Script commands
    1979:  can evaluate script that throws exception:
    1980:  Uncaught Error: Unexpected server response: 404
    ...
    
    1985:  at Socket.socketOnData (node:_http_client:541:22)
    1986:  at Socket.emit (node:events:517:28)
    1987:  at addChunk (node:internal/streams/readable:368:12)
    1988:  at readableAddChunk (node:internal/streams/readable:341:9)
    1989:  at Readable.push (node:internal/streams/readable:278:10)
    1990:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1991:  34) Script commands
    1992:  can evaluate script with result ownership:
    1993:  Uncaught Error: Unexpected server response: 404
    ...
    
    1998:  at Socket.socketOnData (node:_http_client:541:22)
    1999:  at Socket.emit (node:events:517:28)
    2000:  at addChunk (node:internal/streams/readable:368:12)
    2001:  at readableAddChunk (node:internal/streams/readable:341:9)
    2002:  at Readable.push (node:internal/streams/readable:278:10)
    2003:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2004:  35) Script commands
    2005:  can evaluate in a sandbox:
    2006:  Uncaught Error: Unexpected server response: 404
    ...
    
    2011:  at Socket.socketOnData (node:_http_client:541:22)
    2012:  at Socket.emit (node:events:517:28)
    2013:  at addChunk (node:internal/streams/readable:368:12)
    2014:  at readableAddChunk (node:internal/streams/readable:341:9)
    2015:  at Readable.push (node:internal/streams/readable:278:10)
    2016:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2017:  36) Script commands
    2018:  can evaluate in a realm:
    2019:  Uncaught Error: Unexpected server response: 404
    ...
    
    2024:  at Socket.socketOnData (node:_http_client:541:22)
    2025:  at Socket.emit (node:events:517:28)
    2026:  at addChunk (node:internal/streams/readable:368:12)
    2027:  at readableAddChunk (node:internal/streams/readable:341:9)
    2028:  at Readable.push (node:internal/streams/readable:278:10)
    2029:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2030:  37) Script commands
    2031:  can disown handles:
    2032:  Uncaught Error: Unexpected server response: 404
    ...
    
    2037:  at Socket.socketOnData (node:_http_client:541:22)
    2038:  at Socket.emit (node:events:517:28)
    2039:  at addChunk (node:internal/streams/readable:368:12)
    2040:  at readableAddChunk (node:internal/streams/readable:341:9)
    2041:  at Readable.push (node:internal/streams/readable:278:10)
    2042:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2043:  38) Script commands
    2044:  can disown handles in realm:
    2045:  Uncaught Error: Unexpected server response: 404
    ...
    
    2050:  at Socket.socketOnData (node:_http_client:541:22)
    2051:  at Socket.emit (node:events:517:28)
    2052:  at addChunk (node:internal/streams/readable:368:12)
    2053:  at readableAddChunk (node:internal/streams/readable:341:9)
    2054:  at Readable.push (node:internal/streams/readable:278:10)
    2055:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2056:  39) Script commands
    2057:  can get all realms:
    2058:  Uncaught Error: Unexpected server response: 404
    ...
    
    2063:  at Socket.socketOnData (node:_http_client:541:22)
    2064:  at Socket.emit (node:events:517:28)
    2065:  at addChunk (node:internal/streams/readable:368:12)
    2066:  at readableAddChunk (node:internal/streams/readable:341:9)
    2067:  at Readable.push (node:internal/streams/readable:278:10)
    2068:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2069:  40) Script commands
    2070:  can get realm by type:
    2071:  Uncaught Error: Unexpected server response: 404
    ...
    
    2076:  at Socket.socketOnData (node:_http_client:541:22)
    2077:  at Socket.emit (node:events:517:28)
    2078:  at addChunk (node:internal/streams/readable:368:12)
    2079:  at readableAddChunk (node:internal/streams/readable:341:9)
    2080:  at Readable.push (node:internal/streams/readable:278:10)
    2081:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2082:  41) Script commands
    2083:  can get realm in browsing context:
    2084:  Uncaught Error: Unexpected server response: 404
    ...
    
    2089:  at Socket.socketOnData (node:_http_client:541:22)
    2090:  at Socket.emit (node:events:517:28)
    2091:  at addChunk (node:internal/streams/readable:368:12)
    2092:  at readableAddChunk (node:internal/streams/readable:341:9)
    2093:  at Readable.push (node:internal/streams/readable:278:10)
    2094:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2095:  42) Script commands
    2096:  can get realm in browsing context by type:
    2097:  Uncaught Error: Unexpected server response: 404
    ...
    
    2102:  at Socket.socketOnData (node:_http_client:541:22)
    2103:  at Socket.emit (node:events:517:28)
    2104:  at addChunk (node:internal/streams/readable:368:12)
    2105:  at readableAddChunk (node:internal/streams/readable:341:9)
    2106:  at Readable.push (node:internal/streams/readable:278:10)
    2107:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2108:  43) Script commands
    2109:  can add preload script:
    2110:  Uncaught Error: Unexpected server response: 404
    ...
    
    2115:  at Socket.socketOnData (node:_http_client:541:22)
    2116:  at Socket.emit (node:events:517:28)
    2117:  at addChunk (node:internal/streams/readable:368:12)
    2118:  at readableAddChunk (node:internal/streams/readable:341:9)
    2119:  at Readable.push (node:internal/streams/readable:278:10)
    2120:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2121:  44) Script commands
    2122:  can add preload script to sandbox:
    2123:  Uncaught Error: Unexpected server response: 404
    ...
    
    2128:  at Socket.socketOnData (node:_http_client:541:22)
    2129:  at Socket.emit (node:events:517:28)
    2130:  at addChunk (node:internal/streams/readable:368:12)
    2131:  at readableAddChunk (node:internal/streams/readable:341:9)
    2132:  at Readable.push (node:internal/streams/readable:278:10)
    2133:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2134:  45) Script commands
    2135:  can remove preload script:
    2136:  Uncaught Error: Unexpected server response: 404
    ...
    
    2141:  at Socket.socketOnData (node:_http_client:541:22)
    2142:  at Socket.emit (node:events:517:28)
    2143:  at addChunk (node:internal/streams/readable:368:12)
    2144:  at readableAddChunk (node:internal/streams/readable:341:9)
    2145:  at Readable.push (node:internal/streams/readable:278:10)
    2146:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2147:  46) Script events
    2148:  can listen to channel message:
    2149:  Uncaught Error: Unexpected server response: 404
    ...
    
    2154:  at Socket.socketOnData (node:_http_client:541:22)
    2155:  at Socket.emit (node:events:517:28)
    2156:  at addChunk (node:internal/streams/readable:368:12)
    2157:  at readableAddChunk (node:internal/streams/readable:341:9)
    2158:  at Readable.push (node:internal/streams/readable:278:10)
    2159:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2160:  47) Script events
    2161:  can listen to realm created message:
    2162:  Uncaught Error: Unexpected server response: 404
    ...
    
    2166:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    2167:  at Socket.socketOnData (node:_http_client:541:22)
    2168:  at Socket.emit (node:events:517:28)
    2169:  at addChunk (node:internal/streams/readable:368:12)
    2170:  at readableAddChunk (node:internal/streams/readable:341:9)
    2171:  at Readable.push (node:internal/streams/readable:278:10)
    2172:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2173:  48) BiDi Logging
    2174:  can listen to javascript error:
    2175:  Uncaught Error: Unexpected server response: 404
    ...
    
    2180:  at Socket.socketOnData (node:_http_client:541:22)
    2181:  at Socket.emit (node:events:517:28)
    2182:  at addChunk (node:internal/streams/readable:368:12)
    2183:  at readableAddChunk (node:internal/streams/readable:341:9)
    2184:  at Readable.push (node:internal/streams/readable:278:10)
    2185:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2186:  49) BiDi Script
    2187:  can remove to dom mutation handler:
    2188:  Uncaught Error: Unexpected server response: 404
    ...
    
    2193:  at Socket.socketOnData (node:_http_client:541:22)
    2194:  at Socket.emit (node:events:517:28)
    2195:  at addChunk (node:internal/streams/readable:368:12)
    2196:  at readableAddChunk (node:internal/streams/readable:341:9)
    2197:  at Readable.push (node:internal/streams/readable:278:10)
    2198:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2199:  50) BiDi Script
    2200:  can pin script:
    2201:  Uncaught Error: Unexpected server response: 404
    ...
    
    2206:  at Socket.socketOnData (node:_http_client:541:22)
    2207:  at Socket.emit (node:events:517:28)
    2208:  at addChunk (node:internal/streams/readable:368:12)
    2209:  at readableAddChunk (node:internal/streams/readable:341:9)
    2210:  at Readable.push (node:internal/streams/readable:278:10)
    2211:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2212:  51) Service Test
    2213:  Set Driver Location:
    2214:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:63061/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\131.0.6778.85\chromedriver.exe
    2215:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    2216:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    2217:  ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1
    ...
    
    2252:  ✔ Scroll to the element (261ms)
    2253:  Actions API - Wheel Tests
    2254:  ✔ Scroll to element (291ms)
    2255:  ✔ Scroll by given amount (576ms)
    2256:  ✔ Scroll from an element by a given amount (606ms)
    2257:  ✔ Scroll from an element with an offset (593ms)
    2258:  ✔ Scroll from an offset of origin (element) by given amount (1086ms)
    2259:  Integration Tests
    2260:  2) test navigate and listen to errors
    ...
    
    2286:  - can locate node with none ownership value
    2287:  - can locate node with root ownership value
    2288:  - can locate node with given start nodes
    2289:  - can locate nodes in a given sandbox
    2290:  - can find element
    2291:  - can find elements
    2292:  Log Inspector
    2293:  15) test listen to console log
    2294:  16) test listen to javascript error log
    ...
    
    2335:  48) can remove pre...

    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