Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(deps): update dependency selenium-devtools to v0.127.0 #1847

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
selenium-devtools (source, changelog) '= 0.126.0' -> '= 0.127.0' age adoption passing confidence

Configuration

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

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

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

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


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

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

Copy link

netlify bot commented Aug 9, 2024

Deploy Preview for selenium-dev ready!

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

renovate bot commented Aug 12, 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

CI Failure Feedback 🧐

Action: tests (macos, nightly)

Failed stage: Run tests [❌]

Failed test name: Remote WebDriver starts remotely

Failure summary:

The action failed because multiple tests in the remote_webdriver_spec.rb file encountered a
TypeError. Specifically:

  • The Selenium::Server.get method call failed with the error no implicit conversion of String into
    Integer.
  • This error occurred in the following tests:
    - Remote WebDriver starts remotely
    - Remote
    WebDriver uploads
    - Remote WebDriver downloads
  • The error was consistently encountered in multiple attempts, indicating a persistent issue with the
    method call or its arguments.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  macOS
    ...
    
    284:  timeout_minutes: 20
    285:  max_attempts: 3
    286:  command: cd examples/ruby
    287:  bundle exec rspec
    288:  
    289:  retry_wait_seconds: 10
    290:  polling_interval_seconds: 1
    291:  warning_on_retry: true
    292:  continue_on_error: false
    ...
    
    297:  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
    298:  JAVA_HOME: /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.24-8/arm64/Contents/Home
    299:  JAVA_HOME_11_ARM64: /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.24-8/arm64/Contents/Home
    300:  ##[endgroup]
    301:  ......*.........................................................................***...*************...*.....*........*FFF....*******..........**************..........................
    302:  Pending: (Failures listed here are expected and do not affect your suite's status)
    303:  1) Keys copy and paste
    304:  # Test guarded; Guarded by {:browser=>:chrome, :reason=>"https://bugs.chromium.org/p/chromedriver/issues/detail?id=4264"};
    305:  Failure/Error: expect(driver.find_element(id: 'textInput').attribute('value')).to eq 'SeleniumSelenium!'
    ...
    
    424:  40) Element Locators with relative locators finds near element
    425:  # These are reference following the documentation example
    426:  # ./spec/elements/locators_spec.rb:55
    427:  41) Element Locators with relative locators chains relative locators
    428:  # These are reference following the documentation example
    429:  # ./spec/elements/locators_spec.rb:59
    430:  Failures:
    431:  1) Remote WebDriver starts remotely
    432:  Got 0 failures and 2 other errors:
    433:  1.1) Failure/Error:
    434:  Selenium::Server.get(:latest,
    435:  background: true,
    436:  args: %w[--selenium-manager true --enable-managed-downloads true])
    437:  TypeError:
    438:  no implicit conversion of String into Integer
    439:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    440:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    441:  1.2) Failure/Error:
    442:  Selenium::Server.get(:latest,
    443:  background: true,
    444:  args: %w[--selenium-manager true --enable-managed-downloads true])
    445:  TypeError:
    446:  no implicit conversion of String into Integer
    447:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    448:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    449:  2) Remote WebDriver uploads
    450:  Got 0 failures and 2 other errors:
    451:  2.1) Failure/Error:
    452:  Selenium::Server.get(:latest,
    453:  background: true,
    454:  args: %w[--selenium-manager true --enable-managed-downloads true])
    455:  TypeError:
    456:  no implicit conversion of String into Integer
    457:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    458:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    459:  2.2) Failure/Error:
    460:  Selenium::Server.get(:latest,
    461:  background: true,
    462:  args: %w[--selenium-manager true --enable-managed-downloads true])
    463:  TypeError:
    464:  no implicit conversion of String into Integer
    465:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    466:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    467:  3) Remote WebDriver downloads
    468:  Got 0 failures and 2 other errors:
    469:  3.1) Failure/Error:
    470:  Selenium::Server.get(:latest,
    471:  background: true,
    472:  args: %w[--selenium-manager true --enable-managed-downloads true])
    473:  TypeError:
    474:  no implicit conversion of String into Integer
    475:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    476:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    477:  3.2) Failure/Error:
    478:  Selenium::Server.get(:latest,
    479:  background: true,
    480:  args: %w[--selenium-manager true --enable-managed-downloads true])
    481:  TypeError:
    482:  no implicit conversion of String into Integer
    483:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    484:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    485:  Finished in 5 minutes 22 seconds (files took 5.39 seconds to load)
    486:  182 examples, 3 failures, 41 pending
    487:  Failed examples:
    488:  rspec ./spec/drivers/remote_webdriver_spec.rb:19 # Remote WebDriver starts remotely
    489:  rspec ./spec/drivers/remote_webdriver_spec.rb:26 # Remote WebDriver uploads
    490:  rspec ./spec/drivers/remote_webdriver_spec.rb:42 # Remote WebDriver downloads
    491:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
    492:  ......*.........................................................................***...*************...*.....*........*FFF....*******..........**************..........................
    493:  Pending: (Failures listed here are expected and do not affect your suite's status)
    494:  1) Keys copy and paste
    495:  # Test guarded; Guarded by {:browser=>:chrome, :reason=>"https://bugs.chromium.org/p/chromedriver/issues/detail?id=4264"};
    496:  Failure/Error: expect(driver.find_element(id: 'textInput').attribute('value')).to eq 'SeleniumSelenium!'
    ...
    
    615:  40) Element Locators with relative locators finds near element
    616:  # These are reference following the documentation example
    617:  # ./spec/elements/locators_spec.rb:55
    618:  41) Element Locators with relative locators chains relative locators
    619:  # These are reference following the documentation example
    620:  # ./spec/elements/locators_spec.rb:59
    621:  Failures:
    622:  1) Remote WebDriver starts remotely
    623:  Got 0 failures and 2 other errors:
    624:  1.1) Failure/Error:
    625:  Selenium::Server.get(:latest,
    626:  background: true,
    627:  args: %w[--selenium-manager true --enable-managed-downloads true])
    628:  TypeError:
    629:  no implicit conversion of String into Integer
    630:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    631:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    632:  1.2) Failure/Error:
    633:  Selenium::Server.get(:latest,
    634:  background: true,
    635:  args: %w[--selenium-manager true --enable-managed-downloads true])
    636:  TypeError:
    637:  no implicit conversion of String into Integer
    638:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    639:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    640:  2) Remote WebDriver uploads
    641:  Got 0 failures and 2 other errors:
    642:  2.1) Failure/Error:
    643:  Selenium::Server.get(:latest,
    644:  background: true,
    645:  args: %w[--selenium-manager true --enable-managed-downloads true])
    646:  TypeError:
    647:  no implicit conversion of String into Integer
    648:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    649:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    650:  2.2) Failure/Error:
    651:  Selenium::Server.get(:latest,
    652:  background: true,
    653:  args: %w[--selenium-manager true --enable-managed-downloads true])
    654:  TypeError:
    655:  no implicit conversion of String into Integer
    656:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    657:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    658:  3) Remote WebDriver downloads
    659:  Got 0 failures and 2 other errors:
    660:  3.1) Failure/Error:
    661:  Selenium::Server.get(:latest,
    662:  background: true,
    663:  args: %w[--selenium-manager true --enable-managed-downloads true])
    664:  TypeError:
    665:  no implicit conversion of String into Integer
    666:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    667:  # ./spec/drivers/remote_webdriver_spec.rb:16:in `block (2 levels) in <top (required)>'
    668:  3.2) Failure/Error:
    669:  Selenium::Server.get(:latest,
    670:  background: true,
    671:  args: %w[--selenium-manager true --enable-managed-downloads true])
    672:  TypeError:
    673:  no implicit conversion of String into Integer
    674:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    675:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    676:  Finished in 7 minutes 38 seconds (files took 6.7 seconds to load)
    677:  182 examples, 3 failures, 41 pending
    678:  Failed examples:
    679:  rspec ./spec/drivers/remote_webdriver_spec.rb:19 # Remote WebDriver starts remotely
    680:  rspec ./spec/drivers/remote_webdriver_spec.rb:26 # Remote WebDriver uploads
    681:  rspec ./spec/drivers/remote_webdriver_spec.rb:42 # Remote WebDriver downloads
    682:  ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1
    683:  ......*.........................................................................***...*************...*.....*........*FFF....*******..........**************..........................
    684:  Pending: (Failures listed here are expected and do not affect your suite's status)
    685:  1) Keys copy and paste
    686:  # Test guarded; Guarded by {:browser=>:chrome, :reason=>"https://bugs.chromium.org/p/chromedriver/issues/detail?id=4264"};
    687:  Failure/Error: expect(driver.find_element(id: 'textInput').attribute('value')).to eq 'SeleniumSelenium!'
    ...
    
    806:  40) Element Locators with relative locators finds near element
    807:  # These are reference following the documentation example
    808:  # ./spec/elements/locators_spec.rb:55
    809:  41) Element Locators with relative locators chains relative locators
    810:  # These are reference following the documentation example
    811:  # ./spec/elements/locators_spec.rb:59
    812:  Failures:
    813:  1) Remote WebDriver starts remotely
    814:  Got 0 failures and 2 other errors:
    815:  1.1) 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:16:in `block (2 levels) in <top (required)>'
    823:  1.2) Failure/Error:
    824:  Selenium::Server.get(:latest,
    825:  background: true,
    826:  args: %w[--selenium-manager true --enable-managed-downloads true])
    827:  TypeError:
    828:  no implicit conversion of String into Integer
    829:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    830:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    831:  2) Remote WebDriver uploads
    832:  Got 0 failures and 2 other errors:
    833:  2.1) 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:16:in `block (2 levels) in <top (required)>'
    841:  2.2) Failure/Error:
    842:  Selenium::Server.get(:latest,
    843:  background: true,
    844:  args: %w[--selenium-manager true --enable-managed-downloads true])
    845:  TypeError:
    846:  no implicit conversion of String into Integer
    847:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    848:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    849:  3) Remote WebDriver downloads
    850:  Got 0 failures and 2 other errors:
    851:  3.1) 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:16:in `block (2 levels) in <top (required)>'
    859:  3.2) Failure/Error:
    860:  Selenium::Server.get(:latest,
    861:  background: true,
    862:  args: %w[--selenium-manager true --enable-managed-downloads true])
    863:  TypeError:
    864:  no implicit conversion of String into Integer
    865:  # ./spec/drivers/remote_webdriver_spec.rb:10:in `block (2 levels) in <top (required)>'
    866:  # ./spec/drivers/remote_webdriver_spec.rb:17:in `block (2 levels) in <top (required)>'
    867:  Finished in 6 minutes 26 seconds (files took 2.69 seconds to load)
    868:  182 examples, 3 failures, 41 pending
    869:  Failed examples:
    870:  rspec ./spec/drivers/remote_webdriver_spec.rb:19 # Remote WebDriver starts remotely
    871:  rspec ./spec/drivers/remote_webdriver_spec.rb:26 # Remote WebDriver uploads
    872:  rspec ./spec/drivers/remote_webdriver_spec.rb:42 # Remote WebDriver downloads
    873:  ##[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 2cc2ae5 into trunk Aug 14, 2024
    12 checks passed
    @harsha509 harsha509 deleted the renovate/selenium-devtools-0.x branch August 14, 2024 14:50
    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