Skip to content

fix(deps): update dependency selenium-webdriver to v4.29.0 #2186

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

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

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

Release Notes

SeleniumHQ/selenium (selenium-webdriver)

v4.29.0

Compare Source

SeleniumHQ/selenium (selenium-webdriver)

v4.29.0

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

  • Add CDP for Chrome 133 and remove 130
  • [rb] Add Bidi Network Response Handler (#​14900)
  • [rb] Remove Firefox CDP (#​15200)
  • [rb][BiDi] Add support for provide response command (#​15080)
  • [rb][BiDi] Add set cache behaviour (#​15114)

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 Feb 20, 2025

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit 98b0543
🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/67b7baf53a2ace0008e4ac36
😎 Deploy Preview https://deploy-preview-2186--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 Feb 20, 2025

CI Feedback 🧐

(Feedback updated until commit 98b0543)

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

Action: tests (windows, nightly)

Failed stage: Run tests [❌]

Failed test name: Mouse move by offset

Failure summary:

The test suite failed with multiple issues:

  • 51 tests failed out of 173 total tests (102 passing, 20 pending)
  • Most failures were due to "Unexpected server response: 404" errors, indicating connection issues
    with the WebDriver server
  • Several Network-related tests failed with "TypeError: Network is not a function"
  • The mouse offset test failed with an assertion error (false !== true)
  • Connection refused errors occurred on localhost ports (e.g. 127.0.0.1:58543)
  • The WebDriver server timed out waiting for connection
  • Multiple tests had issues with "done() called multiple times", suggesting asynchronous test handling
    problems

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    263:  timeout_minutes: 20
    264:  max_attempts: 3
    265:  command: cd examples/javascript
    266:  npm test
    267:  
    268:  retry_wait_seconds: 10
    269:  polling_interval_seconds: 1
    270:  warning_on_retry: true
    271:  continue_on_error: false
    ...
    
    316:  ✔ Scroll to the element (245ms)
    317:  Actions API - Wheel Tests
    318:  ✔ Scroll to element (244ms)
    319:  ✔ Scroll by given amount (569ms)
    320:  ✔ Scroll from an element by a given amount (622ms)
    321:  ✔ Scroll from an element with an offset (605ms)
    322:  ✔ Scroll from an offset of origin (element) by given amount (1253ms)
    323:  Integration Tests
    324:  ✔ test navigate and listen to errors (4630ms)
    ...
    
    350:  - can locate node with none ownership value
    351:  - can locate node with root ownership value
    352:  - can locate node with given start nodes
    353:  - can locate nodes in a given sandbox
    354:  - can find element
    355:  - can find elements
    356:  Log Inspector
    357:  14) test listen to console log
    358:  15) test listen to javascript error log
    ...
    
    399:  45) can remove preload script
    400:  Script events
    401:  46) can listen to channel message
    402:  47) can listen to realm created message
    403:  - can listen to realm destroyed message
    404:  BiDi Logging
    405:  ✔ can listen to console log (5647ms)
    406:  48) can remove console log handler
    407:  49) can listen to javascript error
    408:  50) can remove to javascript error handler
    ...
    
    570:  ✔ Create and add non residential key
    571:  ✔ Get credential
    572:  ✔ Remove all credentials
    573:  ✔ Set is user verified
    574:  Virtual authenticator options
    575:  ✔ Virtual options
    576:  ✔ User verified
    577:  Waits
    578:  ✔ fail (1239ms)
    579:  ✔ sleep (2381ms)
    580:  ✔ implicit (1134ms)
    581:  ✔ explicit (1383ms)
    582:  102 passing (18m)
    583:  20 pending
    584:  52 failing
    585:  1) Mouse move by offset
    586:  From element:
    587:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    588:  false !== true
    589:  + expected - actual
    590:  -false
    591:  +true
    592:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    593:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    594:  2) Browsing Context
    595:  "after each" hook for "test create a browsing context for given id":
    596:  Uncaught Error: Unexpected server response: 404
    ...
    
    601:  at Socket.socketOnData (node:_http_client:558:22)
    602:  at Socket.emit (node:events:524:28)
    603:  at addChunk (node:internal/streams/readable:561:12)
    604:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    605:  at Readable.push (node:internal/streams/readable:392:5)
    606:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    607:  3) Browsing Context
    608:  "after each" hook for "test create a browsing context for given id":
    609:  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
    610:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    611:  4) Browsing Context Inspector
    612:  can listen to window browsing context created event:
    613:  Uncaught Error: Unexpected server response: 404
    ...
    
    618:  at Socket.socketOnData (node:_http_client:558:22)
    619:  at Socket.emit (node:events:524:28)
    620:  at addChunk (node:internal/streams/readable:561:12)
    621:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    622:  at Readable.push (node:internal/streams/readable:392:5)
    623:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    624:  5) Browsing Context Inspector
    625:  can listen to tab browsing context created event:
    626:  Uncaught Error: Unexpected server response: 404
    ...
    
    631:  at Socket.socketOnData (node:_http_client:558:22)
    632:  at Socket.emit (node:events:524:28)
    633:  at addChunk (node:internal/streams/readable:561:12)
    634:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    635:  at Readable.push (node:internal/streams/readable:392:5)
    636:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    637:  6) Browsing Context Inspector
    638:  can listen to dom content loaded event:
    639:  Uncaught Error: Unexpected server response: 404
    ...
    
    644:  at Socket.socketOnData (node:_http_client:558:22)
    645:  at Socket.emit (node:events:524:28)
    646:  at addChunk (node:internal/streams/readable:561:12)
    647:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    648:  at Readable.push (node:internal/streams/readable:392:5)
    649:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    650:  7) Browsing Context Inspector
    651:  can listen to browsing context loaded event:
    652:  Uncaught Error: Unexpected server response: 404
    ...
    
    657:  at Socket.socketOnData (node:_http_client:558:22)
    658:  at Socket.emit (node:events:524:28)
    659:  at addChunk (node:internal/streams/readable:561:12)
    660:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    661:  at Readable.push (node:internal/streams/readable:392:5)
    662:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    663:  8) Browsing Context Inspector
    664:  can listen to fragment navigated event:
    665:  Uncaught Error: Unexpected server response: 404
    ...
    
    670:  at Socket.socketOnData (node:_http_client:558:22)
    671:  at Socket.emit (node:events:524:28)
    672:  at addChunk (node:internal/streams/readable:561:12)
    673:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    674:  at Readable.push (node:internal/streams/readable:392:5)
    675:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    676:  9) Browsing Context Inspector
    677:  can listen to browsing context destroyed event:
    678:  Uncaught Error: Unexpected server response: 404
    ...
    
    683:  at Socket.socketOnData (node:_http_client:558:22)
    684:  at Socket.emit (node:events:524:28)
    685:  at addChunk (node:internal/streams/readable:561:12)
    686:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    687:  at Readable.push (node:internal/streams/readable:392:5)
    688:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    689:  10) Input module
    690:  can perform input action:
    691:  Uncaught Error: Unexpected server response: 404
    ...
    
    696:  at Socket.socketOnData (node:_http_client:558:22)
    697:  at Socket.emit (node:events:524:28)
    698:  at addChunk (node:internal/streams/readable:561:12)
    699:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    700:  at Readable.push (node:internal/streams/readable:392:5)
    701:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    702:  11) Input module
    703:  can perform input action:
    704:  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
    705:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    706:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:524:13)
    707:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:456:28)
    708:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    709:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:745:17)
    710:  at async thenableWebDriverProxy.findElements (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:1073:17)
    711:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    712:  remoteStacktrace: ''
    713:  }
    714:  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
    715:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    719:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:745:17)
    720:  at async thenableWebDriverProxy.findElements (node_modules\selenium-webdriver\lib\webdriver.js:1073:17)
    721:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:25:19) {
    722:  remoteStacktrace: ''
    723:  }
    724:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    725:  12) Input module
    726:  can execute release in browsing context:
    727:  Uncaught Error: Unexpected server response: 404
    ...
    
    732:  at Socket.socketOnData (node:_http_client:558:22)
    733:  at Socket.emit (node:events:524:28)
    734:  at addChunk (node:internal/streams/readable:561:12)
    735:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    736:  at Readable.push (node:internal/streams/readable:392:5)
    737:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    738:  13) Input module
    739:  can execute release in browsing context:
    740:  done() called multiple times in test <Input module can execute release in browsing context> of file D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js; in addition, done() received error: Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:58543
    741:  at ClientRequest.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\http\index.js:293:15)
    742:  at ClientRequest.emit (node:events:524:28)
    743:  at emitErrorEvent (node:_http_client:104:11)
    744:  at Socket.socketErrorListener (node:_http_client:518:5)
    745:  at Socket.emit (node:events:524:28)
    746:  at emitErrorNT (node:internal/streams/destroy:170:8)
    747:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    748:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    749:  Error: done() called multiple times in test <Input module can execute release in browsing context> of file D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js; in addition, done() received error: Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:58543
    750:  at ClientRequest.<anonymous> (node_modules\selenium-webdriver\http\index.js:293:15)
    751:  at ClientRequest.emit (node:events:524:28)
    752:  at emitErrorEvent (node:_http_client:104:11)
    753:  at Socket.socketErrorListener (node:_http_client:518:5)
    754:  at Socket.emit (node:events:524:28)
    755:  at emitErrorNT (node:internal/streams/destroy:170:8)
    756:  at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    757:  at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
    758:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    759:  14) Log Inspector
    760:  test listen to console log:
    761:  Uncaught Error: Unexpected server response: 404
    ...
    
    765:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    766:  at Socket.socketOnData (node:_http_client:558:22)
    767:  at Socket.emit (node:events:524:28)
    768:  at addChunk (node:internal/streams/readable:561:12)
    769:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    770:  at Readable.push (node:internal/streams/readable:392:5)
    771:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    772:  15) Log Inspector
    773:  test listen to javascript error log:
    774:  Uncaught Error: Unexpected server response: 404
    ...
    
    779:  at Socket.socketOnData (node:_http_client:558:22)
    780:  at Socket.emit (node:events:524:28)
    781:  at addChunk (node:internal/streams/readable:561:12)
    782:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    783:  at Readable.push (node:internal/streams/readable:392:5)
    784:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    785:  16) Log Inspector
    786:  test retrieve stack trace for a log:
    787:  Uncaught Error: Unexpected server response: 404
    ...
    
    792:  at Socket.socketOnData (node:_http_client:558:22)
    793:  at Socket.emit (node:events:524:28)
    794:  at addChunk (node:internal/streams/readable:561:12)
    795:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    796:  at Readable.push (node:internal/streams/readable:392:5)
    797:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    798:  17) Network events
    799:  can listen to event before request is sent:
    800:  TypeError: Network is not a function
    801:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:24:27)
    802:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    803:  18) Network events
    804:  can request cookies:
    805:  TypeError: Network is not a function
    806:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:37:27)
    807:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    808:  19) Network events
    809:  can redirect http equiv:
    810:  TypeError: Network is not a function
    811:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:68:27)
    812:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    813:  20) Network events
    814:  can subscribe to response started:
    815:  TypeError: Network is not a function
    816:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:84:27)
    817:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    818:  21) Network events
    819:  can subscribe to response completed:
    820:  TypeError: Network is not a function
    821:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:98:27)
    822:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    823:  22) Script commands
    824:  can call function with declaration:
    825:  Uncaught Error: Unexpected server response: 404
    ...
    
    830:  at Socket.socketOnData (node:_http_client:558:22)
    831:  at Socket.emit (node:events:524:28)
    832:  at addChunk (node:internal/streams/readable:561:12)
    833:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    834:  at Readable.push (node:internal/streams/readable:392:5)
    835:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    836:  23) Script commands
    837:  can call function to get element:
    838:  Uncaught Error: Unexpected server response: 404
    ...
    
    843:  at Socket.socketOnData (node:_http_client:558:22)
    844:  at Socket.emit (node:events:524:28)
    845:  at addChunk (node:internal/streams/readable:561:12)
    846:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    847:  at Readable.push (node:internal/streams/readable:392:5)
    848:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    849:  24) Script commands
    850:  can call function with arguments:
    851:  Uncaught Error: Unexpected server response: 404
    ...
    
    856:  at Socket.socketOnData (node:_http_client:558:22)
    857:  at Socket.emit (node:events:524:28)
    858:  at addChunk (node:internal/streams/readable:561:12)
    859:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    860:  at Readable.push (node:internal/streams/readable:392:5)
    861:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    862:  25) Script commands
    863:  can call function with await promise:
    864:  Uncaught Error: Unexpected server response: 404
    ...
    
    869:  at Socket.socketOnData (node:_http_client:558:22)
    870:  at Socket.emit (node:events:524:28)
    871:  at addChunk (node:internal/streams/readable:561:12)
    872:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    873:  at Readable.push (node:internal/streams/readable:392:5)
    874:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    875:  26) Script commands
    876:  can call function with await promise false:
    877:  Uncaught Error: Unexpected server response: 404
    ...
    
    882:  at Socket.socketOnData (node:_http_client:558:22)
    883:  at Socket.emit (node:events:524:28)
    884:  at addChunk (node:internal/streams/readable:561:12)
    885:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    886:  at Readable.push (node:internal/streams/readable:392:5)
    887:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    888:  27) Script commands
    889:  can call function with this parameter:
    890:  Uncaught Error: Unexpected server response: 404
    ...
    
    895:  at Socket.socketOnData (node:_http_client:558:22)
    896:  at Socket.emit (node:events:524:28)
    897:  at addChunk (node:internal/streams/readable:561:12)
    898:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    899:  at Readable.push (node:internal/streams/readable:392:5)
    900:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    901:  28) Script commands
    902:  can call function with ownership root:
    903:  Uncaught Error: Unexpected server response: 404
    ...
    
    908:  at Socket.socketOnData (node:_http_client:558:22)
    909:  at Socket.emit (node:events:524:28)
    910:  at addChunk (node:internal/streams/readable:561:12)
    911:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    912:  at Readable.push (node:internal/streams/readable:392:5)
    913:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    914:  29) Script commands
    915:  can call function with ownership none:
    916:  Uncaught Error: Unexpected server response: 404
    ...
    
    921:  at Socket.socketOnData (node:_http_client:558:22)
    922:  at Socket.emit (node:events:524:28)
    923:  at addChunk (node:internal/streams/readable:561:12)
    924:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    925:  at Readable.push (node:internal/streams/readable:392:5)
    926:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    927:  30) Script commands
    928:  can call function that throws exception:
    929:  Uncaught Error: Unexpected server response: 404
    ...
    
    934:  at Socket.socketOnData (node:_http_client:558:22)
    935:  at Socket.emit (node:events:524:28)
    936:  at addChunk (node:internal/streams/readable:561:12)
    937:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    938:  at Readable.push (node:internal/streams/readable:392:5)
    939:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    940:  31) Script commands
    941:  can call function in a sandbox:
    942:  Uncaught Error: Unexpected server response: 404
    ...
    
    947:  at Socket.socketOnData (node:_http_client:558:22)
    948:  at Socket.emit (node:events:524:28)
    949:  at addChunk (node:internal/streams/readable:561:12)
    950:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    951:  at Readable.push (node:internal/streams/readable:392:5)
    952:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    953:  32) Script commands
    954:  can call function in a realm:
    955:  Uncaught Error: Unexpected server response: 404
    ...
    
    960:  at Socket.socketOnData (node:_http_client:558:22)
    961:  at Socket.emit (node:events:524:28)
    962:  at addChunk (node:internal/streams/readable:561:12)
    963:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    964:  at Readable.push (node:internal/streams/readable:392:5)
    965:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    966:  33) Script commands
    967:  can evaluate script:
    968:  Uncaught Error: Unexpected server response: 404
    ...
    
    973:  at Socket.socketOnData (node:_http_client:558:22)
    974:  at Socket.emit (node:events:524:28)
    975:  at addChunk (node:internal/streams/readable:561:12)
    976:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    977:  at Readable.push (node:internal/streams/readable:392:5)
    978:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    979:  34) Script commands
    980:  can evaluate script that throws exception:
    981:  Uncaught Error: Unexpected server response: 404
    ...
    
    986:  at Socket.socketOnData (node:_http_client:558:22)
    987:  at Socket.emit (node:events:524:28)
    988:  at addChunk (node:internal/streams/readable:561:12)
    989:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    990:  at Readable.push (node:internal/streams/readable:392:5)
    991:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    992:  35) Script commands
    993:  can evaluate script with result ownership:
    994:  Uncaught Error: Unexpected server response: 404
    ...
    
    999:  at Socket.socketOnData (node:_http_client:558:22)
    1000:  at Socket.emit (node:events:524:28)
    1001:  at addChunk (node:internal/streams/readable:561:12)
    1002:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1003:  at Readable.push (node:internal/streams/readable:392:5)
    1004:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1005:  36) Script commands
    1006:  can evaluate in a sandbox:
    1007:  Uncaught Error: Unexpected server response: 404
    ...
    
    1012:  at Socket.socketOnData (node:_http_client:558:22)
    1013:  at Socket.emit (node:events:524:28)
    1014:  at addChunk (node:internal/streams/readable:561:12)
    1015:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1016:  at Readable.push (node:internal/streams/readable:392:5)
    1017:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1018:  37) Script commands
    1019:  can evaluate in a realm:
    1020:  Uncaught Error: Unexpected server response: 404
    ...
    
    1025:  at Socket.socketOnData (node:_http_client:558:22)
    1026:  at Socket.emit (node:events:524:28)
    1027:  at addChunk (node:internal/streams/readable:561:12)
    1028:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1029:  at Readable.push (node:internal/streams/readable:392:5)
    1030:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1031:  38) Script commands
    1032:  can disown handles:
    1033:  Uncaught Error: Unexpected server response: 404
    ...
    
    1038:  at Socket.socketOnData (node:_http_client:558:22)
    1039:  at Socket.emit (node:events:524:28)
    1040:  at addChunk (node:internal/streams/readable:561:12)
    1041:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1042:  at Readable.push (node:internal/streams/readable:392:5)
    1043:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1044:  39) Script commands
    1045:  can disown handles in realm:
    1046:  Uncaught Error: Unexpected server response: 404
    ...
    
    1051:  at Socket.socketOnData (node:_http_client:558:22)
    1052:  at Socket.emit (node:events:524:28)
    1053:  at addChunk (node:internal/streams/readable:561:12)
    1054:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1055:  at Readable.push (node:internal/streams/readable:392:5)
    1056:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1057:  40) Script commands
    1058:  can get all realms:
    1059:  Uncaught Error: Unexpected server response: 404
    ...
    
    1064:  at Socket.socketOnData (node:_http_client:558:22)
    1065:  at Socket.emit (node:events:524:28)
    1066:  at addChunk (node:internal/streams/readable:561:12)
    1067:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1068:  at Readable.push (node:internal/streams/readable:392:5)
    1069:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1070:  41) Script commands
    1071:  can get realm by type:
    1072:  Uncaught Error: Unexpected server response: 404
    ...
    
    1077:  at Socket.socketOnData (node:_http_client:558:22)
    1078:  at Socket.emit (node:events:524:28)
    1079:  at addChunk (node:internal/streams/readable:561:12)
    1080:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1081:  at Readable.push (node:internal/streams/readable:392:5)
    1082:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1083:  42) Script commands
    1084:  can get realm in browsing context by type:
    1085:  Uncaught Error: Unexpected server response: 404
    ...
    
    1090:  at Socket.socketOnData (node:_http_client:558:22)
    1091:  at Socket.emit (node:events:524:28)
    1092:  at addChunk (node:internal/streams/readable:561:12)
    1093:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1094:  at Readable.push (node:internal/streams/readable:392:5)
    1095:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1096:  43) Script commands
    1097:  can add preload script:
    1098:  Uncaught Error: Unexpected server response: 404
    ...
    
    1103:  at Socket.socketOnData (node:_http_client:558:22)
    1104:  at Socket.emit (node:events:524:28)
    1105:  at addChunk (node:internal/streams/readable:561:12)
    1106:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1107:  at Readable.push (node:internal/streams/readable:392:5)
    1108:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1109:  44) Script commands
    1110:  can add preload script to sandbox:
    1111:  Uncaught Error: Unexpected server response: 404
    ...
    
    1116:  at Socket.socketOnData (node:_http_client:558:22)
    1117:  at Socket.emit (node:events:524:28)
    1118:  at addChunk (node:internal/streams/readable:561:12)
    1119:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1120:  at Readable.push (node:internal/streams/readable:392:5)
    1121:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1122:  45) Script commands
    1123:  can remove preload script:
    1124:  Uncaught Error: Unexpected server response: 404
    ...
    
    1129:  at Socket.socketOnData (node:_http_client:558:22)
    1130:  at Socket.emit (node:events:524:28)
    1131:  at addChunk (node:internal/streams/readable:561:12)
    1132:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1133:  at Readable.push (node:internal/streams/readable:392:5)
    1134:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1135:  46) Script events
    1136:  can listen to channel message:
    1137:  Uncaught Error: Unexpected server response: 404
    ...
    
    1142:  at Socket.socketOnData (node:_http_client:558:22)
    1143:  at Socket.emit (node:events:524:28)
    1144:  at addChunk (node:internal/streams/readable:561:12)
    1145:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1146:  at Readable.push (node:internal/streams/readable:392:5)
    1147:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1148:  47) Script events
    1149:  can listen to realm created message:
    1150:  Uncaught Error: Unexpected server response: 404
    ...
    
    1155:  at Socket.socketOnData (node:_http_client:558:22)
    1156:  at Socket.emit (node:events:524:28)
    1157:  at addChunk (node:internal/streams/readable:561:12)
    1158:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1159:  at Readable.push (node:internal/streams/readable:392:5)
    1160:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1161:  48) BiDi Logging
    1162:  can remove console log handler:
    1163:  Uncaught Error: Unexpected server response: 404
    ...
    
    1167:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    1168:  at Socket.socketOnData (node:_http_client:558:22)
    1169:  at Socket.emit (node:events:524:28)
    1170:  at addChunk (node:internal/streams/readable:561:12)
    1171:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1172:  at Readable.push (node:internal/streams/readable:392:5)
    1173:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1174:  49) BiDi Logging
    1175:  can listen to javascript error:
    1176:  Uncaught Error: Unexpected server response: 404
    ...
    
    1180:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    1181:  at Socket.socketOnData (node:_http_client:558:22)
    1182:  at Socket.emit (node:events:524:28)
    1183:  at addChunk (node:internal/streams/readable:561:12)
    1184:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1185:  at Readable.push (node:internal/streams/readable:392:5)
    1186:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1187:  50) BiDi Logging
    1188:  can remove to javascript error handler:
    1189:  Uncaught Error: Unexpected server response: 404
    ...
    
    1194:  at Socket.socketOnData (node:_http_client:558:22)
    1195:  at Socket.emit (node:events:524:28)
    1196:  at addChunk (node:internal/streams/readable:561:12)
    1197:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1198:  at Readable.push (node:internal/streams/readable:392:5)
    1199:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1200:  51) BiDi Script
    1201:  can pin script:
    1202:  Uncaught Error: Unexpected server response: 404
    ...
    
    1207:  at Socket.socketOnData (node:_http_client:558:22)
    1208:  at Socket.emit (node:events:524:28)
    1209:  at addChunk (node:internal/streams/readable:561:12)
    1210:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1211:  at Readable.push (node:internal/streams/readable:392:5)
    1212:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1213:  52) Service Test
    1214:  Set Driver Location:
    1215:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:61631/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\133.0.6943.126\chromedriver.exe
    1216:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    1217:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1218:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
    ...
    
    1253:  ✔ Scroll to the element (822ms)
    1254:  Actions API - Wheel Tests
    1255:  ✔ Scroll to element (632ms)
    1256:  ✔ Scroll by given amount (575ms)
    1257:  ✔ Scroll from an element by a given amount (605ms)
    1258:  ✔ Scroll from an element with an offset (593ms)
    1259:  ✔ Scroll from an offset of origin (element) by given amount (1067ms)
    1260:  Integration Tests
    1261:  2) test navigate and listen to errors
    ...
    
    1286:  - can locate node with none ownership value
    1287:  - can locate node with root ownership value
    1288:  - can locate node with given start nodes
    1289:  - can locate nodes in a given sandbox
    1290:  - can find element
    1291:  - can find elements
    1292:  Log Inspector
    1293:  13) test listen to console log
    1294:  14) test listen to javascript error log
    ...
    
    1335:  44) can remove preload script
    1336:  Script events
    1337:  45) can listen to channel message
    1338:  46) can listen to realm created message
    1339:  - can listen to realm destroyed message
    1340:  BiDi Logging
    1341:  47) can listen to console log
    1342:  48) can remove console log handler
    1343:  ✔ can listen to javascript error (5477ms)
    1344:  ✔ can remove to javascript error handler (5695ms)
    ...
    
    1506:  ✔ Create and add non residential key
    1507:  ✔ Get credential
    1508:  ✔ Remove all credentials
    1509:  ✔ Set is user verified
    1510:  Virtual authenticator options
    1511:  ✔ Virtual options
    1512:  ✔ User verified
    1513:  Waits
    1514:  ✔ fail (1373ms)
    1515:  ✔ sleep (2222ms)
    1516:  ✔ implicit (1184ms)
    1517:  ✔ explicit (1373ms)
    1518:  102 passing (17m)
    1519:  20 pending
    1520:  51 failing
    1521:  1) Mouse move by offset
    1522:  From element:
    1523:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    1524:  false !== true
    1525:  + expected - actual
    1526:  -false
    1527:  +true
    1528:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    1529:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1530:  2) Integration Tests
    1531:  test navigate and listen to errors:
    1532:  Uncaught Error: Unexpected server response: 404
    ...
    
    1537:  at Socket.socketOnData (node:_http_client:558:22)
    1538:  at Socket.emit (node:events:524:28)
    1539:  at addChunk (node:internal/streams/readable:561:12)
    1540:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1541:  at Readable.push (node:internal/streams/readable:392:5)
    1542:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1543:  3) Browsing Context
    1544:  "after each" hook for "test create a browsing context for given id":
    1545:  Uncaught Error: Unexpected server response: 404
    ...
    
    1550:  at Socket.socketOnData (node:_http_client:558:22)
    1551:  at Socket.emit (node:events:524:28)
    1552:  at addChunk (node:internal/streams/readable:561:12)
    1553:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1554:  at Readable.push (node:internal/streams/readable:392:5)
    1555:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1556:  4) Browsing Context
    1557:  "after each" hook for "test create a browsing context for given id":
    1558:  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
    1559:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1560:  5) Browsing Context Inspector
    1561:  can listen to window browsing context created event:
    1562:  Uncaught Error: Unexpected server response: 404
    ...
    
    1567:  at Socket.socketOnData (node:_http_client:558:22)
    1568:  at Socket.emit (node:events:524:28)
    1569:  at addChunk (node:internal/streams/readable:561:12)
    1570:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1571:  at Readable.push (node:internal/streams/readable:392:5)
    1572:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1573:  6) Browsing Context Inspector
    1574:  can listen to tab browsing context created event:
    1575:  Uncaught Error: Unexpected server response: 404
    ...
    
    1580:  at Socket.socketOnData (node:_http_client:558:22)
    1581:  at Socket.emit (node:events:524:28)
    1582:  at addChunk (node:internal/streams/readable:561:12)
    1583:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1584:  at Readable.push (node:internal/streams/readable:392:5)
    1585:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1586:  7) Browsing Context Inspector
    1587:  can listen to dom content loaded event:
    1588:  Uncaught Error: Unexpected server response: 404
    ...
    
    1593:  at Socket.socketOnData (node:_http_client:558:22)
    1594:  at Socket.emit (node:events:524:28)
    1595:  at addChunk (node:internal/streams/readable:561:12)
    1596:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1597:  at Readable.push (node:internal/streams/readable:392:5)
    1598:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1599:  8) Browsing Context Inspector
    1600:  can listen to browsing context loaded event:
    1601:  Uncaught Error: Unexpected server response: 404
    ...
    
    1606:  at Socket.socketOnData (node:_http_client:558:22)
    1607:  at Socket.emit (node:events:524:28)
    1608:  at addChunk (node:internal/streams/readable:561:12)
    1609:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1610:  at Readable.push (node:internal/streams/readable:392:5)
    1611:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1612:  9) Browsing Context Inspector
    1613:  can listen to fragment navigated event:
    1614:  Uncaught Error: Unexpected server response: 404
    ...
    
    1619:  at Socket.socketOnData (node:_http_client:558:22)
    1620:  at Socket.emit (node:events:524:28)
    1621:  at addChunk (node:internal/streams/readable:561:12)
    1622:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1623:  at Readable.push (node:internal/streams/readable:392:5)
    1624:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1625:  10) Browsing Context Inspector
    1626:  can listen to browsing context destroyed event:
    1627:  Uncaught Error: Unexpected server response: 404
    ...
    
    1632:  at Socket.socketOnData (node:_http_client:558:22)
    1633:  at Socket.emit (node:events:524:28)
    1634:  at addChunk (node:internal/streams/readable:561:12)
    1635:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1636:  at Readable.push (node:internal/streams/readable:392:5)
    1637:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1638:  11) Input module
    1639:  can execute release in browsing context:
    1640:  Uncaught Error: Unexpected server response: 404
    ...
    
    1645:  at Socket.socketOnData (node:_http_client:558:22)
    1646:  at Socket.emit (node:events:524:28)
    1647:  at addChunk (node:internal/streams/readable:561:12)
    1648:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1649:  at Readable.push (node:internal/streams/readable:392:5)
    1650:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1651:  12) Input module
    1652:  can execute release in browsing context:
    1653:  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
    1654:  at Object.throwDecodedError (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\error.js:521:15)
    1655:  at parseHttpResponse (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:524:13)
    1656:  at Executor.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\http.js:456:28)
    1657:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1658:  at async thenableWebDriverProxy.execute (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\node_modules\selenium-webdriver\lib\webdriver.js:745:17)
    1659:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    1660:  remoteStacktrace: ''
    1661:  }
    1662:  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
    1663:  at Object.throwDecodedError (node_modules\selenium-webdriver\lib\error.js:521:15)
    ...
    
    1666:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1667:  at async thenableWebDriverProxy.execute (node_modules\selenium-webdriver\lib\webdriver.js:745:17)
    1668:  at async Context.<anonymous> (D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\javascript\test\bidirectional\input.spec.js:45:24) {
    1669:  remoteStacktrace: ''
    1670:  }
    1671:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1672:  13) Log Inspector
    1673:  test listen to console log:
    1674:  Uncaught Error: Unexpected server response: 404
    ...
    
    1678:  at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
    1679:  at Socket.socketOnData (node:_http_client:558:22)
    1680:  at Socket.emit (node:events:524:28)
    1681:  at addChunk (node:internal/streams/readable:561:12)
    1682:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1683:  at Readable.push (node:internal/streams/readable:392:5)
    1684:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1685:  14) Log Inspector
    1686:  test listen to javascript error log:
    1687:  Uncaught Error: Unexpected server response: 404
    ...
    
    1692:  at Socket.socketOnData (node:_http_client:558:22)
    1693:  at Socket.emit (node:events:524:28)
    1694:  at addChunk (node:internal/streams/readable:561:12)
    1695:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1696:  at Readable.push (node:internal/streams/readable:392:5)
    1697:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1698:  15) Log Inspector
    1699:  test retrieve stack trace for a log:
    1700:  Uncaught Error: Unexpected server response: 404
    ...
    
    1705:  at Socket.socketOnData (node:_http_client:558:22)
    1706:  at Socket.emit (node:events:524:28)
    1707:  at addChunk (node:internal/streams/readable:561:12)
    1708:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1709:  at Readable.push (node:internal/streams/readable:392:5)
    1710:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1711:  16) Log Inspector
    1712:  test listen to logs with multiple consumers:
    1713:  Uncaught Error: Unexpected server response: 404
    ...
    
    1718:  at Socket.socketOnData (node:_http_client:558:22)
    1719:  at Socket.emit (node:events:524:28)
    1720:  at addChunk (node:internal/streams/readable:561:12)
    1721:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1722:  at Readable.push (node:internal/streams/readable:392:5)
    1723:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1724:  17) Network events
    1725:  can listen to event before request is sent:
    1726:  TypeError: Network is not a function
    1727:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:24:27)
    1728:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1729:  18) Network events
    1730:  can request cookies:
    1731:  TypeError: Network is not a function
    1732:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:37:27)
    1733:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1734:  19) Network events
    1735:  can redirect http equiv:
    1736:  TypeError: Network is not a function
    1737:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:68:27)
    1738:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1739:  20) Network events
    1740:  can subscribe to response started:
    1741:  TypeError: Network is not a function
    1742:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:84:27)
    1743:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1744:  21) Network events
    1745:  can subscribe to response completed:
    1746:  TypeError: Network is not a function
    1747:  at Context.<anonymous> (test\bidirectional\network_events.spec.js:98:27)
    1748:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    1749:  22) Script commands
    1750:  can call function:
    1751:  Uncaught Error: Unexpected server response: 404
    ...
    
    1756:  at Socket.socketOnData (node:_http_client:558:22)
    1757:  at Socket.emit (node:events:524:28)
    1758:  at addChunk (node:internal/streams/readable:561:12)
    1759:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1760:  at Readable.push (node:internal/streams/readable:392:5)
    1761:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1762:  23) Script commands
    1763:  can call function with declaration:
    1764:  Uncaught Error: Unexpected server response: 404
    ...
    
    1769:  at Socket.socketOnData (node:_http_client:558:22)
    1770:  at Socket.emit (node:events:524:28)
    1771:  at addChunk (node:internal/streams/readable:561:12)
    1772:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1773:  at Readable.push (node:internal/streams/readable:392:5)
    1774:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1775:  24) Script commands
    1776:  can call function with arguments:
    1777:  Uncaught Error: Unexpected server response: 404
    ...
    
    1782:  at Socket.socketOnData (node:_http_client:558:22)
    1783:  at Socket.emit (node:events:524:28)
    1784:  at addChunk (node:internal/streams/readable:561:12)
    1785:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1786:  at Readable.push (node:internal/streams/readable:392:5)
    1787:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1788:  25) Script commands
    1789:  can call function with await promise false:
    1790:  Uncaught Error: Unexpected server response: 404
    ...
    
    1795:  at Socket.socketOnData (node:_http_client:558:22)
    1796:  at Socket.emit (node:events:524:28)
    1797:  at addChunk (node:internal/streams/readable:561:12)
    1798:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1799:  at Readable.push (node:internal/streams/readable:392:5)
    1800:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1801:  26) Script commands
    1802:  can call function with ownership root:
    1803:  Uncaught Error: Unexpected server response: 404
    ...
    
    1808:  at Socket.socketOnData (node:_http_client:558:22)
    1809:  at Socket.emit (node:events:524:28)
    1810:  at addChunk (node:internal/streams/readable:561:12)
    1811:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1812:  at Readable.push (node:internal/streams/readable:392:5)
    1813:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1814:  27) Script commands
    1815:  can call function with ownership none:
    1816:  Uncaught Error: Unexpected server response: 404
    ...
    
    1821:  at Socket.socketOnData (node:_http_client:558:22)
    1822:  at Socket.emit (node:events:524:28)
    1823:  at addChunk (node:internal/streams/readable:561:12)
    1824:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1825:  at Readable.push (node:internal/streams/readable:392:5)
    1826:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1827:  28) Script commands
    1828:  can call function that throws exception:
    1829:  Uncaught Error: Unexpected server response: 404
    ...
    
    1834:  at Socket.socketOnData (node:_http_client:558:22)
    1835:  at Socket.emit (node:events:524:28)
    1836:  at addChunk (node:internal/streams/readable:561:12)
    1837:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1838:  at Readable.push (node:internal/streams/readable:392:5)
    1839:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1840:  29) Script commands
    1841:  can call function in a sandbox:
    1842:  Uncaught Error: Unexpected server response: 404
    ...
    
    1847:  at Socket.socketOnData (node:_http_client:558:22)
    1848:  at Socket.emit (node:events:524:28)
    1849:  at addChunk (node:internal/streams/readable:561:12)
    1850:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1851:  at Readable.push (node:internal/streams/readable:392:5)
    1852:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1853:  30) Script commands
    1854:  can call function in a realm:
    1855:  Uncaught Error: Unexpected server response: 404
    ...
    
    1860:  at Socket.socketOnData (node:_http_client:558:22)
    1861:  at Socket.emit (node:events:524:28)
    1862:  at addChunk (node:internal/streams/readable:561:12)
    1863:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1864:  at Readable.push (node:internal/streams/readable:392:5)
    1865:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1866:  31) Script commands
    1867:  can evaluate script:
    1868:  Uncaught Error: Unexpected server response: 404
    ...
    
    1873:  at Socket.socketOnData (node:_http_client:558:22)
    1874:  at Socket.emit (node:events:524:28)
    1875:  at addChunk (node:internal/streams/readable:561:12)
    1876:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1877:  at Readable.push (node:internal/streams/readable:392:5)
    1878:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1879:  32) Script commands
    1880:  can evaluate script that throws exception:
    1881:  Uncaught Error: Unexpected server response: 404
    ...
    
    1886:  at Socket.socketOnData (node:_http_client:558:22)
    1887:  at Socket.emit (node:events:524:28)
    1888:  at addChunk (node:internal/streams/readable:561:12)
    1889:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1890:  at Readable.push (node:internal/streams/readable:392:5)
    1891:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1892:  33) Script commands
    1893:  can evaluate script with result ownership:
    1894:  Uncaught Error: Unexpected server response: 404
    ...
    
    1899:  at Socket.socketOnData (node:_http_client:558:22)
    1900:  at Socket.emit (node:events:524:28)
    1901:  at addChunk (node:internal/streams/readable:561:12)
    1902:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1903:  at Readable.push (node:internal/streams/readable:392:5)
    1904:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1905:  34) Script commands
    1906:  can evaluate in a sandbox:
    1907:  Uncaught Error: Unexpected server response: 404
    ...
    
    1912:  at Socket.socketOnData (node:_http_client:558:22)
    1913:  at Socket.emit (node:events:524:28)
    1914:  at addChunk (node:internal/streams/readable:561:12)
    1915:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1916:  at Readable.push (node:internal/streams/readable:392:5)
    1917:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1918:  35) Script commands
    1919:  can evaluate in a realm:
    1920:  Uncaught Error: Unexpected server response: 404
    ...
    
    1925:  at Socket.socketOnData (node:_http_client:558:22)
    1926:  at Socket.emit (node:events:524:28)
    1927:  at addChunk (node:internal/streams/readable:561:12)
    1928:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1929:  at Readable.push (node:internal/streams/readable:392:5)
    1930:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1931:  36) Script commands
    1932:  can disown handles:
    1933:  Uncaught Error: Unexpected server response: 404
    ...
    
    1938:  at Socket.socketOnData (node:_http_client:558:22)
    1939:  at Socket.emit (node:events:524:28)
    1940:  at addChunk (node:internal/streams/readable:561:12)
    1941:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1942:  at Readable.push (node:internal/streams/readable:392:5)
    1943:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1944:  37) Script commands
    1945:  can disown handles in realm:
    1946:  Uncaught Error: Unexpected server response: 404
    ...
    
    1951:  at Socket.socketOnData (node:_http_client:558:22)
    1952:  at Socket.emit (node:events:524:28)
    1953:  at addChunk (node:internal/streams/readable:561:12)
    1954:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1955:  at Readable.push (node:internal/streams/readable:392:5)
    1956:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1957:  38) Script commands
    1958:  can get all realms:
    1959:  Uncaught Error: Unexpected server response: 404
    ...
    
    1964:  at Socket.socketOnData (node:_http_client:558:22)
    1965:  at Socket.emit (node:events:524:28)
    1966:  at addChunk (node:internal/streams/readable:561:12)
    1967:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1968:  at Readable.push (node:internal/streams/readable:392:5)
    1969:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1970:  39) Script commands
    1971:  can get realm by type:
    1972:  Uncaught Error: Unexpected server response: 404
    ...
    
    1977:  at Socket.socketOnData (node:_http_client:558:22)
    1978:  at Socket.emit (node:events:524:28)
    1979:  at addChunk (node:internal/streams/readable:561:12)
    1980:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1981:  at Readable.push (node:internal/streams/readable:392:5)
    1982:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1983:  40) Script commands
    1984:  can get realm in browsing context:
    1985:  Uncaught Error: Unexpected server response: 404
    ...
    
    1990:  at Socket.socketOnData (node:_http_client:558:22)
    1991:  at Socket.emit (node:events:524:28)
    1992:  at addChunk (node:internal/streams/readable:561:12)
    1993:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    1994:  at Readable.push (node:internal/streams/readable:392:5)
    1995:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    1996:  41) Script commands
    1997:  can get realm in browsing context by type:
    1998:  Uncaught Error: Unexpected server response: 404
    ...
    
    2003:  at Socket.socketOnData (node:_http_client:558:22)
    2004:  at Socket.emit (node:events:524:28)
    2005:  at addChunk (node:internal/streams/readable:561:12)
    2006:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2007:  at Readable.push (node:internal/streams/readable:392:5)
    2008:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2009:  42) Script commands
    2010:  can add preload script:
    2011:  Uncaught Error: Unexpected server response: 404
    ...
    
    2016:  at Socket.socketOnData (node:_http_client:558:22)
    2017:  at Socket.emit (node:events:524:28)
    2018:  at addChunk (node:internal/streams/readable:561:12)
    2019:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2020:  at Readable.push (node:internal/streams/readable:392:5)
    2021:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2022:  43) Script commands
    2023:  can add preload script to sandbox:
    2024:  Uncaught Error: Unexpected server response: 404
    ...
    
    2029:  at Socket.socketOnData (node:_http_client:558:22)
    2030:  at Socket.emit (node:events:524:28)
    2031:  at addChunk (node:internal/streams/readable:561:12)
    2032:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2033:  at Readable.push (node:internal/streams/readable:392:5)
    2034:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2035:  44) Script commands
    2036:  can remove preload script:
    2037:  Uncaught Error: Unexpected server response: 404
    ...
    
    2042:  at Socket.socketOnData (node:_http_client:558:22)
    2043:  at Socket.emit (node:events:524:28)
    2044:  at addChunk (node:internal/streams/readable:561:12)
    2045:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2046:  at Readable.push (node:internal/streams/readable:392:5)
    2047:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2048:  45) Script events
    2049:  can listen to channel message:
    2050:  Uncaught Error: Unexpected server response: 404
    ...
    
    2055:  at Socket.socketOnData (node:_http_client:558:22)
    2056:  at Socket.emit (node:events:524:28)
    2057:  at addChunk (node:internal/streams/readable:561:12)
    2058:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2059:  at Readable.push (node:internal/streams/readable:392:5)
    2060:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2061:  46) Script events
    2062:  can listen to realm created message:
    2063:  Uncaught Error: Unexpected server response: 404
    ...
    
    2068:  at Socket.socketOnData (node:_http_client:558:22)
    2069:  at Socket.emit (node:events:524:28)
    2070:  at addChunk (node:internal/streams/readable:561:12)
    2071:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2072:  at Readable.push (node:internal/streams/readable:392:5)
    2073:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2074:  47) BiDi Logging
    2075:  can listen to console log:
    2076:  Uncaught Error: Unexpected server response: 404
    ...
    
    2081:  at Socket.socketOnData (node:_http_client:558:22)
    2082:  at Socket.emit (node:events:524:28)
    2083:  at addChunk (node:internal/streams/readable:561:12)
    2084:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2085:  at Readable.push (node:internal/streams/readable:392:5)
    2086:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2087:  48) BiDi Logging
    2088:  can remove console log handler:
    2089:  Uncaught Error: Unexpected server response: 404
    ...
    
    2094:  at Socket.socketOnData (node:_http_client:558:22)
    2095:  at Socket.emit (node:events:524:28)
    2096:  at addChunk (node:internal/streams/readable:561:12)
    2097:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2098:  at Readable.push (node:internal/streams/readable:392:5)
    2099:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2100:  49) BiDi Script
    2101:  can remove to dom mutation handler:
    2102:  Uncaught Error: Unexpected server response: 404
    ...
    
    2107:  at Socket.socketOnData (node:_http_client:558:22)
    2108:  at Socket.emit (node:events:524:28)
    2109:  at addChunk (node:internal/streams/readable:561:12)
    2110:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2111:  at Readable.push (node:internal/streams/readable:392:5)
    2112:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2113:  50) BiDi Script
    2114:  can pin script:
    2115:  Uncaught Error: Unexpected server response: 404
    ...
    
    2120:  at Socket.socketOnData (node:_http_client:558:22)
    2121:  at Socket.emit (node:events:524:28)
    2122:  at addChunk (node:internal/streams/readable:561:12)
    2123:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2124:  at Readable.push (node:internal/streams/readable:392:5)
    2125:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2126:  51) Service Test
    2127:  Set Driver Location:
    2128:  Error: Timed out waiting for the WebDriver server at http://127.0.0.1:51932/C:\Users\runneradmin\.cache\selenium\chromedriver\win64\133.0.6943.126\chromedriver.exe
    2129:  at onError (node_modules\selenium-webdriver\http\util.js:89:16)
    2130:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    2131:  ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1
    ...
    
    2166:  ✔ Scroll to the element (354ms)
    2167:  Actions API - Wheel Tests
    2168:  ✔ Scroll to element (430ms)
    2169:  ✔ Scroll by given amount (575ms)
    2170:  ✔ Scroll from an element by a given amount (614ms)
    2171:  ✔ Scroll from an element with an offset (614ms)
    2172:  ✔ Scroll from an offset of origin (element) by given amount (1181ms)
    2173:  Integration Tests
    2174:  2) test navigate and listen to errors
    ...
    
    2199:  - can locate node with none ownership value
    2200:  - can locate node with root ownership value
    2201:  - can locate node with given start nodes
    2202:  - can locate nodes in a given sandbox
    2203:  - can find element
    2204:  - can find elements
    2205:  Log Inspector
    2206:  13) test listen to console log
    2207:  14) test listen to javascript error log
    ...
    
    2248:  44) can remove preload script
    2249:  Script events
    2250:  45) can listen to channel message
    2251:  46) can listen to realm created message
    2252:  - can listen to realm destroyed message
    2253:  BiDi Logging
    2254:  47) can listen to console log
    2255:  ✔ can remove console log handler (6005ms)
    2256:  ✔ can listen to javascript error (5915ms)
    2257:  ✔ can remove to javascript error handler (5624ms)
    ...
    
    2419:  ✔ Create and add non residential key
    2420:  ✔ Get credential
    2421:  ✔ Remove all credentials
    2422:  ✔ Set is user verified
    2423:  Virtual authenticator options
    2424:  ✔ Virtual options
    2425:  ✔ User verified
    2426:  Waits
    2427:  ✔ fail (1565ms)
    2428:  ✔ sleep (2246ms)
    2429:  ✔ implicit (1303ms)
    2430:  ✔ explicit (1300ms)
    2431:  102 passing (16m)
    2432:  20 pending
    2433:  51 failing
    2434:  1) Mouse move by offset
    2435:  From element:
    2436:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    2437:  false !== true
    2438:  + expected - actual
    2439:  -false
    2440:  +true
    2441:  at Context.<anonymous> (test\actionsApi\mouse\moveByOffset.spec.js:22:12)
    2442:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    2443:  2) Integration Tests
    2444:  test navigate and listen to errors:
    2445:  Uncaught Error: Unexpected server response: 404
    ...
    
    2450:  at Socket.socketOnData (node:_http_client:558:22)
    2451:  at Socket.emit (node:events:524:28)
    2452:  at addChunk (node:internal/streams/readable:561:12)
    2453:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2454:  at Readable.push (node:internal/streams/readable:392:5)
    2455:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2456:  3) Browsing Context
    2457:  "after each" hook for "test create a browsing context for given id":
    2458:  Uncaught Error: Unexpected server response: 404
    ...
    
    2463:  at Socket.socketOnData (node:_http_client:558:22)
    2464:  at Socket.emit (node:events:524:28)
    2465:  at addChunk (node:internal/streams/readable:561:12)
    2466:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2467:  at Readable.push (node:internal/streams/readable:392:5)
    2468:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2469:  4) Browsing Context
    2470:  "after each" hook for "test create a browsing context for given id":
    2471:  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
    2472:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    2473:  5) Browsing Context Inspector
    2474:  can listen to window browsing context created event:
    2475:  Uncaught Error: Unexpected server response: 404
    ...
    
    2480:  at Socket.socketOnData (node:_http_client:558:22)
    2481:  at Socket.emit (node:events:524:28)
    2482:  at addChunk (node:internal/streams/readable:561:12)
    2483:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2484:  at Readable.push (node:internal/streams/readable:392:5)
    2485:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2486:  6) Browsing Context Inspector
    2487:  can listen to tab browsing context created event:
    2488:  Uncaught Error: Unexpected server response: 404
    ...
    
    2493:  at Socket.socketOnData (node:_http_client:558:22)
    2494:  at Socket.emit (node:events:524:28)
    2495:  at addChunk (node:internal/streams/readable:561:12)
    2496:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2497:  at Readable.push (node:internal/streams/readable:392:5)
    2498:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2499:  7) Browsing Context Inspector
    2500:  can listen to dom content loaded event:
    2501:  Uncaught Error: Unexpected server response: 404
    ...
    
    2506:  at Socket.socketOnData (node:_http_client:558:22)
    2507:  at Socket.emit (node:events:524:28)
    2508:  at addChunk (node:internal/streams/readable:561:12)
    2509:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2510:  at Readable.push (node:internal/streams/readable:392:5)
    2511:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    2512:  8) Browsing Context Inspector
    2513:  can listen to browsing context loaded event:
    2514:  Uncaught Error: Unexpected server response: 404
    ...
    
    2519:  at Socket.socketOnData (node:_http_client:558:22)
    2520:  at Socket.emit (node:events:524:28)
    2521:  at addChunk (node:internal/streams/readable:561:12)
    2522:  at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    2523:  at Readable.push (node:internal/streams/readable:392:5)
    2524:  at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
    ...

    @VietND96 VietND96 merged commit 866c071 into trunk Feb 21, 2025
    6 of 18 checks passed
    @VietND96 VietND96 deleted the renovate/selenium-webdriver-4.x branch February 21, 2025 05: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.

    1 participant