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

fix(deps): update dependency selenium-webdriver to v4.26.0 #2028

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

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

Release Notes

SeleniumHQ/selenium (selenium-webdriver)

v4.26.0

Compare Source

SeleniumHQ/selenium (selenium-webdriver)

v4.26.0

Compare Source

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

  • Add CDP for Chrome 130 and remove 127
  • Add missing RBS methods (#​14621)
  • Update Ruby BiDi script structs to match spec
  • Add RBS type support for BiDi related classes (#​14611)

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 these updates 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 Oct 30, 2024

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit 08c8bea
🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/67226891f0c6f2000873b87e
😎 Deploy Preview https://deploy-preview-2028--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

codiumai-pr-agent-pro bot commented Oct 30, 2024

CI Failure Feedback 🧐

(Checks updated until commit 08c8bea)

Action: tests (windows, nightly)

Failed stage: Run tests [❌]

Failed test name: Keyboard Action - Keys test

Failure summary:

The action failed due to multiple test failures, primarily caused by unexpected server responses and
assertion errors:

  • Many tests encountered an "Unexpected server response: 404" error, indicating that the server
    endpoint was not reachable or did not exist.
  • The test Keyboard Action - Keys test failed due to an assertion error where an empty string was not
    equal to 'A'.
  • The test Mouse move by offset failed due to an assertion error where false was not equal to true.
  • Several tests in the Input module and Browsing Context had errors related to done() being called
    multiple times, and NoSuchSessionError, indicating issues with session management or test cleanup.
  • The Service Test failed due to a timeout error while waiting for the WebDriver server, suggesting
    connectivity or server startup issues.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    237:  timeout_minutes: 20
    238:  max_attempts: 3
    239:  command: cd examples/javascript
    240:  npm test
    241:  
    242:  retry_wait_seconds: 10
    243:  polling_interval_seconds: 1
    244:  warning_on_retry: true
    245:  continue_on_error: false
    ...
    
    290:  ✔ Scroll to the element (245ms)
    291:  Actions API - Wheel Tests
    292:  ✔ Scroll to element (362ms)
    293:  ✔ Scroll by given amount (590ms)
    294:  ✔ Scroll from an element by a given amount (624ms)
    295:  ✔ Scroll from an element with an offset (622ms)
    296:  ✔ Scroll from an offset of origin (element) by given amount (1073ms)
    297:  Integration Tests
    298:  2) test navigate and listen to errors
    ...
    
    324:  - can locate node with none ownership value
    325:  - can locate node with root ownership value
    326:  - can locate node with given start nodes
    327:  - can locate nodes in a given sandbox
    328:  - can find element
    329:  - can find elements
    330:  Log Inspector
    331:  15) test listen to console log
    332:  16) test listen to javascript error log
    ...
    
    373:  47) can remove preload script
    374:  Script events
    375:  48) can listen to channel message
    376:  49) can listen to realm created message
    377:  - can listen to realm destroyed message
    378:  BiDi Logging
    379:  ✔ can listen to console log (6205ms)
    380:  ✔ can remove console log handler (5851ms)
    381:  ✔ can listen to javascript error (5773ms)
    382:  50) can remove to javascript error handler
    ...
    
    544:  ✔ Create and add non residential key
    545:  ✔ Get credential
    546:  ✔ Remove all credentials
    547:  ✔ Set is user verified
    548:  Virtual authenticator options
    549:  ✔ Virtual options
    550:  ✔ User verified
    551:  Waits
    552:  ✔ fail (1410ms)
    553:  ✔ sleep (2124ms)
    554:  ✔ implicit (1109ms)
    555:  ✔ explicit (1306ms)
    556:  102 passing (19m)
    557:  20 pending
    558:  52 failing
    559:  1) Mouse move by offset
    560:  From element:
    561:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    562:  false !== true
    563:  + expected - actual
    564:  -false
    565:  +true
    566:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    567:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    568:  2) Integration Tests
    569:  test navigate and listen to errors:
    570:  Uncaught Error: Unexpected server response: 404
    ...
    
    575:  at Socket.socketOnData (node:_http_client:541:22)
    576:  at Socket.emit (node:events:517:28)
    577:  at addChunk (node:internal/streams/readable:368:12)
    578:  at readableAddChunk (node:internal/streams/readable:341:9)
    579:  at Readable.push (node:internal/streams/readable:278:10)
    580:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    581:  3) Browsing Context
    582:  "after each" hook for "test create a browsing context for given id":
    583:  Uncaught Error: Unexpected server response: 404
    ...
    
    588:  at Socket.socketOnData (node:_http_client:541:22)
    589:  at Socket.emit (node:events:517:28)
    590:  at addChunk (node:internal/streams/readable:368:12)
    591:  at readableAddChunk (node:internal/streams/readable:341:9)
    592:  at Readable.push (node:internal/streams/readable:278:10)
    593:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    594:  4) Browsing Context
    595:  "after each" hook for "test create a browsing context for given id":
    596:  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
    597:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    598:  5) Browsing Context Inspector
    599:  can listen to window browsing context created event:
    600:  Uncaught Error: Unexpected server response: 404
    ...
    
    605:  at Socket.socketOnData (node:_http_client:541:22)
    606:  at Socket.emit (node:events:517:28)
    607:  at addChunk (node:internal/streams/readable:368:12)
    608:  at readableAddChunk (node:internal/streams/readable:341:9)
    609:  at Readable.push (node:internal/streams/readable:278:10)
    610:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    611:  6) Browsing Context Inspector
    612:  can listen to tab browsing context created event:
    613:  Uncaught Error: Unexpected server response: 404
    ...
    
    618:  at Socket.socketOnData (node:_http_client:541:22)
    619:  at Socket.emit (node:events:517:28)
    620:  at addChunk (node:internal/streams/readable:368:12)
    621:  at readableAddChunk (node:internal/streams/readable:341:9)
    622:  at Readable.push (node:internal/streams/readable:278:10)
    623:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    624:  7) Browsing Context Inspector
    625:  can listen to dom content loaded event:
    626:  Uncaught Error: Unexpected server response: 404
    ...
    
    631:  at Socket.socketOnData (node:_http_client:541:22)
    632:  at Socket.emit (node:events:517:28)
    633:  at addChunk (node:internal/streams/readable:368:12)
    634:  at readableAddChunk (node:internal/streams/readable:341:9)
    635:  at Readable.push (node:internal/streams/readable:278:10)
    636:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    637:  8) Browsing Context Inspector
    638:  can listen to browsing context loaded event:
    639:  Uncaught Error: Unexpected server response: 404
    ...
    
    644:  at Socket.socketOnData (node:_http_client:541:22)
    645:  at Socket.emit (node:events:517:28)
    646:  at addChunk (node:internal/streams/readable:368:12)
    647:  at readableAddChunk (node:internal/streams/readable:341:9)
    648:  at Readable.push (node:internal/streams/readable:278:10)
    649:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    650:  9) Browsing Context Inspector
    651:  can listen to fragment navigated event:
    652:  Uncaught Error: Unexpected server response: 404
    ...
    
    657:  at Socket.socketOnData (node:_http_client:541:22)
    658:  at Socket.emit (node:events:517:28)
    659:  at addChunk (node:internal/streams/readable:368:12)
    660:  at readableAddChunk (node:internal/streams/readable:341:9)
    661:  at Readable.push (node:internal/streams/readable:278:10)
    662:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    663:  10) Browsing Context Inspector
    664:  can listen to browsing context destroyed event:
    665:  Uncaught Error: Unexpected server response: 404
    ...
    
    670:  at Socket.socketOnData (node:_http_client:541:22)
    671:  at Socket.emit (node:events:517:28)
    672:  at addChunk (node:internal/streams/readable:368:12)
    673:  at readableAddChunk (node:internal/streams/readable:341:9)
    674:  at Readable.push (node:internal/streams/readable:278:10)
    675:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    676:  11) Input module
    677:  can perform input action:
    678:  Uncaught Error: Unexpected server response: 404
    ...
    
    683:  at Socket.socketOnData (node:_http_client:541:22)
    684:  at Socket.emit (node:events:517:28)
    685:  at addChunk (node:internal/streams/readable:368:12)
    686:  at readableAddChunk (node:internal/streams/readable:341:9)
    687:  at Readable.push (node:internal/streams/readable:278:10)
    688:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    689:  12) Input module
    690:  can perform input action:
    691:  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
    692:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    693:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    694:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    695:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    696:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    697:  at async thenableWebDriverProxy.findElements (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    698:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    699:  remoteStacktrace: ''
    700:  }
    701:  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
    702:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    706:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    707:  at async thenableWebDriverProxy.findElements (node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    708:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    709:  remoteStacktrace: ''
    710:  }
    711:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    712:  13) Input module
    713:  can execute release in browsing context:
    714:  Uncaught Error: Unexpected server response: 404
    ...
    
    719:  at Socket.socketOnData (node:_http_client:541:22)
    720:  at Socket.emit (node:events:517:28)
    721:  at addChunk (node:internal/streams/readable:368:12)
    722:  at readableAddChunk (node:internal/streams/readable:341:9)
    723:  at Readable.push (node:internal/streams/readable:278:10)
    724:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    725:  14) Input module
    726:  can execute release in browsing context:
    727:  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
    728:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    729:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    730:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    731:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    732:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    733:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    734:  remoteStacktrace: ''
    735:  }
    736:  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
    737:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    740:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    741:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    742:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    743:  remoteStacktrace: ''
    744:  }
    745:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    746:  15) Log Inspector
    747:  test listen to console log:
    748:  Uncaught Error: Unexpected server response: 404
    ...
    
    752:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    753:  at Socket.socketOnData (node:_http_client:541:22)
    754:  at Socket.emit (node:events:517:28)
    755:  at addChunk (node:internal/streams/readable:368:12)
    756:  at readableAddChunk (node:internal/streams/readable:341:9)
    757:  at Readable.push (node:internal/streams/readable:278:10)
    758:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    759:  16) Log Inspector
    760:  test listen to javascript error log:
    761:  Uncaught Error: Unexpected server response: 404
    ...
    
    766:  at Socket.socketOnData (node:_http_client:541:22)
    767:  at Socket.emit (node:events:517:28)
    768:  at addChunk (node:internal/streams/readable:368:12)
    769:  at readableAddChunk (node:internal/streams/readable:341:9)
    770:  at Readable.push (node:internal/streams/readable:278:10)
    771:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    772:  17) Log Inspector
    773:  test retrieve stack trace for a log:
    774:  Uncaught Error: Unexpected server response: 404
    ...
    
    779:  at Socket.socketOnData (node:_http_client:541:22)
    780:  at Socket.emit (node:events:517:28)
    781:  at addChunk (node:internal/streams/readable:368:12)
    782:  at readableAddChunk (node:internal/streams/readable:341:9)
    783:  at Readable.push (node:internal/streams/readable:278:10)
    784:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    785:  18) Log Inspector
    786:  test listen to logs with multiple consumers:
    787:  Uncaught Error: Unexpected server response: 404
    ...
    
    792:  at Socket.socketOnData (node:_http_client:541:22)
    793:  at Socket.emit (node:events:517:28)
    794:  at addChunk (node:internal/streams/readable:368:12)
    795:  at readableAddChunk (node:internal/streams/readable:341:9)
    796:  at Readable.push (node:internal/streams/readable:278:10)
    797:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    798:  19) Network events
    799:  can listen to event before request is sent:
    800:  Uncaught Error: Unexpected server response: 404
    ...
    
    805:  at Socket.socketOnData (node:_http_client:541:22)
    806:  at Socket.emit (node:events:517:28)
    807:  at addChunk (node:internal/streams/readable:368:12)
    808:  at readableAddChunk (node:internal/streams/readable:341:9)
    809:  at Readable.push (node:internal/streams/readable:278:10)
    810:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    811:  20) Network events
    812:  can request cookies:
    813:  Uncaught Error: Unexpected server response: 404
    ...
    
    818:  at Socket.socketOnData (node:_http_client:541:22)
    819:  at Socket.emit (node:events:517:28)
    820:  at addChunk (node:internal/streams/readable:368:12)
    821:  at readableAddChunk (node:internal/streams/readable:341:9)
    822:  at Readable.push (node:internal/streams/readable:278:10)
    823:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    824:  21) Network events
    825:  can redirect http equiv:
    826:  Uncaught Error: Unexpected server response: 404
    ...
    
    831:  at Socket.socketOnData (node:_http_client:541:22)
    832:  at Socket.emit (node:events:517:28)
    833:  at addChunk (node:internal/streams/readable:368:12)
    834:  at readableAddChunk (node:internal/streams/readable:341:9)
    835:  at Readable.push (node:internal/streams/readable:278:10)
    836:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    837:  22) Network events
    838:  can subscribe to response completed:
    839:  Uncaught Error: Unexpected server response: 404
    ...
    
    844:  at Socket.socketOnData (node:_http_client:541:22)
    845:  at Socket.emit (node:events:517:28)
    846:  at addChunk (node:internal/streams/readable:368:12)
    847:  at readableAddChunk (node:internal/streams/readable:341:9)
    848:  at Readable.push (node:internal/streams/readable:278:10)
    849:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    850:  23) Script commands
    851:  can call function:
    852:  Uncaught Error: Unexpected server response: 404
    ...
    
    857:  at Socket.socketOnData (node:_http_client:541:22)
    858:  at Socket.emit (node:events:517:28)
    859:  at addChunk (node:internal/streams/readable:368:12)
    860:  at readableAddChunk (node:internal/streams/readable:341:9)
    861:  at Readable.push (node:internal/streams/readable:278:10)
    862:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    863:  24) Script commands
    864:  can call function with declaration:
    865:  Uncaught Error: Unexpected server response: 404
    ...
    
    870:  at Socket.socketOnData (node:_http_client:541:22)
    871:  at Socket.emit (node:events:517:28)
    872:  at addChunk (node:internal/streams/readable:368:12)
    873:  at readableAddChunk (node:internal/streams/readable:341:9)
    874:  at Readable.push (node:internal/streams/readable:278:10)
    875:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    876:  25) Script commands
    877:  can call function to get element:
    878:  Uncaught Error: Unexpected server response: 404
    ...
    
    883:  at Socket.socketOnData (node:_http_client:541:22)
    884:  at Socket.emit (node:events:517:28)
    885:  at addChunk (node:internal/streams/readable:368:12)
    886:  at readableAddChunk (node:internal/streams/readable:341:9)
    887:  at Readable.push (node:internal/streams/readable:278:10)
    888:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    889:  26) Script commands
    890:  can call function with arguments:
    891:  Uncaught Error: Unexpected server response: 404
    ...
    
    896:  at Socket.socketOnData (node:_http_client:541:22)
    897:  at Socket.emit (node:events:517:28)
    898:  at addChunk (node:internal/streams/readable:368:12)
    899:  at readableAddChunk (node:internal/streams/readable:341:9)
    900:  at Readable.push (node:internal/streams/readable:278:10)
    901:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    902:  27) Script commands
    903:  can call function with await promise:
    904:  Uncaught Error: Unexpected server response: 404
    ...
    
    909:  at Socket.socketOnData (node:_http_client:541:22)
    910:  at Socket.emit (node:events:517:28)
    911:  at addChunk (node:internal/streams/readable:368:12)
    912:  at readableAddChunk (node:internal/streams/readable:341:9)
    913:  at Readable.push (node:internal/streams/readable:278:10)
    914:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    915:  28) Script commands
    916:  can call function with await promise false:
    917:  Uncaught Error: Unexpected server response: 404
    ...
    
    922:  at Socket.socketOnData (node:_http_client:541:22)
    923:  at Socket.emit (node:events:517:28)
    924:  at addChunk (node:internal/streams/readable:368:12)
    925:  at readableAddChunk (node:internal/streams/readable:341:9)
    926:  at Readable.push (node:internal/streams/readable:278:10)
    927:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    928:  29) Script commands
    929:  can call function with this parameter:
    930:  Uncaught Error: Unexpected server response: 404
    ...
    
    935:  at Socket.socketOnData (node:_http_client:541:22)
    936:  at Socket.emit (node:events:517:28)
    937:  at addChunk (node:internal/streams/readable:368:12)
    938:  at readableAddChunk (node:internal/streams/readable:341:9)
    939:  at Readable.push (node:internal/streams/readable:278:10)
    940:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    941:  30) Script commands
    942:  can call function with ownership root:
    943:  Uncaught Error: Unexpected server response: 404
    ...
    
    948:  at Socket.socketOnData (node:_http_client:541:22)
    949:  at Socket.emit (node:events:517:28)
    950:  at addChunk (node:internal/streams/readable:368:12)
    951:  at readableAddChunk (node:internal/streams/readable:341:9)
    952:  at Readable.push (node:internal/streams/readable:278:10)
    953:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    954:  31) Script commands
    955:  can call function with ownership none:
    956:  Uncaught Error: Unexpected server response: 404
    ...
    
    961:  at Socket.socketOnData (node:_http_client:541:22)
    962:  at Socket.emit (node:events:517:28)
    963:  at addChunk (node:internal/streams/readable:368:12)
    964:  at readableAddChunk (node:internal/streams/readable:341:9)
    965:  at Readable.push (node:internal/streams/readable:278:10)
    966:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    967:  32) Script commands
    968:  can call function that throws exception:
    969:  Uncaught Error: Unexpected server response: 404
    ...
    
    974:  at Socket.socketOnData (node:_http_client:541:22)
    975:  at Socket.emit (node:events:517:28)
    976:  at addChunk (node:internal/streams/readable:368:12)
    977:  at readableAddChunk (node:internal/streams/readable:341:9)
    978:  at Readable.push (node:internal/streams/readable:278:10)
    979:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    980:  33) Script commands
    981:  can call function in a sandbox:
    982:  Uncaught Error: Unexpected server response: 404
    ...
    
    987:  at Socket.socketOnData (node:_http_client:541:22)
    988:  at Socket.emit (node:events:517:28)
    989:  at addChunk (node:internal/streams/readable:368:12)
    990:  at readableAddChunk (node:internal/streams/readable:341:9)
    991:  at Readable.push (node:internal/streams/readable:278:10)
    992:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    993:  34) Script commands
    994:  can evaluate script:
    995:  Uncaught Error: Unexpected server response: 404
    ...
    
    1000:  at Socket.socketOnData (node:_http_client:541:22)
    1001:  at Socket.emit (node:events:517:28)
    1002:  at addChunk (node:internal/streams/readable:368:12)
    1003:  at readableAddChunk (node:internal/streams/readable:341:9)
    1004:  at Readable.push (node:internal/streams/readable:278:10)
    1005:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1006:  35) Script commands
    1007:  can evaluate script that throws exception:
    1008:  Uncaught Error: Unexpected server response: 404
    ...
    
    1013:  at Socket.socketOnData (node:_http_client:541:22)
    1014:  at Socket.emit (node:events:517:28)
    1015:  at addChunk (node:internal/streams/readable:368:12)
    1016:  at readableAddChunk (node:internal/streams/readable:341:9)
    1017:  at Readable.push (node:internal/streams/readable:278:10)
    1018:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1019:  36) Script commands
    1020:  can evaluate script with result ownership:
    1021:  Uncaught Error: Unexpected server response: 404
    ...
    
    1026:  at Socket.socketOnData (node:_http_client:541:22)
    1027:  at Socket.emit (node:events:517:28)
    1028:  at addChunk (node:internal/streams/readable:368:12)
    1029:  at readableAddChunk (node:internal/streams/readable:341:9)
    1030:  at Readable.push (node:internal/streams/readable:278:10)
    1031:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1032:  37) Script commands
    1033:  can evaluate in a sandbox:
    1034:  Uncaught Error: Unexpected server response: 404
    ...
    
    1039:  at Socket.socketOnData (node:_http_client:541:22)
    1040:  at Socket.emit (node:events:517:28)
    1041:  at addChunk (node:internal/streams/readable:368:12)
    1042:  at readableAddChunk (node:internal/streams/readable:341:9)
    1043:  at Readable.push (node:internal/streams/readable:278:10)
    1044:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1045:  38) Script commands
    1046:  can evaluate in a realm:
    1047:  Uncaught Error: Unexpected server response: 404
    ...
    
    1052:  at Socket.socketOnData (node:_http_client:541:22)
    1053:  at Socket.emit (node:events:517:28)
    1054:  at addChunk (node:internal/streams/readable:368:12)
    1055:  at readableAddChunk (node:internal/streams/readable:341:9)
    1056:  at Readable.push (node:internal/streams/readable:278:10)
    1057:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1058:  39) Script commands
    1059:  can disown handles:
    1060:  Uncaught Error: Unexpected server response: 404
    ...
    
    1065:  at Socket.socketOnData (node:_http_client:541:22)
    1066:  at Socket.emit (node:events:517:28)
    1067:  at addChunk (node:internal/streams/readable:368:12)
    1068:  at readableAddChunk (node:internal/streams/readable:341:9)
    1069:  at Readable.push (node:internal/streams/readable:278:10)
    1070:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1071:  40) Script commands
    1072:  can disown handles in realm:
    1073:  Uncaught Error: Unexpected server response: 404
    ...
    
    1078:  at Socket.socketOnData (node:_http_client:541:22)
    1079:  at Socket.emit (node:events:517:28)
    1080:  at addChunk (node:internal/streams/readable:368:12)
    1081:  at readableAddChunk (node:internal/streams/readable:341:9)
    1082:  at Readable.push (node:internal/streams/readable:278:10)
    1083:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1084:  41) Script commands
    1085:  can get all realms:
    1086:  Uncaught Error: Unexpected server response: 404
    ...
    
    1091:  at Socket.socketOnData (node:_http_client:541:22)
    1092:  at Socket.emit (node:events:517:28)
    1093:  at addChunk (node:internal/streams/readable:368:12)
    1094:  at readableAddChunk (node:internal/streams/readable:341:9)
    1095:  at Readable.push (node:internal/streams/readable:278:10)
    1096:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1097:  42) Script commands
    1098:  can get realm by type:
    1099:  Uncaught Error: Unexpected server response: 404
    ...
    
    1104:  at Socket.socketOnData (node:_http_client:541:22)
    1105:  at Socket.emit (node:events:517:28)
    1106:  at addChunk (node:internal/streams/readable:368:12)
    1107:  at readableAddChunk (node:internal/streams/readable:341:9)
    1108:  at Readable.push (node:internal/streams/readable:278:10)
    1109:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1110:  43) Script commands
    1111:  can get realm in browsing context:
    1112:  Uncaught Error: Unexpected server response: 404
    ...
    
    1117:  at Socket.socketOnData (node:_http_client:541:22)
    1118:  at Socket.emit (node:events:517:28)
    1119:  at addChunk (node:internal/streams/readable:368:12)
    1120:  at readableAddChunk (node:internal/streams/readable:341:9)
    1121:  at Readable.push (node:internal/streams/readable:278:10)
    1122:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1123:  44) Script commands
    1124:  can get realm in browsing context by type:
    1125:  Uncaught Error: Unexpected server response: 404
    ...
    
    1130:  at Socket.socketOnData (node:_http_client:541:22)
    1131:  at Socket.emit (node:events:517:28)
    1132:  at addChunk (node:internal/streams/readable:368:12)
    1133:  at readableAddChunk (node:internal/streams/readable:341:9)
    1134:  at Readable.push (node:internal/streams/readable:278:10)
    1135:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1136:  45) Script commands
    1137:  can add preload script:
    1138:  Uncaught Error: Unexpected server response: 404
    ...
    
    1143:  at Socket.socketOnData (node:_http_client:541:22)
    1144:  at Socket.emit (node:events:517:28)
    1145:  at addChunk (node:internal/streams/readable:368:12)
    1146:  at readableAddChunk (node:internal/streams/readable:341:9)
    1147:  at Readable.push (node:internal/streams/readable:278:10)
    1148:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1149:  46) Script commands
    1150:  can add preload script to sandbox:
    1151:  Uncaught Error: Unexpected server response: 404
    ...
    
    1156:  at Socket.socketOnData (node:_http_client:541:22)
    1157:  at Socket.emit (node:events:517:28)
    1158:  at addChunk (node:internal/streams/readable:368:12)
    1159:  at readableAddChunk (node:internal/streams/readable:341:9)
    1160:  at Readable.push (node:internal/streams/readable:278:10)
    1161:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1162:  47) Script commands
    1163:  can remove preload script:
    1164:  Uncaught Error: Unexpected server response: 404
    ...
    
    1169:  at Socket.socketOnData (node:_http_client:541:22)
    1170:  at Socket.emit (node:events:517:28)
    1171:  at addChunk (node:internal/streams/readable:368:12)
    1172:  at readableAddChunk (node:internal/streams/readable:341:9)
    1173:  at Readable.push (node:internal/streams/readable:278:10)
    1174:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1175:  48) Script events
    1176:  can listen to channel message:
    1177:  Uncaught Error: Unexpected server response: 404
    ...
    
    1182:  at Socket.socketOnData (node:_http_client:541:22)
    1183:  at Socket.emit (node:events:517:28)
    1184:  at addChunk (node:internal/streams/readable:368:12)
    1185:  at readableAddChunk (node:internal/streams/readable:341:9)
    1186:  at Readable.push (node:internal/streams/readable:278:10)
    1187:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1188:  49) Script events
    1189:  can listen to realm created message:
    1190:  Uncaught Error: Unexpected server response: 404
    ...
    
    1194:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    1195:  at Socket.socketOnData (node:_http_client:541:22)
    1196:  at Socket.emit (node:events:517:28)
    1197:  at addChunk (node:internal/streams/readable:368:12)
    1198:  at readableAddChunk (node:internal/streams/readable:341:9)
    1199:  at Readable.push (node:internal/streams/readable:278:10)
    1200:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1201:  50) BiDi Logging
    1202:  can remove to javascript error handler:
    1203:  Uncaught Error: Unexpected server response: 404
    ...
    
    1208:  at Socket.socketOnData (node:_http_client:541:22)
    1209:  at Socket.emit (node:events:517:28)
    1210:  at addChunk (node:internal/streams/readable:368:12)
    1211:  at readableAddChunk (node:internal/streams/readable:341:9)
    1212:  at Readable.push (node:internal/streams/readable:278:10)
    1213:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1214:  51) BiDi Script
    1215:  can unpin script:
    1216:  Uncaught Error: Unexpected server response: 404
    ...
    
    1221:  at Socket.socketOnData (node:_http_client:541:22)
    1222:  at Socket.emit (node:events:517:28)
    1223:  at addChunk (node:internal/streams/readable:368:12)
    1224:  at readableAddChunk (node:internal/streams/readable:341:9)
    1225:  at Readable.push (node:internal/streams/readable:278:10)
    1226:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1227:  52) Service Test
    1228:  Set Driver Location:
    1229:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:64372/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\130.0.6723.91\chromedriver.exe
    1230:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    1231:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1232:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
    ...
    
    1267:  ✔ Scroll to the element (338ms)
    1268:  Actions API - Wheel Tests
    1269:  ✔ Scroll to element (245ms)
    1270:  ✔ Scroll by given amount (586ms)
    1271:  ✔ Scroll from an element by a given amount (600ms)
    1272:  ✔ Scroll from an element with an offset (619ms)
    1273:  ✔ Scroll from an offset of origin (element) by given amount (1083ms)
    1274:  Integration Tests
    1275:  ✔ test navigate and listen to errors (3349ms)
    ...
    
    1301:  - can locate node with none ownership value
    1302:  - can locate node with root ownership value
    1303:  - can locate node with given start nodes
    1304:  - can locate nodes in a given sandbox
    1305:  - can find element
    1306:  - can find elements
    1307:  Log Inspector
    1308:  13) test listen to console log
    1309:  14) test listen to javascript error log
    ...
    
    1350:  45) can remove preload script
    1351:  Script events
    1352:  46) can listen to channel message
    1353:  47) can listen to realm created message
    1354:  - can listen to realm destroyed message
    1355:  BiDi Logging
    1356:  ✔ can listen to console log (5863ms)
    1357:  ✔ can remove console log handler (6026ms)
    1358:  48) can listen to javascript error
    1359:  ✔ can remove to javascript error handler (6211ms)
    ...
    
    1521:  ✔ Create and add non residential key
    1522:  ✔ Get credential
    1523:  ✔ Remove all credentials
    1524:  ✔ Set is user verified
    1525:  Virtual authenticator options
    1526:  ✔ Virtual options
    1527:  ✔ User verified
    1528:  Waits
    1529:  ✔ fail (1416ms)
    1530:  ✔ sleep (2089ms)
    1531:  ✔ implicit (1164ms)
    1532:  ✔ explicit (1305ms)
    1533:  102 passing (17m)
    1534:  20 pending
    1535:  52 failing
    1536:  1) Keyboard Action - Keys test
    1537:  KeyDown:
    1538:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    1539:  '' !== 'A'
    1540:  + expected - actual
    1541:  +A
    1542:  at Context.<anonymous> (test\actionsApi\keysTest.spec.js:23:12)
    1543:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1544:  2) Mouse move by offset
    1545:  From element:
    1546:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    1547:  false !== true
    1548:  + expected - actual
    1549:  -false
    1550:  +true
    1551:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    1552:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1553:  3) Browsing Context
    1554:  "after each" hook for "test create a browsing context for given id":
    1555:  Uncaught Error: Unexpected server response: 404
    ...
    
    1560:  at Socket.socketOnData (node:_http_client:541:22)
    1561:  at Socket.emit (node:events:517:28)
    1562:  at addChunk (node:internal/streams/readable:368:12)
    1563:  at readableAddChunk (node:internal/streams/readable:341:9)
    1564:  at Readable.push (node:internal/streams/readable:278:10)
    1565:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1566:  4) Browsing Context
    1567:  "after each" hook for "test create a browsing context for given id":
    1568:  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
    1569:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1570:  5) Browsing Context Inspector
    1571:  can listen to tab browsing context created event:
    1572:  Uncaught Error: Unexpected server response: 404
    ...
    
    1577:  at Socket.socketOnData (node:_http_client:541:22)
    1578:  at Socket.emit (node:events:517:28)
    1579:  at addChunk (node:internal/streams/readable:368:12)
    1580:  at readableAddChunk (node:internal/streams/readable:341:9)
    1581:  at Readable.push (node:internal/streams/readable:278:10)
    1582:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1583:  6) Browsing Context Inspector
    1584:  can listen to browsing context loaded 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:  7) Browsing Context Inspector
    1597:  can listen to fragment navigated 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:  8) Browsing Context Inspector
    1610:  can listen to browsing context destroyed 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:  9) Input module
    1623:  can perform input action:
    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:  10) Input module
    1636:  can perform input action:
    1637:  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
    1638:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    1639:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    1640:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    1641:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1642:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1643:  at async thenableWebDriverProxy.findElements (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    1644:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    1645:  remoteStacktrace: ''
    1646:  }
    1647:  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
    1648:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    1652:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1653:  at async thenableWebDriverProxy.findElements (node_modules\selenium-webdriver\lib\webdriver.js:1072:17)
    1654:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    1655:  remoteStacktrace: ''
    1656:  }
    1657:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1658:  11) Input module
    1659:  can execute release in browsing context:
    1660:  Uncaught Error: Unexpected server response: 404
    ...
    
    1665:  at Socket.socketOnData (node:_http_client:541:22)
    1666:  at Socket.emit (node:events:517:28)
    1667:  at addChunk (node:internal/streams/readable:368:12)
    1668:  at readableAddChunk (node:internal/streams/readable:341:9)
    1669:  at Readable.push (node:internal/streams/readable:278:10)
    1670:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1671:  12) Input module
    1672:  can execute release in browsing context:
    1673:  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
    1674:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    1675:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:514:13)
    1676:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:446:28)
    1677:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1678:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1679:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    1680:  remoteStacktrace: ''
    1681:  }
    1682:  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
    1683:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    1686:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1687:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:744:17)
    1688:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    1689:  remoteStacktrace: ''
    1690:  }
    1691:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1692:  13) Log Inspector
    1693:  test listen to console log:
    1694:  Uncaught Error: Unexpected server response: 404
    ...
    
    1698:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    1699:  at Socket.socketOnData (node:_http_client:541:22)
    1700:  at Socket.emit (node:events:517:28)
    1701:  at addChunk (node:internal/streams/readable:368:12)
    1702:  at readableAddChunk (node:internal/streams/readable:341:9)
    1703:  at Readable.push (node:internal/streams/readable:278:10)
    1704:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1705:  14) Log Inspector
    1706:  test listen to javascript error log:
    1707:  Uncaught Error: Unexpected server response: 404
    ...
    
    1712:  at Socket.socketOnData (node:_http_client:541:22)
    1713:  at Socket.emit (node:events:517:28)
    1714:  at addChunk (node:internal/streams/readable:368:12)
    1715:  at readableAddChunk (node:internal/streams/readable:341:9)
    1716:  at Readable.push (node:internal/streams/readable:278:10)
    1717:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1718:  15) Log Inspector
    1719:  test retrieve stack trace for a log:
    1720:  Uncaught Error: Unexpected server response: 404
    ...
    
    1725:  at Socket.socketOnData (node:_http_client:541:22)
    1726:  at Socket.emit (node:events:517:28)
    1727:  at addChunk (node:internal/streams/readable:368:12)
    1728:  at readableAddChunk (node:internal/streams/readable:341:9)
    1729:  at Readable.push (node:internal/streams/readable:278:10)
    1730:  at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
    1731:  16) Log Inspector
    1732:  test listen to logs with multiple consumers:
    1733:  Uncaught Error: Unexpected server response: 404
    ...
    
    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:  17) Network events
    1745:  can listen to event before request is sent:
    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:  18) Network events
    1758:  can redirect http equiv:
    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:  19) Network events
    1771:  can subscribe to response started:
    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:  20) Network events
    1784:  can subscribe to response completed:
    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:  21) Script commands
    1797:  can call function:
    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:  22) Script commands
    1810:  can call function with declaration:
    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:  23) Script commands
    1823:  can call function to get element:
    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:  24) Script commands
    1836:  can call function with arguments:
    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:  25) Script commands
    1849:  can call function with await promise:
    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:  26) Script commands
    1862:  can call function with await promise false:
    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:  27) Script commands
    1875:  can call function with this parameter:
    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:  28) Script commands
    1888:  can call function with ownership root:
    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:  29) Script commands
    1901:  can call function with ownership none:
    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:  30) Script commands
    1914:  can call function that throws exception:
    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:  31) Script commands
    1927:  can call function in a sandbox:
    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:  32) Script commands
    1940:  can call function in a realm:
    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:  33) Script commands
    1953:  can evaluate script that throws exception:
    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:  34) Script commands
    1966:  can evaluate script with result ownership:
    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:  35) Script commands
    1979:  can evaluate in a sandbox:
    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:  36) Script commands
    1992:  can evaluate in a realm:
    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:  37) Script commands
    2005:  can disown handles:
    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:  38) Script commands
    2018:  can disown handles in 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:  39) Script commands
    2031:  can get all realms:
    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:  40) Script commands
    2044:  can get realm by type:
    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:  41) Script commands
    2057:  can get realm in browsing context:
    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:  42) Script commands
    2070:  can get realm in browsing context 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:  43) Script commands
    2083:  can add preload script:
    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:  44) Script commands
    2096:  can add preload script to sandbox:
    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:  45) Script commands
    2109:  can remove 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:  46) Script events
    2122:  can listen to channel message:
    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:  47) Script events
    2135:  can listen to realm created message:
    2136:  Uncaught Error: Unexpected server response: 404
    ...
    
    2140:  at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    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:  48) BiDi Logging
    2148:  can listen to javascript error:
    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:  49) BiDi Script
    2161:  can listen to dom mutations:
    2162:  Uncaught Error: Unexpected server response: 404
    ...
    
    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:  50) BiDi Script
    2174:  can unpin script:
    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:  51) Service Test
    2187:  Set Driver Location:
    2188:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:57202/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\130.0.6723.91\chromedriver.exe
    2189:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    2190:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    2191:  52) Interactions
    2192:  Should be able to get title and current url:
    2193:  AssertionError [ERR_ASSERTION]: '' == 'Selenium'
    2194:  + expected - actual
    2195:  +Selenium
    2196:  at Context.<anonymous> (test\interactions\interactionsIndex.spec.js:21:12)
    2197:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    2198:  ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1
    ...
    
    2233:  ✔ Scroll to the element (372ms)
    2234:  Actions API - Wheel Tests
    2235:  ✔ Scroll to element (502ms)
    2236:  ✔ Scroll by given amount (576ms)
    2237:  ✔ Scroll from an element by a given amount (647ms)
    2238:  ✔ Scroll from an element with an offset (621ms)
    2239:  ✔ Scroll from an offset of origin (element) by given amount (1072ms)
    2240:  Integration Tests
    2241:  2) test navigate and listen to errors
    ...
    
    2267:  - can locate node with none ownership value
    2268:  - can locate node with root ownership value
    2269:  - can locate node with given start nodes
    2270:  - can locate nodes in a given sandbox
    2271:  - can find element
    2272:  - can find elements
    2273:  Log Inspector
    2274:  15) test listen to console log
    2275:  16) test listen to javascript error log
    ...
    
    2316:  44) can remove preload script
    2317:  Script events
    2318:  45) can listen to channel message
    2319:  46) can listen to realm created message
    2320:  - can listen to realm destroyed message
    2321:  BiDi Logging
    2322:  47) can listen to console log
    2323:  ✔ can remove console log handler (5950ms)
    2324:  ✔ can listen to javascript error (5872ms)
    2325:  48) can remove to javascript error handler
    ...
    
    2487:  ✔ Create and add non residential key
    2488:  ✔ Get credential
    2489:  ✔ Remove all credentials
    2490:  ✔ Set is user verified
    2491:  Virtual authenticator options
    2492:  ✔ Virtual options
    2493:  ✔ User verified
    2494:  Waits
    2495:  ✔ fail (1470ms)
    2496:  ✔ sleep (2129ms)
    2497:  ✔ implicit (1083ms)
    2498:  ✔ explicit (1338ms)
    2499:  103 passing (16m)
    2500:  20 pending
    2501:  51 failing
    2502:  1) Keyboard Action - Keys test
    2503:  KeyDown:
    2504:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    2505:  '' !== 'A'
    2506:  + expected - actual
    2507:  +A
    2508:  at Context.<anonymous> (test\action...

    @renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x branch from 682214d to 08c8bea Compare October 30, 2024 17:10
    @harsha509 harsha509 merged commit bea771c into trunk Oct 30, 2024
    15 of 18 checks passed
    @harsha509 harsha509 deleted the renovate/selenium-webdriver-4.x branch October 30, 2024 19:28
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant