Skip to content

chore(deps): update dependency selenium-webdriver to v4.27.0 - autoclosed #2078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
selenium-webdriver (source, changelog) '= 4.26.0' -> '= 4.27.0' age adoption passing confidence

Release Notes

SeleniumHQ/selenium (selenium-webdriver)

v4.27.0

=========================

  • Add CDP for Chrome 131 and remove 128
  • Add Firefox CDP deprecation warnings (#​14763)
  • Add Bidi network commands for authentication and interception (#​14523)
  • Handle graceful webdriver shutdown (#​14430)
  • Reduce RBS errors to 0 (#​14661)
  • Resolve uri gem deprecation warning (#​14770)
  • Update minimum Ruby to 3.1 (#​14685)
  • Implement navigation commands with BiDi (#​14094)

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 Nov 25, 2024

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit 03f0619
🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/6744ac0a6339320008f9a477
😎 Deploy Preview https://deploy-preview-2078--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 Nov 25, 2024

CI Failure Feedback 🧐

(Checks updated until commit 03f0619)

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, primarily caused by:

  • Unexpected server response: 404 errors in numerous tests, indicating that the server or endpoint
    being tested was not reachable or returned a 404 error.
  • AssertionError in the test Mouse move by offset, where the expected value was true but the actual
    value was false.
  • Errors related to done() called multiple times and NoSuchSessionError, suggesting issues with
    session management in the Input module tests.
  • Timeout errors while waiting for the WebDriver server, indicating potential issues with the
    WebDriver setup or connectivity.

  • 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 (181ms)
    269:  Actions API - Wheel Tests
    270:  ✔ Scroll to element (313ms)
    271:  ✔ Scroll by given amount (605ms)
    272:  ✔ Scroll from an element by a given amount (615ms)
    273:  ✔ Scroll from an element with an offset (662ms)
    274:  ✔ Scroll from an offset of origin (element) by given amount (1083ms)
    275:  Integration Tests
    276:  2) 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:  15) test listen to console log
    310:  16) 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:  51) can listen to console log
    358:  52) can remove console log handler
    359:  ✔ can listen to javascript error (6440ms)
    360:  53) 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 (1249ms)
    531:  ✔ sleep (2128ms)
    532:  ✔ implicit (1182ms)
    533:  ✔ explicit (1289ms)
    534:  98 passing (18m)
    535:  20 pending
    536:  56 failing
    537:  1) Mouse move by offset
    538:  From element:
    539:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    540:  false !== true
    541:  + expected - actual
    542:  -false
    543:  +true
    544:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    545:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    546:  2) Integration Tests
    547:  test navigate and listen to errors:
    548:  Uncaught Error: Unexpected server response: 404
    ...
    
    553:  at Socket.socketOnData (node:_http_client:541:22)
    554:  at Socket.emit (node:events:517:28)
    555:  at addChunk (node:internal/streams/readable:368:12)
    556:  at readableAddChunk (node:internal/streams/readable:341:9)
    557:  at Readable.push (node:internal/streams/readable:278:10)
    558:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    559:  3) Browsing Context
    560:  "after each" hook for "test create a browsing context for given id":
    561:  Uncaught Error: Unexpected server response: 404
    ...
    
    566:  at Socket.socketOnData (node:_http_client:541:22)
    567:  at Socket.emit (node:events:517:28)
    568:  at addChunk (node:internal/streams/readable:368:12)
    569:  at readableAddChunk (node:internal/streams/readable:341:9)
    570:  at Readable.push (node:internal/streams/readable:278:10)
    571:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    572:  4) Browsing Context
    573:  "after each" hook for "test create a browsing context for given id":
    574:  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
    575:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    576:  5) Browsing Context Inspector
    577:  can listen to window browsing context created event:
    578:  Uncaught Error: Unexpected server response: 404
    ...
    
    583:  at Socket.socketOnData (node:_http_client:541:22)
    584:  at Socket.emit (node:events:517:28)
    585:  at addChunk (node:internal/streams/readable:368:12)
    586:  at readableAddChunk (node:internal/streams/readable:341:9)
    587:  at Readable.push (node:internal/streams/readable:278:10)
    588:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    589:  6) Browsing Context Inspector
    590:  can listen to tab browsing context created event:
    591:  Uncaught Error: Unexpected server response: 404
    ...
    
    596:  at Socket.socketOnData (node:_http_client:541:22)
    597:  at Socket.emit (node:events:517:28)
    598:  at addChunk (node:internal/streams/readable:368:12)
    599:  at readableAddChunk (node:internal/streams/readable:341:9)
    600:  at Readable.push (node:internal/streams/readable:278:10)
    601:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    602:  7) Browsing Context Inspector
    603:  can listen to dom content loaded event:
    604:  Uncaught Error: Unexpected server response: 404
    ...
    
    609:  at Socket.socketOnData (node:_http_client:541:22)
    610:  at Socket.emit (node:events:517:28)
    611:  at addChunk (node:internal/streams/readable:368:12)
    612:  at readableAddChunk (node:internal/streams/readable:341:9)
    613:  at Readable.push (node:internal/streams/readable:278:10)
    614:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    615:  8) Browsing Context Inspector
    616:  can listen to browsing context loaded event:
    617:  Uncaught Error: Unexpected server response: 404
    ...
    
    622:  at Socket.socketOnData (node:_http_client:541:22)
    623:  at Socket.emit (node:events:517:28)
    624:  at addChunk (node:internal/streams/readable:368:12)
    625:  at readableAddChunk (node:internal/streams/readable:341:9)
    626:  at Readable.push (node:internal/streams/readable:278:10)
    627:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    628:  9) Browsing Context Inspector
    629:  can listen to fragment navigated event:
    630:  Uncaught Error: Unexpected server response: 404
    ...
    
    635:  at Socket.socketOnData (node:_http_client:541:22)
    636:  at Socket.emit (node:events:517:28)
    637:  at addChunk (node:internal/streams/readable:368:12)
    638:  at readableAddChunk (node:internal/streams/readable:341:9)
    639:  at Readable.push (node:internal/streams/readable:278:10)
    640:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    641:  10) Browsing Context Inspector
    642:  can listen to browsing context destroyed event:
    643:  Uncaught Error: Unexpected server response: 404
    ...
    
    648:  at Socket.socketOnData (node:_http_client:541:22)
    649:  at Socket.emit (node:events:517:28)
    650:  at addChunk (node:internal/streams/readable:368:12)
    651:  at readableAddChunk (node:internal/streams/readable:341:9)
    652:  at Readable.push (node:internal/streams/readable:278:10)
    653:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    654:  11) Input module
    655:  can perform input action:
    656:  Uncaught Error: Unexpected server response: 404
    ...
    
    661:  at Socket.socketOnData (node:_http_client:541:22)
    662:  at Socket.emit (node:events:517:28)
    663:  at addChunk (node:internal/streams/readable:368:12)
    664:  at readableAddChunk (node:internal/streams/readable:341:9)
    665:  at Readable.push (node:internal/streams/readable:278:10)
    666:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    667:  12) Input module
    668:  can perform input action:
    669:  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
    670:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    671:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    672:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    673:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    674:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    675:  at async thenableWebDriverProxy.findElements (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    676:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    677:  remoteStacktrace: ''
    678:  }
    679:  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
    680:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    684:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    685:  at async thenableWebDriverProxy.findElements (node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    686:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    687:  remoteStacktrace: ''
    688:  }
    689:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    690:  13) Input module
    691:  can execute release in browsing context:
    692:  Uncaught Error: Unexpected server response: 404
    ...
    
    697:  at Socket.socketOnData (node:_http_client:541:22)
    698:  at Socket.emit (node:events:517:28)
    699:  at addChunk (node:internal/streams/readable:368:12)
    700:  at readableAddChunk (node:internal/streams/readable:341:9)
    701:  at Readable.push (node:internal/streams/readable:278:10)
    702:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    703:  14) Input module
    704:  can execute release in browsing context:
    705:  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 (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    707:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    708:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    709:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    710:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\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:  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
    715:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    718:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    719:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    720:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    721:  remoteStacktrace: ''
    722:  }
    723:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    724:  15) Log Inspector
    725:  test listen to console log:
    726:  Uncaught Error: Unexpected server response: 404
    ...
    
    730:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    731:  at Socket.socketOnData (node:_http_client:541:22)
    732:  at Socket.emit (node:events:517:28)
    733:  at addChunk (node:internal/streams/readable:368:12)
    734:  at readableAddChunk (node:internal/streams/readable:341:9)
    735:  at Readable.push (node:internal/streams/readable:278:10)
    736:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    737:  16) Log Inspector
    738:  test listen to javascript error log:
    739:  Uncaught Error: Unexpected server response: 404
    ...
    
    744:  at Socket.socketOnData (node:_http_client:541:22)
    745:  at Socket.emit (node:events:517:28)
    746:  at addChunk (node:internal/streams/readable:368:12)
    747:  at readableAddChunk (node:internal/streams/readable:341:9)
    748:  at Readable.push (node:internal/streams/readable:278:10)
    749:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    750:  17) Log Inspector
    751:  test retrieve stack trace for a log:
    752:  Uncaught Error: Unexpected server response: 404
    ...
    
    757:  at Socket.socketOnData (node:_http_client:541:22)
    758:  at Socket.emit (node:events:517:28)
    759:  at addChunk (node:internal/streams/readable:368:12)
    760:  at readableAddChunk (node:internal/streams/readable:341:9)
    761:  at Readable.push (node:internal/streams/readable:278:10)
    762:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    763:  18) Log Inspector
    764:  test listen to logs with multiple consumers:
    765:  Uncaught Error: Unexpected server response: 404
    ...
    
    770:  at Socket.socketOnData (node:_http_client:541:22)
    771:  at Socket.emit (node:events:517:28)
    772:  at addChunk (node:internal/streams/readable:368:12)
    773:  at readableAddChunk (node:internal/streams/readable:341:9)
    774:  at Readable.push (node:internal/streams/readable:278:10)
    775:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    776:  19) Network events
    777:  can listen to event before request is sent:
    778:  Uncaught Error: Unexpected server response: 404
    ...
    
    783:  at Socket.socketOnData (node:_http_client:541:22)
    784:  at Socket.emit (node:events:517:28)
    785:  at addChunk (node:internal/streams/readable:368:12)
    786:  at readableAddChunk (node:internal/streams/readable:341:9)
    787:  at Readable.push (node:internal/streams/readable:278:10)
    788:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    789:  20) Network events
    790:  can request cookies:
    791:  Uncaught Error: Unexpected server response: 404
    ...
    
    796:  at Socket.socketOnData (node:_http_client:541:22)
    797:  at Socket.emit (node:events:517:28)
    798:  at addChunk (node:internal/streams/readable:368:12)
    799:  at readableAddChunk (node:internal/streams/readable:341:9)
    800:  at Readable.push (node:internal/streams/readable:278:10)
    801:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    802:  21) Network events
    803:  can redirect http equiv:
    804:  Uncaught Error: Unexpected server response: 404
    ...
    
    809:  at Socket.socketOnData (node:_http_client:541:22)
    810:  at Socket.emit (node:events:517:28)
    811:  at addChunk (node:internal/streams/readable:368:12)
    812:  at readableAddChunk (node:internal/streams/readable:341:9)
    813:  at Readable.push (node:internal/streams/readable:278:10)
    814:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    815:  22) Network events
    816:  can subscribe to response started:
    817:  Uncaught Error: Unexpected server response: 404
    ...
    
    822:  at Socket.socketOnData (node:_http_client:541:22)
    823:  at Socket.emit (node:events:517:28)
    824:  at addChunk (node:internal/streams/readable:368:12)
    825:  at readableAddChunk (node:internal/streams/readable:341:9)
    826:  at Readable.push (node:internal/streams/readable:278:10)
    827:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    828:  23) Network events
    829:  can subscribe to response completed:
    830:  Uncaught Error: Unexpected server response: 404
    ...
    
    835:  at Socket.socketOnData (node:_http_client:541:22)
    836:  at Socket.emit (node:events:517:28)
    837:  at addChunk (node:internal/streams/readable:368:12)
    838:  at readableAddChunk (node:internal/streams/readable:341:9)
    839:  at Readable.push (node:internal/streams/readable:278:10)
    840:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    841:  24) Script commands
    842:  can call function:
    843:  Uncaught Error: Unexpected server response: 404
    ...
    
    848:  at Socket.socketOnData (node:_http_client:541:22)
    849:  at Socket.emit (node:events:517:28)
    850:  at addChunk (node:internal/streams/readable:368:12)
    851:  at readableAddChunk (node:internal/streams/readable:341:9)
    852:  at Readable.push (node:internal/streams/readable:278:10)
    853:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    854:  25) Script commands
    855:  can call function with declaration:
    856:  Uncaught Error: Unexpected server response: 404
    ...
    
    861:  at Socket.socketOnData (node:_http_client:541:22)
    862:  at Socket.emit (node:events:517:28)
    863:  at addChunk (node:internal/streams/readable:368:12)
    864:  at readableAddChunk (node:internal/streams/readable:341:9)
    865:  at Readable.push (node:internal/streams/readable:278:10)
    866:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    867:  26) Script commands
    868:  can call function to get element:
    869:  Uncaught Error: Unexpected server response: 404
    ...
    
    874:  at Socket.socketOnData (node:_http_client:541:22)
    875:  at Socket.emit (node:events:517:28)
    876:  at addChunk (node:internal/streams/readable:368:12)
    877:  at readableAddChunk (node:internal/streams/readable:341:9)
    878:  at Readable.push (node:internal/streams/readable:278:10)
    879:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    880:  27) Script commands
    881:  can call function with arguments:
    882:  Uncaught Error: Unexpected server response: 404
    ...
    
    887:  at Socket.socketOnData (node:_http_client:541:22)
    888:  at Socket.emit (node:events:517:28)
    889:  at addChunk (node:internal/streams/readable:368:12)
    890:  at readableAddChunk (node:internal/streams/readable:341:9)
    891:  at Readable.push (node:internal/streams/readable:278:10)
    892:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    893:  28) Script commands
    894:  can call function with await promise:
    895:  Uncaught Error: Unexpected server response: 404
    ...
    
    900:  at Socket.socketOnData (node:_http_client:541:22)
    901:  at Socket.emit (node:events:517:28)
    902:  at addChunk (node:internal/streams/readable:368:12)
    903:  at readableAddChunk (node:internal/streams/readable:341:9)
    904:  at Readable.push (node:internal/streams/readable:278:10)
    905:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    906:  29) Script commands
    907:  can call function with this parameter:
    908:  Uncaught Error: Unexpected server response: 404
    ...
    
    913:  at Socket.socketOnData (node:_http_client:541:22)
    914:  at Socket.emit (node:events:517:28)
    915:  at addChunk (node:internal/streams/readable:368:12)
    916:  at readableAddChunk (node:internal/streams/readable:341:9)
    917:  at Readable.push (node:internal/streams/readable:278:10)
    918:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    919:  30) Script commands
    920:  can call function with ownership root:
    921:  Uncaught Error: Unexpected server response: 404
    ...
    
    926:  at Socket.socketOnData (node:_http_client:541:22)
    927:  at Socket.emit (node:events:517:28)
    928:  at addChunk (node:internal/streams/readable:368:12)
    929:  at readableAddChunk (node:internal/streams/readable:341:9)
    930:  at Readable.push (node:internal/streams/readable:278:10)
    931:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    932:  31) Script commands
    933:  can call function with ownership none:
    934:  Uncaught Error: Unexpected server response: 404
    ...
    
    939:  at Socket.socketOnData (node:_http_client:541:22)
    940:  at Socket.emit (node:events:517:28)
    941:  at addChunk (node:internal/streams/readable:368:12)
    942:  at readableAddChunk (node:internal/streams/readable:341:9)
    943:  at Readable.push (node:internal/streams/readable:278:10)
    944:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    945:  32) Script commands
    946:  can call function that throws exception:
    947:  Uncaught Error: Unexpected server response: 404
    ...
    
    952:  at Socket.socketOnData (node:_http_client:541:22)
    953:  at Socket.emit (node:events:517:28)
    954:  at addChunk (node:internal/streams/readable:368:12)
    955:  at readableAddChunk (node:internal/streams/readable:341:9)
    956:  at Readable.push (node:internal/streams/readable:278:10)
    957:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    958:  33) Script commands
    959:  can call function in a sandbox:
    960:  Uncaught Error: Unexpected server response: 404
    ...
    
    965:  at Socket.socketOnData (node:_http_client:541:22)
    966:  at Socket.emit (node:events:517:28)
    967:  at addChunk (node:internal/streams/readable:368:12)
    968:  at readableAddChunk (node:internal/streams/readable:341:9)
    969:  at Readable.push (node:internal/streams/readable:278:10)
    970:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    971:  34) Script commands
    972:  can call function in a realm:
    973:  Uncaught Error: Unexpected server response: 404
    ...
    
    978:  at Socket.socketOnData (node:_http_client:541:22)
    979:  at Socket.emit (node:events:517:28)
    980:  at addChunk (node:internal/streams/readable:368:12)
    981:  at readableAddChunk (node:internal/streams/readable:341:9)
    982:  at Readable.push (node:internal/streams/readable:278:10)
    983:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    984:  35) Script commands
    985:  can evaluate script:
    986:  Uncaught Error: Unexpected server response: 404
    ...
    
    991:  at Socket.socketOnData (node:_http_client:541:22)
    992:  at Socket.emit (node:events:517:28)
    993:  at addChunk (node:internal/streams/readable:368:12)
    994:  at readableAddChunk (node:internal/streams/readable:341:9)
    995:  at Readable.push (node:internal/streams/readable:278:10)
    996:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    997:  36) Script commands
    998:  can evaluate script that throws exception:
    999:  Uncaught Error: Unexpected server response: 404
    ...
    
    1004:  at Socket.socketOnData (node:_http_client:541:22)
    1005:  at Socket.emit (node:events:517:28)
    1006:  at addChunk (node:internal/streams/readable:368:12)
    1007:  at readableAddChunk (node:internal/streams/readable:341:9)
    1008:  at Readable.push (node:internal/streams/readable:278:10)
    1009:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1010:  37) Script commands
    1011:  can evaluate script with result ownership:
    1012:  Uncaught Error: Unexpected server response: 404
    ...
    
    1017:  at Socket.socketOnData (node:_http_client:541:22)
    1018:  at Socket.emit (node:events:517:28)
    1019:  at addChunk (node:internal/streams/readable:368:12)
    1020:  at readableAddChunk (node:internal/streams/readable:341:9)
    1021:  at Readable.push (node:internal/streams/readable:278:10)
    1022:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1023:  38) Script commands
    1024:  can evaluate in a sandbox:
    1025:  Uncaught Error: Unexpected server response: 404
    ...
    
    1030:  at Socket.socketOnData (node:_http_client:541:22)
    1031:  at Socket.emit (node:events:517:28)
    1032:  at addChunk (node:internal/streams/readable:368:12)
    1033:  at readableAddChunk (node:internal/streams/readable:341:9)
    1034:  at Readable.push (node:internal/streams/readable:278:10)
    1035:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1036:  39) Script commands
    1037:  can evaluate in a realm:
    1038:  Uncaught Error: Unexpected server response: 404
    ...
    
    1043:  at Socket.socketOnData (node:_http_client:541:22)
    1044:  at Socket.emit (node:events:517:28)
    1045:  at addChunk (node:internal/streams/readable:368:12)
    1046:  at readableAddChunk (node:internal/streams/readable:341:9)
    1047:  at Readable.push (node:internal/streams/readable:278:10)
    1048:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1049:  40) Script commands
    1050:  can disown handles:
    1051:  Uncaught Error: Unexpected server response: 404
    ...
    
    1056:  at Socket.socketOnData (node:_http_client:541:22)
    1057:  at Socket.emit (node:events:517:28)
    1058:  at addChunk (node:internal/streams/readable:368:12)
    1059:  at readableAddChunk (node:internal/streams/readable:341:9)
    1060:  at Readable.push (node:internal/streams/readable:278:10)
    1061:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1062:  41) Script commands
    1063:  can disown handles in realm:
    1064:  Uncaught Error: Unexpected server response: 404
    ...
    
    1069:  at Socket.socketOnData (node:_http_client:541:22)
    1070:  at Socket.emit (node:events:517:28)
    1071:  at addChunk (node:internal/streams/readable:368:12)
    1072:  at readableAddChunk (node:internal/streams/readable:341:9)
    1073:  at Readable.push (node:internal/streams/readable:278:10)
    1074:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1075:  42) Script commands
    1076:  can get all realms:
    1077:  Uncaught Error: Unexpected server response: 404
    ...
    
    1082:  at Socket.socketOnData (node:_http_client:541:22)
    1083:  at Socket.emit (node:events:517:28)
    1084:  at addChunk (node:internal/streams/readable:368:12)
    1085:  at readableAddChunk (node:internal/streams/readable:341:9)
    1086:  at Readable.push (node:internal/streams/readable:278:10)
    1087:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1088:  43) Script commands
    1089:  can get realm by type:
    1090:  Uncaught Error: Unexpected server response: 404
    ...
    
    1095:  at Socket.socketOnData (node:_http_client:541:22)
    1096:  at Socket.emit (node:events:517:28)
    1097:  at addChunk (node:internal/streams/readable:368:12)
    1098:  at readableAddChunk (node:internal/streams/readable:341:9)
    1099:  at Readable.push (node:internal/streams/readable:278:10)
    1100:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1101:  44) Script commands
    1102:  can get realm in browsing context:
    1103:  Uncaught Error: Unexpected server response: 404
    ...
    
    1108:  at Socket.socketOnData (node:_http_client:541:22)
    1109:  at Socket.emit (node:events:517:28)
    1110:  at addChunk (node:internal/streams/readable:368:12)
    1111:  at readableAddChunk (node:internal/streams/readable:341:9)
    1112:  at Readable.push (node:internal/streams/readable:278:10)
    1113:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1114:  45) Script commands
    1115:  can get realm in browsing context by type:
    1116:  Uncaught Error: Unexpected server response: 404
    ...
    
    1121:  at Socket.socketOnData (node:_http_client:541:22)
    1122:  at Socket.emit (node:events:517:28)
    1123:  at addChunk (node:internal/streams/readable:368:12)
    1124:  at readableAddChunk (node:internal/streams/readable:341:9)
    1125:  at Readable.push (node:internal/streams/readable:278:10)
    1126:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1127:  46) Script commands
    1128:  can add preload script:
    1129:  Uncaught Error: Unexpected server response: 404
    ...
    
    1134:  at Socket.socketOnData (node:_http_client:541:22)
    1135:  at Socket.emit (node:events:517:28)
    1136:  at addChunk (node:internal/streams/readable:368:12)
    1137:  at readableAddChunk (node:internal/streams/readable:341:9)
    1138:  at Readable.push (node:internal/streams/readable:278:10)
    1139:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1140:  47) Script commands
    1141:  can add preload script to sandbox:
    1142:  Uncaught Error: Unexpected server response: 404
    ...
    
    1147:  at Socket.socketOnData (node:_http_client:541:22)
    1148:  at Socket.emit (node:events:517:28)
    1149:  at addChunk (node:internal/streams/readable:368:12)
    1150:  at readableAddChunk (node:internal/streams/readable:341:9)
    1151:  at Readable.push (node:internal/streams/readable:278:10)
    1152:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1153:  48) Script commands
    1154:  can remove preload script:
    1155:  Uncaught Error: Unexpected server response: 404
    ...
    
    1160:  at Socket.socketOnData (node:_http_client:541:22)
    1161:  at Socket.emit (node:events:517:28)
    1162:  at addChunk (node:internal/streams/readable:368:12)
    1163:  at readableAddChunk (node:internal/streams/readable:341:9)
    1164:  at Readable.push (node:internal/streams/readable:278:10)
    1165:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1166:  49) Script events
    1167:  can listen to channel message:
    1168:  Uncaught Error: Unexpected server response: 404
    ...
    
    1173:  at Socket.socketOnData (node:_http_client:541:22)
    1174:  at Socket.emit (node:events:517:28)
    1175:  at addChunk (node:internal/streams/readable:368:12)
    1176:  at readableAddChunk (node:internal/streams/readable:341:9)
    1177:  at Readable.push (node:internal/streams/readable:278:10)
    1178:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1179:  50) Script events
    1180:  can listen to realm created message:
    1181:  Uncaught Error: Unexpected server response: 404
    ...
    
    1186:  at Socket.socketOnData (node:_http_client:541:22)
    1187:  at Socket.emit (node:events:517:28)
    1188:  at addChunk (node:internal/streams/readable:368:12)
    1189:  at readableAddChunk (node:internal/streams/readable:341:9)
    1190:  at Readable.push (node:internal/streams/readable:278:10)
    1191:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1192:  51) BiDi Logging
    1193:  can listen to console log:
    1194:  Uncaught Error: Unexpected server response: 404
    ...
    
    1199:  at Socket.socketOnData (node:_http_client:541:22)
    1200:  at Socket.emit (node:events:517:28)
    1201:  at addChunk (node:internal/streams/readable:368:12)
    1202:  at readableAddChunk (node:internal/streams/readable:341:9)
    1203:  at Readable.push (node:internal/streams/readable:278:10)
    1204:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1205:  52) BiDi Logging
    1206:  can remove console log handler:
    1207:  Uncaught Error: Unexpected server response: 404
    ...
    
    1211:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    1212:  at Socket.socketOnData (node:_http_client:541:22)
    1213:  at Socket.emit (node:events:517:28)
    1214:  at addChunk (node:internal/streams/readable:368:12)
    1215:  at readableAddChunk (node:internal/streams/readable:341:9)
    1216:  at Readable.push (node:internal/streams/readable:278:10)
    1217:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1218:  53) BiDi Logging
    1219:  can remove to javascript error handler:
    1220:  Uncaught Error: Unexpected server response: 404
    ...
    
    1225:  at Socket.socketOnData (node:_http_client:541:22)
    1226:  at Socket.emit (node:events:517:28)
    1227:  at addChunk (node:internal/streams/readable:368:12)
    1228:  at readableAddChunk (node:internal/streams/readable:341:9)
    1229:  at Readable.push (node:internal/streams/readable:278:10)
    1230:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1231:  54) BiDi Script
    1232:  can remove to dom mutation handler:
    1233:  Uncaught Error: Unexpected server response: 404
    ...
    
    1238:  at Socket.socketOnData (node:_http_client:541:22)
    1239:  at Socket.emit (node:events:517:28)
    1240:  at addChunk (node:internal/streams/readable:368:12)
    1241:  at readableAddChunk (node:internal/streams/readable:341:9)
    1242:  at Readable.push (node:internal/streams/readable:278:10)
    1243:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1244:  55) BiDi Script
    1245:  can unpin script:
    1246:  Uncaught Error: Unexpected server response: 404
    ...
    
    1251:  at Socket.socketOnData (node:_http_client:541:22)
    1252:  at Socket.emit (node:events:517:28)
    1253:  at addChunk (node:internal/streams/readable:368:12)
    1254:  at readableAddChunk (node:internal/streams/readable:341:9)
    1255:  at Readable.push (node:internal/streams/readable:278:10)
    1256:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1257:  56) Service Test
    1258:  Set Driver Location:
    1259:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:52133/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\131.0.6778.85\chromedriver.exe
    1260:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    1261:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1262:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
    ...
    
    1297:  ✔ Scroll to the element (178ms)
    1298:  Actions API - Wheel Tests
    1299:  ✔ Scroll to element (300ms)
    1300:  ✔ Scroll by given amount (583ms)
    1301:  ✔ Scroll from an element by a given amount (625ms)
    1302:  ✔ Scroll from an element with an offset (635ms)
    1303:  ✔ Scroll from an offset of origin (element) by given amount (1083ms)
    1304:  Integration Tests
    1305:  2) test navigate and listen to errors
    ...
    
    1331:  - can locate node with none ownership value
    1332:  - can locate node with root ownership value
    1333:  - can locate node with given start nodes
    1334:  - can locate nodes in a given sandbox
    1335:  - can find element
    1336:  - can find elements
    1337:  Log Inspector
    1338:  15) test listen to console log
    1339:  16) test listen to javascript error log
    ...
    
    1380:  47) can remove preload script
    1381:  Script events
    1382:  48) can listen to channel message
    1383:  49) can listen to realm created message
    1384:  - can listen to realm destroyed message
    1385:  BiDi Logging
    1386:  50) can listen to console log
    1387:  51) can remove console log handler
    1388:  52) can listen to javascript error
    1389:  53) can remove to javascript error handler
    ...
    
    1551:  ✔ Create and add non residential key
    1552:  ✔ Get credential
    1553:  ✔ Remove all credentials
    1554:  ✔ Set is user verified
    1555:  Virtual authenticator options
    1556:  ✔ Virtual options
    1557:  ✔ User verified
    1558:  Waits
    1559:  ✔ fail (1254ms)
    1560:  ✔ sleep (2127ms)
    1561:  ✔ implicit (1141ms)
    1562:  ✔ explicit (1557ms)
    1563:  98 passing (17m)
    1564:  20 pending
    1565:  56 failing
    1566:  1) Mouse move by offset
    1567:  From element:
    1568:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    1569:  false !== true
    1570:  + expected - actual
    1571:  -false
    1572:  +true
    1573:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    1574:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1575:  2) Integration Tests
    1576:  test navigate and listen to errors:
    1577:  Uncaught Error: Unexpected server response: 404
    ...
    
    1582:  at Socket.socketOnData (node:_http_client:541:22)
    1583:  at Socket.emit (node:events:517:28)
    1584:  at addChunk (node:internal/streams/readable:368:12)
    1585:  at readableAddChunk (node:internal/streams/readable:341:9)
    1586:  at Readable.push (node:internal/streams/readable:278:10)
    1587:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1588:  3) Browsing Context
    1589:  "after each" hook for "test create a browsing context for given id":
    1590:  Uncaught Error: Unexpected server response: 404
    ...
    
    1595:  at Socket.socketOnData (node:_http_client:541:22)
    1596:  at Socket.emit (node:events:517:28)
    1597:  at addChunk (node:internal/streams/readable:368:12)
    1598:  at readableAddChunk (node:internal/streams/readable:341:9)
    1599:  at Readable.push (node:internal/streams/readable:278:10)
    1600:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1601:  4) Browsing Context
    1602:  "after each" hook for "test create a browsing context for given id":
    1603:  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
    1604:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1605:  5) Browsing Context Inspector
    1606:  can listen to window browsing context created event:
    1607:  Uncaught Error: Unexpected server response: 404
    ...
    
    1612:  at Socket.socketOnData (node:_http_client:541:22)
    1613:  at Socket.emit (node:events:517:28)
    1614:  at addChunk (node:internal/streams/readable:368:12)
    1615:  at readableAddChunk (node:internal/streams/readable:341:9)
    1616:  at Readable.push (node:internal/streams/readable:278:10)
    1617:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1618:  6) Browsing Context Inspector
    1619:  can listen to tab browsing context created event:
    1620:  Uncaught Error: Unexpected server response: 404
    ...
    
    1625:  at Socket.socketOnData (node:_http_client:541:22)
    1626:  at Socket.emit (node:events:517:28)
    1627:  at addChunk (node:internal/streams/readable:368:12)
    1628:  at readableAddChunk (node:internal/streams/readable:341:9)
    1629:  at Readable.push (node:internal/streams/readable:278:10)
    1630:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1631:  7) Browsing Context Inspector
    1632:  can listen to dom content loaded event:
    1633:  Uncaught Error: Unexpected server response: 404
    ...
    
    1638:  at Socket.socketOnData (node:_http_client:541:22)
    1639:  at Socket.emit (node:events:517:28)
    1640:  at addChunk (node:internal/streams/readable:368:12)
    1641:  at readableAddChunk (node:internal/streams/readable:341:9)
    1642:  at Readable.push (node:internal/streams/readable:278:10)
    1643:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1644:  8) Browsing Context Inspector
    1645:  can listen to browsing context loaded event:
    1646:  Uncaught Error: Unexpected server response: 404
    ...
    
    1651:  at Socket.socketOnData (node:_http_client:541:22)
    1652:  at Socket.emit (node:events:517:28)
    1653:  at addChunk (node:internal/streams/readable:368:12)
    1654:  at readableAddChunk (node:internal/streams/readable:341:9)
    1655:  at Readable.push (node:internal/streams/readable:278:10)
    1656:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1657:  9) Browsing Context Inspector
    1658:  can listen to fragment navigated event:
    1659:  Uncaught Error: Unexpected server response: 404
    ...
    
    1664:  at Socket.socketOnData (node:_http_client:541:22)
    1665:  at Socket.emit (node:events:517:28)
    1666:  at addChunk (node:internal/streams/readable:368:12)
    1667:  at readableAddChunk (node:internal/streams/readable:341:9)
    1668:  at Readable.push (node:internal/streams/readable:278:10)
    1669:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1670:  10) Browsing Context Inspector
    1671:  can listen to browsing context destroyed event:
    1672:  Uncaught Error: Unexpected server response: 404
    ...
    
    1677:  at Socket.socketOnData (node:_http_client:541:22)
    1678:  at Socket.emit (node:events:517:28)
    1679:  at addChunk (node:internal/streams/readable:368:12)
    1680:  at readableAddChunk (node:internal/streams/readable:341:9)
    1681:  at Readable.push (node:internal/streams/readable:278:10)
    1682:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1683:  11) Input module
    1684:  can perform input action:
    1685:  Uncaught Error: Unexpected server response: 404
    ...
    
    1690:  at Socket.socketOnData (node:_http_client:541:22)
    1691:  at Socket.emit (node:events:517:28)
    1692:  at addChunk (node:internal/streams/readable:368:12)
    1693:  at readableAddChunk (node:internal/streams/readable:341:9)
    1694:  at Readable.push (node:internal/streams/readable:278:10)
    1695:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1696:  12) Input module
    1697:  can perform input action:
    1698:  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
    1699:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    1700:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    1701:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    1702:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1703:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1704:  at async thenableWebDriverProxy.findElements (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    1705:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    1706:  remoteStacktrace: ''
    1707:  }
    1708:  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
    1709:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    1713:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1714:  at async thenableWebDriverProxy.findElements (node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    1715:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    1716:  remoteStacktrace: ''
    1717:  }
    1718:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1719:  13) Input module
    1720:  can execute release in browsing context:
    1721:  Uncaught Error: Unexpected server response: 404
    ...
    
    1726:  at Socket.socketOnData (node:_http_client:541:22)
    1727:  at Socket.emit (node:events:517:28)
    1728:  at addChunk (node:internal/streams/readable:368:12)
    1729:  at readableAddChunk (node:internal/streams/readable:341:9)
    1730:  at Readable.push (node:internal/streams/readable:278:10)
    1731:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1732:  14) Input module
    1733:  can execute release in browsing context:
    1734:  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
    1735:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    1736:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    1737:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    1738:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1739:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1740:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    1741:  remoteStacktrace: ''
    1742:  }
    1743:  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
    1744:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    1747:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1748:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1749:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    1750:  remoteStacktrace: ''
    1751:  }
    1752:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1753:  15) Log Inspector
    1754:  test listen to console log:
    1755:  Uncaught Error: Unexpected server response: 404
    ...
    
    1759:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    1760:  at Socket.socketOnData (node:_http_client:541:22)
    1761:  at Socket.emit (node:events:517:28)
    1762:  at addChunk (node:internal/streams/readable:368:12)
    1763:  at readableAddChunk (node:internal/streams/readable:341:9)
    1764:  at Readable.push (node:internal/streams/readable:278:10)
    1765:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1766:  16) Log Inspector
    1767:  test listen to javascript error log:
    1768:  Uncaught Error: Unexpected server response: 404
    ...
    
    1773:  at Socket.socketOnData (node:_http_client:541:22)
    1774:  at Socket.emit (node:events:517:28)
    1775:  at addChunk (node:internal/streams/readable:368:12)
    1776:  at readableAddChunk (node:internal/streams/readable:341:9)
    1777:  at Readable.push (node:internal/streams/readable:278:10)
    1778:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1779:  17) Log Inspector
    1780:  test retrieve stack trace for a log:
    1781:  Uncaught Error: Unexpected server response: 404
    ...
    
    1786:  at Socket.socketOnData (node:_http_client:541:22)
    1787:  at Socket.emit (node:events:517:28)
    1788:  at addChunk (node:internal/streams/readable:368:12)
    1789:  at readableAddChunk (node:internal/streams/readable:341:9)
    1790:  at Readable.push (node:internal/streams/readable:278:10)
    1791:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1792:  18) Log Inspector
    1793:  test listen to logs with multiple consumers:
    1794:  Uncaught Error: Unexpected server response: 404
    ...
    
    1799:  at Socket.socketOnData (node:_http_client:541:22)
    1800:  at Socket.emit (node:events:517:28)
    1801:  at addChunk (node:internal/streams/readable:368:12)
    1802:  at readableAddChunk (node:internal/streams/readable:341:9)
    1803:  at Readable.push (node:internal/streams/readable:278:10)
    1804:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1805:  19) Network events
    1806:  can listen to event before request is sent:
    1807:  Uncaught Error: Unexpected server response: 404
    ...
    
    1812:  at Socket.socketOnData (node:_http_client:541:22)
    1813:  at Socket.emit (node:events:517:28)
    1814:  at addChunk (node:internal/streams/readable:368:12)
    1815:  at readableAddChunk (node:internal/streams/readable:341:9)
    1816:  at Readable.push (node:internal/streams/readable:278:10)
    1817:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1818:  20) Network events
    1819:  can request cookies:
    1820:  Uncaught Error: Unexpected server response: 404
    ...
    
    1825:  at Socket.socketOnData (node:_http_client:541:22)
    1826:  at Socket.emit (node:events:517:28)
    1827:  at addChunk (node:internal/streams/readable:368:12)
    1828:  at readableAddChunk (node:internal/streams/readable:341:9)
    1829:  at Readable.push (node:internal/streams/readable:278:10)
    1830:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1831:  21) Network events
    1832:  can redirect http equiv:
    1833:  Uncaught Error: Unexpected server response: 404
    ...
    
    1838:  at Socket.socketOnData (node:_http_client:541:22)
    1839:  at Socket.emit (node:events:517:28)
    1840:  at addChunk (node:internal/streams/readable:368:12)
    1841:  at readableAddChunk (node:internal/streams/readable:341:9)
    1842:  at Readable.push (node:internal/streams/readable:278:10)
    1843:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1844:  22) Network events
    1845:  can subscribe to response started:
    1846:  Uncaught Error: Unexpected server response: 404
    ...
    
    1851:  at Socket.socketOnData (node:_http_client:541:22)
    1852:  at Socket.emit (node:events:517:28)
    1853:  at addChunk (node:internal/streams/readable:368:12)
    1854:  at readableAddChunk (node:internal/streams/readable:341:9)
    1855:  at Readable.push (node:internal/streams/readable:278:10)
    1856:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1857:  23) Network events
    1858:  can subscribe to response completed:
    1859:  Uncaught Error: Unexpected server response: 404
    ...
    
    1864:  at Socket.socketOnData (node:_http_client:541:22)
    1865:  at Socket.emit (node:events:517:28)
    1866:  at addChunk (node:internal/streams/readable:368:12)
    1867:  at readableAddChunk (node:internal/streams/readable:341:9)
    1868:  at Readable.push (node:internal/streams/readable:278:10)
    1869:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1870:  24) Script commands
    1871:  can call function:
    1872:  Uncaught Error: Unexpected server response: 404
    ...
    
    1877:  at Socket.socketOnData (node:_http_client:541:22)
    1878:  at Socket.emit (node:events:517:28)
    1879:  at addChunk (node:internal/streams/readable:368:12)
    1880:  at readableAddChunk (node:internal/streams/readable:341:9)
    1881:  at Readable.push (node:internal/streams/readable:278:10)
    1882:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1883:  25) Script commands
    1884:  can call function with declaration:
    1885:  Uncaught Error: Unexpected server response: 404
    ...
    
    1890:  at Socket.socketOnData (node:_http_client:541:22)
    1891:  at Socket.emit (node:events:517:28)
    1892:  at addChunk (node:internal/streams/readable:368:12)
    1893:  at readableAddChunk (node:internal/streams/readable:341:9)
    1894:  at Readable.push (node:internal/streams/readable:278:10)
    1895:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1896:  26) Script commands
    1897:  can call function to get element:
    1898:  Uncaught Error: Unexpected server response: 404
    ...
    
    1903:  at Socket.socketOnData (node:_http_client:541:22)
    1904:  at Socket.emit (node:events:517:28)
    1905:  at addChunk (node:internal/streams/readable:368:12)
    1906:  at readableAddChunk (node:internal/streams/readable:341:9)
    1907:  at Readable.push (node:internal/streams/readable:278:10)
    1908:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1909:  27) Script commands
    1910:  can call function with arguments:
    1911:  Uncaught Error: Unexpected server response: 404
    ...
    
    1916:  at Socket.socketOnData (node:_http_client:541:22)
    1917:  at Socket.emit (node:events:517:28)
    1918:  at addChunk (node:internal/streams/readable:368:12)
    1919:  at readableAddChunk (node:internal/streams/readable:341:9)
    1920:  at Readable.push (node:internal/streams/readable:278:10)
    1921:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1922:  28) Script commands
    1923:  can call function with await promise:
    1924:  Uncaught Error: Unexpected server response: 404
    ...
    
    1929:  at Socket.socketOnData (node:_http_client:541:22)
    1930:  at Socket.emit (node:events:517:28)
    1931:  at addChunk (node:internal/streams/readable:368:12)
    1932:  at readableAddChunk (node:internal/streams/readable:341:9)
    1933:  at Readable.push (node:internal/streams/readable:278:10)
    1934:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1935:  29) Script commands
    1936:  can call function with await promise false:
    1937:  Uncaught Error: Unexpected server response: 404
    ...
    
    1942:  at Socket.socketOnData (node:_http_client:541:22)
    1943:  at Socket.emit (node:events:517:28)
    1944:  at addChunk (node:internal/streams/readable:368:12)
    1945:  at readableAddChunk (node:internal/streams/readable:341:9)
    1946:  at Readable.push (node:internal/streams/readable:278:10)
    1947:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1948:  30) Script commands
    1949:  can call function with this parameter:
    1950:  Uncaught Error: Unexpected server response: 404
    ...
    
    1955:  at Socket.socketOnData (node:_http_client:541:22)
    1956:  at Socket.emit (node:events:517:28)
    1957:  at addChunk (node:internal/streams/readable:368:12)
    1958:  at readableAddChunk (node:internal/streams/readable:341:9)
    1959:  at Readable.push (node:internal/streams/readable:278:10)
    1960:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1961:  31) Script commands
    1962:  can call function with ownership root:
    1963:  Uncaught Error: Unexpected server response: 404
    ...
    
    1968:  at Socket.socketOnData (node:_http_client:541:22)
    1969:  at Socket.emit (node:events:517:28)
    1970:  at addChunk (node:internal/streams/readable:368:12)
    1971:  at readableAddChunk (node:internal/streams/readable:341:9)
    1972:  at Readable.push (node:internal/streams/readable:278:10)
    1973:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1974:  32) Script commands
    1975:  can call function with ownership none:
    1976:  Uncaught Error: Unexpected server response: 404
    ...
    
    1981:  at Socket.socketOnData (node:_http_client:541:22)
    1982:  at Socket.emit (node:events:517:28)
    1983:  at addChunk (node:internal/streams/readable:368:12)
    1984:  at readableAddChunk (node:internal/streams/readable:341:9)
    1985:  at Readable.push (node:internal/streams/readable:278:10)
    1986:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1987:  33) Script commands
    1988:  can call function that throws exception:
    1989:  Uncaught Error: Unexpected server response: 404
    ...
    
    1994:  at Socket.socketOnData (node:_http_client:541:22)
    1995:  at Socket.emit (node:events:517:28)
    1996:  at addChunk (node:internal/streams/readable:368:12)
    1997:  at readableAddChunk (node:internal/streams/readable:341:9)
    1998:  at Readable.push (node:internal/streams/readable:278:10)
    1999:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2000:  34) Script commands
    2001:  can call function in a sandbox:
    2002:  Uncaught Error: Unexpected server response: 404
    ...
    
    2007:  at Socket.socketOnData (node:_http_client:541:22)
    2008:  at Socket.emit (node:events:517:28)
    2009:  at addChunk (node:internal/streams/readable:368:12)
    2010:  at readableAddChunk (node:internal/streams/readable:341:9)
    2011:  at Readable.push (node:internal/streams/readable:278:10)
    2012:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2013:  35) Script commands
    2014:  can evaluate script:
    2015:  Uncaught Error: Unexpected server response: 404
    ...
    
    2020:  at Socket.socketOnData (node:_http_client:541:22)
    2021:  at Socket.emit (node:events:517:28)
    2022:  at addChunk (node:internal/streams/readable:368:12)
    2023:  at readableAddChunk (node:internal/streams/readable:341:9)
    2024:  at Readable.push (node:internal/streams/readable:278:10)
    2025:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2026:  36) Script commands
    2027:  can evaluate script that throws exception:
    2028:  Uncaught Error: Unexpected server response: 404
    ...
    
    2033:  at Socket.socketOnData (node:_http_client:541:22)
    2034:  at Socket.emit (node:events:517:28)
    2035:  at addChunk (node:internal/streams/readable:368:12)
    2036:  at readableAddChunk (node:internal/streams/readable:341:9)
    2037:  at Readable.push (node:internal/streams/readable:278:10)
    2038:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2039:  37) Script commands
    2040:  can evaluate script with result ownership:
    2041:  Uncaught Error: Unexpected server response: 404
    ...
    
    2046:  at Socket.socketOnData (node:_http_client:541:22)
    2047:  at Socket.emit (node:events:517:28)
    2048:  at addChunk (node:internal/streams/readable:368:12)
    2049:  at readableAddChunk (node:internal/streams/readable:341:9)
    2050:  at Readable.push (node:internal/streams/readable:278:10)
    2051:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2052:  38) Script commands
    2053:  can evaluate in a sandbox:
    2054:  Uncaught Error: Unexpected server response: 404
    ...
    
    2059:  at Socket.socketOnData (node:_http_client:541:22)
    2060:  at Socket.emit (node:events:517:28)
    2061:  at addChunk (node:internal/streams/readable:368:12)
    2062:  at readableAddChunk (node:internal/streams/readable:341:9)
    2063:  at Readable.push (node:internal/streams/readable:278:10)
    2064:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2065:  39) Script commands
    2066:  can disown handles:
    2067:  Uncaught Error: Unexpected server response: 404
    ...
    
    2072:  at Socket.socketOnData (node:_http_client:541:22)
    2073:  at Socket.emit (node:events:517:28)
    2074:  at addChunk (node:internal/streams/readable:368:12)
    2075:  at readableAddChunk (node:internal/streams/readable:341:9)
    2076:  at Readable.push (node:internal/streams/readable:278:10)
    2077:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2078:  40) Script commands
    2079:  can disown handles in realm:
    2080:  Uncaught Error: Unexpected server response: 404
    ...
    
    2085:  at Socket.socketOnData (node:_http_client:541:22)
    2086:  at Socket.emit (node:events:517:28)
    2087:  at addChunk (node:internal/streams/readable:368:12)
    2088:  at readableAddChunk (node:internal/streams/readable:341:9)
    2089:  at Readable.push (node:internal/streams/readable:278:10)
    2090:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2091:  41) Script commands
    2092:  can get all realms:
    2093:  Uncaught Error: Unexpected server response: 404
    ...
    
    2098:  at Socket.socketOnData (node:_http_client:541:22)
    2099:  at Socket.emit (node:events:517:28)
    2100:  at addChunk (node:internal/streams/readable:368:12)
    2101:  at readableAddChunk (node:internal/streams/readable:341:9)
    2102:  at Readable.push (node:internal/streams/readable:278:10)
    2103:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2104:  42) Script commands
    2105:  can get realm by type:
    2106:  Uncaught Error: Unexpected server response: 404
    ...
    
    2111:  at Socket.socketOnData (node:_http_client:541:22)
    2112:  at Socket.emit (node:events:517:28)
    2113:  at addChunk (node:internal/streams/readable:368:12)
    2114:  at readableAddChunk (node:internal/streams/readable:341:9)
    2115:  at Readable.push (node:internal/streams/readable:278:10)
    2116:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2117:  43) Script commands
    2118:  can get realm in browsing context:
    2119:  Uncaught Error: Unexpected server response: 404
    ...
    
    2124:  at Socket.socketOnData (node:_http_client:541:22)
    2125:  at Socket.emit (node:events:517:28)
    2126:  at addChunk (node:internal/streams/readable:368:12)
    2127:  at readableAddChunk (node:internal/streams/readable:341:9)
    2128:  at Readable.push (node:internal/streams/readable:278:10)
    2129:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2130:  44) Script commands
    2131:  can get realm in browsing context by type:
    2132:  Uncaught Error: Unexpected server response: 404
    ...
    
    2137:  at Socket.socketOnData (node:_http_client:541:22)
    2138:  at Socket.emit (node:events:517:28)
    2139:  at addChunk (node:internal/streams/readable:368:12)
    2140:  at readableAddChunk (node:internal/streams/readable:341:9)
    2141:  at Readable.push (node:internal/streams/readable:278:10)
    2142:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2143:  45) Script commands
    2144:  can add preload script:
    2145:  Uncaught Error: Unexpected server response: 404
    ...
    
    2150:  at Socket.socketOnData (node:_http_client:541:22)
    2151:  at Socket.emit (node:events:517:28)
    2152:  at addChunk (node:internal/streams/readable:368:12)
    2153:  at readableAddChunk (node:internal/streams/readable:341:9)
    2154:  at Readable.push (node:internal/streams/readable:278:10)
    2155:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2156:  46) Script commands
    2157:  can add preload script to sandbox:
    2158:  Uncaught Error: Unexpected server response: 404
    ...
    
    2163:  at Socket.socketOnData (node:_http_client:541:22)
    2164:  at Socket.emit (node:events:517:28)
    2165:  at addChunk (node:internal/streams/readable:368:12)
    2166:  at readableAddChunk (node:internal/streams/readable:341:9)
    2167:  at Readable.push (node:internal/streams/readable:278:10)
    2168:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2169:  47) Script commands
    2170:  can remove preload script:
    2171:  Uncaught Error: Unexpected server response: 404
    ...
    
    2176:  at Socket.socketOnData (node:_http_client:541:22)
    2177:  at Socket.emit (node:events:517:28)
    2178:  at addChunk (node:internal/streams/readable:368:12)
    2179:  at readableAddChunk (node:internal/streams/readable:341:9)
    2180:  at Readable.push (node:internal/streams/readable:278:10)
    2181:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2182:  48) Script events
    2183:  can listen to channel message:
    2184:  Uncaught Error: Unexpected server response: 404
    ...
    
    2189:  at Socket.socketOnData (node:_http_client:541:22)
    2190:  at Socket.emit (node:events:517:28)
    2191:  at addChunk (node:internal/streams/readable:368:12)
    2192:  at readableAddChunk (node:internal/streams/readable:341:9)
    2193:  at Readable.push (node:internal/streams/readable:278:10)
    2194:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2195:  49) Script events
    2196:  can listen to realm created message:
    2197:  Uncaught Error: Unexpected server response: 404
    ...
    
    2202:  at Socket.socketOnData (node:_http_client:541:22)
    2203:  at Socket.emit (node:events:517:28)
    2204:  at addChunk (node:internal/streams/readable:368:12)
    2205:  at readableAddChunk (node:internal/streams/readable:341:9)
    2206:  at Readable.push (node:internal/streams/readable:278:10)
    2207:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2208:  50) BiDi Logging
    2209:  can listen to console log:
    2210:  Uncaught Error: Unexpected server response: 404
    ...
    
    2215:  at Socket.socketOnData (node:_http_client:541:22)
    2216:  at Socket.emit (node:events:517:28)
    2217:  at addChunk (node:internal/streams/readable:368:12)
    2218:  at readableAddChunk (node:internal/streams/readable:341:9)
    2219:  at Readable.push (node:internal/streams/readable:278:10)
    2220:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2221:  51) BiDi Logging
    2222:  can remove console log handler:
    2223:  Uncaught Error: Unexpected server response: 404
    ...
    
    2227:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    2228:  at Socket.socketOnData (node:_http_client:541:22)
    2229:  at Socket.emit (node:events:517:28)
    2230:  at addChunk (node:internal/streams/readable:368:12)
    2231:  at readableAddChunk (node:internal/streams/readable:341:9)
    2232:  at Readable.push (node:internal/streams/readable:278:10)
    2233:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    2234:  52) BiDi Logging
    2235:  can listen to javascript error:
    2236:  Uncaught Error: Unexpected server response: 404
    ...
    
    2240:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    2241:  at Socket.socketOnData (node:_http_client:541:22)
    2242:  at Socket.emit (node:events:517:28)
    2243:  at addChunk...

    @renovate renovate bot changed the title fix(deps): update dependency selenium-webdriver to v4.27.0 chore(deps): update dependency selenium-webdriver to v4.27.0 Nov 25, 2024
    @renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x branch from 27cb4f8 to 03f0619 Compare November 25, 2024 16:55
    @renovate renovate bot changed the title chore(deps): update dependency selenium-webdriver to v4.27.0 chore(deps): update dependency selenium-webdriver to v4.27.0 - autoclosed Nov 25, 2024
    @renovate renovate bot closed this Nov 25, 2024
    @renovate renovate bot deleted the renovate/selenium-webdriver-4.x branch November 25, 2024 16:59
    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