Skip to content

fix(deps): update dependency selenium-webdriver to v4.25.0 #1947

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 3 commits into from
Sep 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

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

Release Notes

SeleniumHQ/selenium (selenium-webdriver)

v4.25.0

Compare Source

SeleniumHQ/selenium (selenium-webdriver)

v4.25.0

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

  • Add CDP for Chrome 129 and remove 126
  • Fix add_cause method not being able to process an array of hashes (#​14433)
  • replace fedcm links with new ones (#​14478)
  • Allow driver path to be set using ENV variables (#​14287)

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 Sep 16, 2024

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit aaff209
🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/66ef77fe7c9ebd000970d567
😎 Deploy Preview https://deploy-preview-1947--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.

@renovate renovate bot changed the title fix(deps): update dependency selenium-webdriver to v4.24.1 fix(deps): update dependency selenium-webdriver to v4.24.1 - autoclosed Sep 17, 2024
@renovate renovate bot closed this Sep 17, 2024
@renovate renovate bot deleted the renovate/selenium-webdriver-4.x branch September 17, 2024 21:33
@renovate renovate bot changed the title fix(deps): update dependency selenium-webdriver to v4.24.1 - autoclosed fix(deps): update dependency selenium-webdriver to v4.24.1 Sep 20, 2024
@renovate renovate bot reopened this Sep 20, 2024
@renovate renovate bot restored the renovate/selenium-webdriver-4.x branch September 20, 2024 15:38
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x branch from a81df07 to c693403 Compare September 20, 2024 16:38
@renovate renovate bot changed the title fix(deps): update dependency selenium-webdriver to v4.24.1 fix(deps): update dependency selenium-webdriver to v4.25.0 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/selenium-webdriver-4.x branch from c693403 to 7a5a1fb Compare September 20, 2024 18:43
Copy link
Contributor Author

renovate bot commented Sep 21, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

qodo-merge-pro bot commented Sep 21, 2024

CI Failure Feedback 🧐

(Checks updated until commit aaff209)

Action: tests (macos, stable)

Failed stage: Run tests [❌]

Failed test name: Remote WebDriver starts remotely

Failure summary:

The action failed due to multiple test failures in the RSpec suite:

  • The test Remote WebDriver starts remotely failed with a TypeError indicating "no implicit conversion
    of String into Integer". This error occurred in the file ./spec/drivers/remote_webdriver_spec.rb at
    lines 10 and 16.
  • The test Remote WebDriver uploads also failed with the same TypeError in the same file and lines.
  • The test Remote WebDriver downloads encountered the same TypeError in the same file and lines.
  • Additionally, the test Actions pauses failed because the expected duration was less than 3, but the
    actual duration was 3.09113, which did not meet the expectation.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  macOS
    ...
    
    270:  timeout_minutes: 20
    271:  max_attempts: 3
    272:  command: cd examples/ruby
    273:  bundle exec rspec
    274:  
    275:  retry_wait_seconds: 10
    276:  polling_interval_seconds: 1
    277:  warning_on_retry: true
    278:  continue_on_error: false
    ...
    
    283:  PATH: /Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools
    284:  JAVA_HOME: /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.24-8/arm64/Contents/Home
    285:  JAVA_HOME_11_ARM64: /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.24-8/arm64/Contents/Home
    286:  ##[endgroup]
    287:  ......*.........................................................................***...*************...*.....*........*FFF....*******..........**************.............................
    288:  Pending: (Failures listed here are expected and do not affect your suite's status)
    289:  1) Keys copy and paste
    290:  # Test guarded; Guarded by {:browser=>:chrome, :reason=>"https://bugs.chromium.org/p/chromedriver/issues/detail?id=4264"};
    291:  Failure/Error: expect(driver.find_element(id: 'textInput').attribute('value')).to eq 'SeleniumSelenium!'
    ...
    
    410:  40) Element Locators with relative locators finds near element
    411:  # These are reference following the documentation example
    412:  # ./spec/elements/locators_spec.rb:55
    413:  41) Element Locators with relative locators chains relative locators
    414:  # These are reference following the documentation example
    415:  # ./spec/elements/locators_spec.rb:59
    416:  Failures:
    417:  1) Remote WebDriver starts remotely
    418:  Got 0 failures and 2 other errors:
    419:  1.1) Failure/Error:
    420:  Selenium::Server.get(:latest,
    421:  background: true,
    422:  args: %w[--selenium-manager true --enable-managed-downloads true])
    423:  TypeError:
    424:  no implicit conversion of String into Integer
    425:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    426:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    427:  1.2) Failure/Error:
    428:  Selenium::Server.get(:latest,
    429:  background: true,
    430:  args: %w[--selenium-manager true --enable-managed-downloads true])
    431:  TypeError:
    432:  no implicit conversion of String into Integer
    433:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    434:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    435:  2) Remote WebDriver uploads
    436:  Got 0 failures and 2 other errors:
    437:  2.1) Failure/Error:
    438:  Selenium::Server.get(:latest,
    439:  background: true,
    440:  args: %w[--selenium-manager true --enable-managed-downloads true])
    441:  TypeError:
    442:  no implicit conversion of String into Integer
    443:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    444:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    445:  2.2) Failure/Error:
    446:  Selenium::Server.get(:latest,
    447:  background: true,
    448:  args: %w[--selenium-manager true --enable-managed-downloads true])
    449:  TypeError:
    450:  no implicit conversion of String into Integer
    451:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    452:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    453:  3) Remote WebDriver downloads
    454:  Got 0 failures and 2 other errors:
    455:  3.1) Failure/Error:
    456:  Selenium::Server.get(:latest,
    457:  background: true,
    458:  args: %w[--selenium-manager true --enable-managed-downloads true])
    459:  TypeError:
    460:  no implicit conversion of String into Integer
    461:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    462:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    463:  3.2) Failure/Error:
    464:  Selenium::Server.get(:latest,
    465:  background: true,
    466:  args: %w[--selenium-manager true --enable-managed-downloads true])
    467:  TypeError:
    468:  no implicit conversion of String into Integer
    469:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    470:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    471:  Finished in 6 minutes 47 seconds (files took 7.23 seconds to load)
    472:  185 examples, 3 failures, 41 pending
    473:  Failed examples:
    474:  rspec ./spec/drivers/remote_webdriver_spec.rb:19 # Remote WebDriver starts remotely
    475:  rspec ./spec/drivers/remote_webdriver_spec.rb:26 # Remote WebDriver uploads
    476:  rspec ./spec/drivers/remote_webdriver_spec.rb:42 # Remote WebDriver downloads
    477:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
    478:  F.....*.........................................................................***...*************...*.....*........*FFF....*******..........**************.............................
    479:  Pending: (Failures listed here are expected and do not affect your suite's status)
    480:  1) Keys copy and paste
    481:  # Test guarded; Guarded by {:browser=>:chrome, :reason=>"https://bugs.chromium.org/p/chromedriver/issues/detail?id=4264"};
    482:  Failure/Error: expect(driver.find_element(id: 'textInput').attribute('value')).to eq 'SeleniumSelenium!'
    ...
    
    601:  40) Element Locators with relative locators finds near element
    602:  # These are reference following the documentation example
    603:  # ./spec/elements/locators_spec.rb:55
    604:  41) Element Locators with relative locators chains relative locators
    605:  # These are reference following the documentation example
    606:  # ./spec/elements/locators_spec.rb:59
    607:  Failures:
    608:  1) Actions pauses
    609:  Failure/Error: expect(duration).to be < 3
    610:  expected: < 3
    611:  got:   3.09113
    612:  # ./spec/actions_api/actions_spec.rb:23:in `block (2 levels) in <top (required)>'
    613:  2) Remote WebDriver starts remotely
    614:  Got 0 failures and 2 other errors:
    615:  2.1) Failure/Error:
    616:  Selenium::Server.get(:latest,
    617:  background: true,
    618:  args: %w[--selenium-manager true --enable-managed-downloads true])
    619:  TypeError:
    620:  no implicit conversion of String into Integer
    621:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    622:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    623:  2.2) Failure/Error:
    624:  Selenium::Server.get(:latest,
    625:  background: true,
    626:  args: %w[--selenium-manager true --enable-managed-downloads true])
    627:  TypeError:
    628:  no implicit conversion of String into Integer
    629:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    630:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    631:  3) Remote WebDriver uploads
    632:  Got 0 failures and 2 other errors:
    633:  3.1) Failure/Error:
    634:  Selenium::Server.get(:latest,
    635:  background: true,
    636:  args: %w[--selenium-manager true --enable-managed-downloads true])
    637:  TypeError:
    638:  no implicit conversion of String into Integer
    639:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    640:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    641:  3.2) Failure/Error:
    642:  Selenium::Server.get(:latest,
    643:  background: true,
    644:  args: %w[--selenium-manager true --enable-managed-downloads true])
    645:  TypeError:
    646:  no implicit conversion of String into Integer
    647:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    648:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    649:  4) Remote WebDriver downloads
    650:  Got 0 failures and 2 other errors:
    651:  4.1) Failure/Error:
    652:  Selenium::Server.get(:latest,
    653:  background: true,
    654:  args: %w[--selenium-manager true --enable-managed-downloads true])
    655:  TypeError:
    656:  no implicit conversion of String into Integer
    657:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    658:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    659:  4.2) Failure/Error:
    660:  Selenium::Server.get(:latest,
    661:  background: true,
    662:  args: %w[--selenium-manager true --enable-managed-downloads true])
    663:  TypeError:
    664:  no implicit conversion of String into Integer
    665:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    666:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    667:  Finished in 8 minutes 41 seconds (files took 7.78 seconds to load)
    668:  185 examples, 4 failures, 41 pending
    669:  Failed examples:
    670:  rspec ./spec/actions_api/actions_spec.rb:8 # Actions pauses
    671:  rspec ./spec/drivers/remote_webdriver_spec.rb:19 # Remote WebDriver starts remotely
    672:  rspec ./spec/drivers/remote_webdriver_spec.rb:26 # Remote WebDriver uploads
    673:  rspec ./spec/drivers/remote_webdriver_spec.rb:42 # Remote WebDriver downloads
    674:  ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1
    675:  ......*.........................................................................***...*************...*.....*........*FFF....*******..........**************.............................
    676:  Pending: (Failures listed here are expected and do not affect your suite's status)
    677:  1) Keys copy and paste
    678:  # Test guarded; Guarded by {:browser=>:chrome, :reason=>"https://bugs.chromium.org/p/chromedriver/issues/detail?id=4264"};
    679:  Failure/Error: expect(driver.find_element(id: 'textInput').attribute('value')).to eq 'SeleniumSelenium!'
    ...
    
    798:  40) Element Locators with relative locators finds near element
    799:  # These are reference following the documentation example
    800:  # ./spec/elements/locators_spec.rb:55
    801:  41) Element Locators with relative locators chains relative locators
    802:  # These are reference following the documentation example
    803:  # ./spec/elements/locators_spec.rb:59
    804:  Failures:
    805:  1) Remote WebDriver starts remotely
    806:  Got 0 failures and 2 other errors:
    807:  1.1) Failure/Error:
    808:  Selenium::Server.get(:latest,
    809:  background: true,
    810:  args: %w[--selenium-manager true --enable-managed-downloads true])
    811:  TypeError:
    812:  no implicit conversion of String into Integer
    813:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    814:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    815:  1.2) Failure/Error:
    816:  Selenium::Server.get(:latest,
    817:  background: true,
    818:  args: %w[--selenium-manager true --enable-managed-downloads true])
    819:  TypeError:
    820:  no implicit conversion of String into Integer
    821:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    822:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    823:  2) Remote WebDriver uploads
    824:  Got 0 failures and 2 other errors:
    825:  2.1) Failure/Error:
    826:  Selenium::Server.get(:latest,
    827:  background: true,
    828:  args: %w[--selenium-manager true --enable-managed-downloads true])
    829:  TypeError:
    830:  no implicit conversion of String into Integer
    831:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    832:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    833:  2.2) Failure/Error:
    834:  Selenium::Server.get(:latest,
    835:  background: true,
    836:  args: %w[--selenium-manager true --enable-managed-downloads true])
    837:  TypeError:
    838:  no implicit conversion of String into Integer
    839:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    840:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    841:  3) Remote WebDriver downloads
    842:  Got 0 failures and 2 other errors:
    843:  3.1) Failure/Error:
    844:  Selenium::Server.get(:latest,
    845:  background: true,
    846:  args: %w[--selenium-manager true --enable-managed-downloads true])
    847:  TypeError:
    848:  no implicit conversion of String into Integer
    849:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    850:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    851:  3.2) Failure/Error:
    852:  Selenium::Server.get(:latest,
    853:  background: true,
    854:  args: %w[--selenium-manager true --enable-managed-downloads true])
    855:  TypeError:
    856:  no implicit conversion of String into Integer
    857:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    858:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    859:  Finished in 6 minutes 10 seconds (files took 4.3 seconds to load)
    860:  185 examples, 3 failures, 41 pending
    861:  Failed examples:
    862:  rspec ./spec/drivers/remote_webdriver_spec.rb:19 # Remote WebDriver starts remotely
    863:  rspec ./spec/drivers/remote_webdriver_spec.rb:26 # Remote WebDriver uploads
    864:  rspec ./spec/drivers/remote_webdriver_spec.rb:42 # Remote WebDriver downloads
    865:  ##[error]Final attempt failed. Child_process exited with error code 1
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

    See more information about the checks tool in the docs.

    @harsha509 harsha509 merged commit 641d767 into trunk Sep 23, 2024
    12 checks passed
    @harsha509 harsha509 deleted the renovate/selenium-webdriver-4.x branch September 23, 2024 15:33
    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