Skip to content

Update dependency selenium-webdriver to v4.32.0 - autoclosed #2295

New issue

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

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

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2025

This PR contains the following updates:

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

Release Notes

SeleniumHQ/selenium (selenium-webdriver)

v4.32.0

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

  • Add CDP for Chrome 136 and remove 133
  • log at info level with names and values when Guards#add_condition used
  • Add PrintOptions Implementation for Ruby WebDriver (#​15158)
  • [ruby] fix lint for print_options.rb (#​15608)
  • add enable_downloads to attr_accessor for all options classes
  • make logging of test guards debug level not info
  • Set remote active protocol in Firefox to BiDi only
  • handle issue with selenium manager exit status being nil (#​15676)
  • Add websocket-port parameter to firefox service (#​15458)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

qodo-merge-pro bot commented May 3, 2025

CI Feedback 🧐

(Feedback updated until commit ee0e7b2)

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

Action: tests (windows, stable)

Failed stage: Run tests [❌]

Failure summary:

The action failed due to a timeout issue. The test suite was running for too long and hit the
1200000ms (20 minutes) timeout limit three times:

  • First attempt failed with "Timeout of 1200000ms hit" at line 562
  • Second attempt failed with "Timeout of 1200000ms hit" at line 888
  • Final attempt failed with "Timeout of 1200000ms hit" at line 1202

    The tests themselves appear to be passing (indicated by ✔ symbols), but the entire test suite is
    taking longer than the allowed timeout period to complete.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    219:  ##[endgroup]
    220:  added 134 packages, and audited 135 packages in 8s
    221:  47 packages are looking for funding
    222:  run `npm fund` for details
    223:  found 0 vulnerabilities
    224:  ##[group]Run nick-invision/[email protected]
    225:  with:
    226:  timeout_minutes: 20
    227:  max_attempts: 3
    228:  command: cd examples/javascript
    229:  npm test
    230:  
    231:  retry_wait_seconds: 10
    232:  polling_interval_seconds: 1
    233:  warning_on_retry: true
    234:  continue_on_error: false
    235:  env:
    ...
    
    271:  Move to element
    272:  ✔ Mouse move into an element (1804ms)
    273:  Right click
    274:  ✔ Mouse move and right click on an element (2371ms)
    275:  Scroll by given amount from element
    276:  ✔ Scroll to element by 300 (587ms)
    277:  Wheel scroll to element
    278:  ✔ Scroll to the element (632ms)
    279:  Actions API - Wheel Tests
    280:  ✔ Scroll to element (237ms)
    281:  ✔ Scroll by given amount (578ms)
    282:  ✔ Scroll from an element by a given amount (678ms)
    283:  ✔ Scroll from an element with an offset (599ms)
    284:  ✔ Scroll from an offset of origin (element) by given amount (1093ms)
    285:  Integration Tests
    286:  ✔ test navigate and listen to errors (4615ms)
    287:  Browsing Context
    ...
    
    328:  Locate Nodes
    329:  - can locate nodes
    330:  - can locate node
    331:  - can locate node with css locator
    332:  - can locate node with xpath locator
    333:  - can locate node with inner test locator
    334:  - can locate node with max node count
    335:  - can locate node with none ownership value
    336:  - can locate node with root ownership value
    337:  - can locate node with given start nodes
    338:  - can locate nodes in a given sandbox
    339:  - can find element
    340:  - can find elements
    341:  Log Inspector
    342:  ✔ test listen to console log (4629ms)
    343:  ✔ test listen to javascript error log (4815ms)
    344:  ✔ test retrieve stack trace for a log (4881ms)
    ...
    
    377:  ✔ can disown handles in realm (5994ms)
    378:  ✔ can get all realms (4733ms)
    379:  ✔ can get realm by type (3797ms)
    380:  ✔ can get realm in browsing context (4829ms)
    381:  ✔ can get realm in browsing context by type (5124ms)
    382:  ✔ can add preload script (2399ms)
    383:  ✔ can add preload script to sandbox (2900ms)
    384:  ✔ can remove preload script (2665ms)
    385:  Script events
    386:  ✔ can listen to channel message (4625ms)
    387:  ✔ can listen to realm created message (2793ms)
    388:  - can listen to realm destroyed message
    389:  BiDi Logging
    390:  ✔ can listen to console log (6744ms)
    391:  ✔ can remove console log handler (5834ms)
    392:  ✔ can listen to javascript error (5869ms)
    393:  ✔ can remove to javascript error handler (5542ms)
    394:  BiDi Script
    ...
    
    547:  ✔ Select an option (809ms)
    548:  ✔ Select by multiple options (991ms)
    549:  ✔ Try selecting disabled option
    550:  Virtual authenticator
    551:  ✔ Register a virtual authenticator
    552:  ✔ Remove authenticator
    553:  ✔ Createa and add residential key
    554:  ✔ Add resident credential not supported when authenticator uses U2F protocol
    555:  ✔ Create and add non residential key
    556:  ✔ Get credential
    557:  ✔ Remove all credentials
    558:  ✔ Set is user verified
    559:  Virtual authenticator options
    560:  ✔ Virtual options
    561:  ✔ User verified
    562:  ##[warning]Attempt 1 failed. Reason: Timeout of 1200000ms hit
    563:  ##[endgroup]
    ...
    
    592:  Move to element
    593:  ✔ Mouse move into an element (2363ms)
    594:  Right click
    595:  ✔ Mouse move and right click on an element (2868ms)
    596:  Scroll by given amount from element
    597:  ✔ Scroll to element by 300 (595ms)
    598:  Wheel scroll to element
    599:  ✔ Scroll to the element (500ms)
    600:  Actions API - Wheel Tests
    601:  ✔ Scroll to element (927ms)
    602:  ✔ Scroll by given amount (571ms)
    603:  ✔ Scroll from an element by a given amount (613ms)
    604:  ✔ Scroll from an element with an offset (610ms)
    605:  ✔ Scroll from an offset of origin (element) by given amount (1100ms)
    606:  Integration Tests
    607:  ✔ test navigate and listen to errors (5276ms)
    608:  Browsing Context
    ...
    
    649:  Locate Nodes
    650:  - can locate nodes
    651:  - can locate node
    652:  - can locate node with css locator
    653:  - can locate node with xpath locator
    654:  - can locate node with inner test locator
    655:  - can locate node with max node count
    656:  - can locate node with none ownership value
    657:  - can locate node with root ownership value
    658:  - can locate node with given start nodes
    659:  - can locate nodes in a given sandbox
    660:  - can find element
    661:  - can find elements
    662:  Log Inspector
    663:  ✔ test listen to console log (2666ms)
    664:  ✔ test listen to javascript error log (4569ms)
    665:  ✔ test retrieve stack trace for a log (2746ms)
    ...
    
    698:  ✔ can disown handles in realm (5912ms)
    699:  ✔ can get all realms (3734ms)
    700:  ✔ can get realm by type (3804ms)
    701:  ✔ can get realm in browsing context (2532ms)
    702:  ✔ can get realm in browsing context by type (4525ms)
    703:  ✔ can add preload script (3787ms)
    704:  ✔ can add preload script to sandbox (2335ms)
    705:  ✔ can remove preload script (4605ms)
    706:  Script events
    707:  ✔ can listen to channel message (3577ms)
    708:  ✔ can listen to realm created message (4999ms)
    709:  - can listen to realm destroyed message
    710:  BiDi Logging
    711:  ✔ can listen to console log (5612ms)
    712:  ✔ can remove console log handler (6325ms)
    713:  ✔ can listen to javascript error (6235ms)
    714:  ✔ can remove to javascript error handler (6224ms)
    715:  BiDi Script
    ...
    
    869:  ✔ Select by multiple options (982ms)
    870:  ✔ Try selecting disabled option
    871:  Virtual authenticator
    872:  ✔ Register a virtual authenticator
    873:  ✔ Remove authenticator
    874:  ✔ Createa and add residential key
    875:  ✔ Add resident credential not supported when authenticator uses U2F protocol
    876:  ✔ Create and add non residential key
    877:  ✔ Get credential
    878:  ✔ Remove all credentials
    879:  ✔ Set is user verified
    880:  Virtual authenticator options
    881:  ✔ Virtual options
    882:  ✔ User verified
    883:  Waits
    884:  ✔ fail (1264ms)
    885:  ✔ sleep (2262ms)
    886:  ✔ implicit (1249ms)
    887:  ✔ explicit (1381ms)
    888:  ##[warning]Attempt 2 failed. Reason: Timeout of 1200000ms hit
    889:  ##[endgroup]
    ...
    
    918:  Move to element
    919:  ✔ Mouse move into an element (2115ms)
    920:  Right click
    921:  ✔ Mouse move and right click on an element (2626ms)
    922:  Scroll by given amount from element
    923:  ✔ Scroll to element by 300 (510ms)
    924:  Wheel scroll to element
    925:  ✔ Scroll to the element (1048ms)
    926:  Actions API - Wheel Tests
    927:  ✔ Scroll to element (737ms)
    928:  ✔ Scroll by given amount (570ms)
    929:  ✔ Scroll from an element by a given amount (606ms)
    930:  ✔ Scroll from an element with an offset (613ms)
    931:  ✔ Scroll from an offset of origin (element) by given amount (1073ms)
    932:  Integration Tests
    933:  ✔ test navigate and listen to errors (4643ms)
    934:  Browsing Context
    ...
    
    975:  Locate Nodes
    976:  - can locate nodes
    977:  - can locate node
    978:  - can locate node with css locator
    979:  - can locate node with xpath locator
    980:  - can locate node with inner test locator
    981:  - can locate node with max node count
    982:  - can locate node with none ownership value
    983:  - can locate node with root ownership value
    984:  - can locate node with given start nodes
    985:  - can locate nodes in a given sandbox
    986:  - can find element
    987:  - can find elements
    988:  Log Inspector
    989:  ✔ test listen to console log (4881ms)
    990:  ✔ test listen to javascript error log (2849ms)
    991:  ✔ test retrieve stack trace for a log (3164ms)
    ...
    
    1024:  ✔ can disown handles in realm (5400ms)
    1025:  ✔ can get all realms (5051ms)
    1026:  ✔ can get realm by type (5112ms)
    1027:  ✔ can get realm in browsing context (4065ms)
    1028:  ✔ can get realm in browsing context by type (4343ms)
    1029:  ✔ can add preload script (3799ms)
    1030:  ✔ can add preload script to sandbox (4627ms)
    1031:  ✔ can remove preload script (2950ms)
    1032:  Script events
    1033:  ✔ can listen to channel message (4600ms)
    1034:  ✔ can listen to realm created message (3503ms)
    1035:  - can listen to realm destroyed message
    1036:  BiDi Logging
    1037:  ✔ can listen to console log (7729ms)
    1038:  ✔ can remove console log handler (6310ms)
    1039:  ✔ can listen to javascript error (6414ms)
    1040:  ✔ can remove to javascript error handler (5750ms)
    1041:  BiDi Script
    ...
    
    1187:  ✔ Should be able to get text using executeScript (266ms)
    1188:  ✔ Should be able to take Element Screenshot (134ms)
    1189:  ✔ Should be able to takeScreenshot (97ms)
    1190:  ✔ Should be able to switch to newWindow and newTab and close (211ms)
    1191:  ✔ Should be able to getWindow Size (88ms)
    1192:  ✔ Should be able to getWindow position (53ms)
    1193:  Select Tests
    1194:  ✔ Select an option (854ms)
    1195:  ✔ Select by multiple options (1056ms)
    1196:  ✔ Try selecting disabled option
    1197:  Virtual authenticator
    1198:  ✔ Register a virtual authenticator
    1199:  ✔ Remove authenticator
    1200:  ✔ Createa and add residential key
    1201:  ##[endgroup]
    1202:  ##[error]Final attempt failed. Timeout of 1200000ms hit
    1203:  Post job cleanup.
    

    Copy link

    netlify bot commented May 3, 2025

    Deploy Preview for selenium-dev failed.

    Name Link
    🔨 Latest commit ee0e7b2
    🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/68158111f6e751000822423c

    @renovate renovate bot changed the title Update dependency selenium-webdriver to v4.32.0 fix(deps): update dependency selenium-webdriver to v4.32.0 May 5, 2025
    @renovate renovate bot changed the title fix(deps): update dependency selenium-webdriver to v4.32.0 chore(deps): update dependency selenium-webdriver to v4.32.0 May 5, 2025
    @renovate renovate bot changed the title chore(deps): update dependency selenium-webdriver to v4.32.0 Update dependency selenium-webdriver to v4.32.0 May 6, 2025
    @renovate renovate bot changed the title Update dependency selenium-webdriver to v4.32.0 Update dependency selenium-webdriver to v4.32.0 - autoclosed May 9, 2025
    @renovate renovate bot closed this May 9, 2025
    @renovate renovate bot deleted the renovate/selenium-webdriver-4.x branch May 9, 2025 01:21
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants