Skip to content

Update dependency selenium to v4.20.0 #1690

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 4 commits into from
Apr 25, 2024
Merged

Update dependency selenium to v4.20.0 #1690

merged 4 commits into from
Apr 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
selenium ==4.19.0 -> ==4.20.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 has been generated by Mend Renovate. View repository job log here.

Copy link

netlify bot commented Apr 24, 2024

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit fee9f69
🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/662a11ec44dbbc000872aa4e
😎 Deploy Preview https://deploy-preview-1690--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 Apr 25, 2024

CI Failure Feedback

(Checks updated until commit e6600c3)

Action: test_examples (windows-latest, nightly)

Failed stage: Run tests [❌]

Failed test name: test_cdp_api

Failure summary:

The action failed due to an ImportError in the test module
tests/bidirectional/chrome_devtools/test_cdp_api.py. Specifically, the module
selenium.webdriver.common.devtools.v121 could not be found. This suggests that either the module
does not exist, or it is not installed in the environment where the tests are being run.

Relevant error logs:
1:  ##[group]Operating System
2:  Microsoft Windows Server 2022
...

480:  timeout_minutes: 20
481:  max_attempts: 3
482:  command: cd examples/python
483:  pytest
484:  
485:  retry_wait_seconds: 10
486:  polling_interval_seconds: 1
487:  warning_on_retry: true
488:  continue_on_error: false
...

497:  Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.8.10\x64
498:  JAVA_HOME: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.23-9\x64
499:  JAVA_HOME_11_X64: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.23-9\x64
500:  ##[endgroup]
501:  ============================= test session starts =============================
502:  platform win32 -- Python 3.8.10, pytest-8.1.1, pluggy-1.5.0
503:  rootdir: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python
504:  plugins: trio-0.8.0
505:  collected 104 items / 1 error
506:  =================================== ERRORS ====================================
507:  ____ ERROR collecting tests/bidirectional/chrome_devtools/test_cdp_api.py _____
508:  ImportError while importing test module 'D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidirectional\chrome_devtools\test_cdp_api.py'.
509:  Hint: make sure your test modules/packages have valid Python names.
510:  Traceback:
511:  c:\hostedtoolcache\windows\python\3.8.10\x64\lib\importlib\__init__.py:127: in import_module
512:  return _bootstrap._gcd_import(name[level:], package, level)
513:  tests\bidirectional\chrome_devtools\test_cdp_api.py:5: in <module>
514:  from selenium.webdriver.common.devtools.v121.network import Headers
515:  E   ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v121'
516:  =========================== short test summary info ===========================
517:  ERROR tests/bidirectional/chrome_devtools/test_cdp_api.py
518:  !!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
519:  ============================== 1 error in 53.38s ==============================
520:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
521:  ============================= test session starts =============================
522:  platform win32 -- Python 3.8.10, pytest-8.1.1, pluggy-1.5.0
523:  rootdir: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python
524:  plugins: trio-0.8.0
525:  collected 104 items / 1 error
526:  =================================== ERRORS ====================================
527:  ____ ERROR collecting tests/bidirectional/chrome_devtools/test_cdp_api.py _____
528:  ImportError while importing test module 'D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidirectional\chrome_devtools\test_cdp_api.py'.
529:  Hint: make sure your test modules/packages have valid Python names.
530:  Traceback:
531:  c:\hostedtoolcache\windows\python\3.8.10\x64\lib\importlib\__init__.py:127: in import_module
532:  return _bootstrap._gcd_import(name[level:], package, level)
533:  tests\bidirectional\chrome_devtools\test_cdp_api.py:5: in <module>
534:  from selenium.webdriver.common.devtools.v121.network import Headers
535:  E   ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v121'
536:  =========================== short test summary info ===========================
537:  ERROR tests/bidirectional/chrome_devtools/test_cdp_api.py
538:  !!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
539:  ============================== 1 error in 8.99s ===============================
540:  ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1
541:  ============================= test session starts =============================
542:  platform win32 -- Python 3.8.10, pytest-8.1.1, pluggy-1.5.0
543:  rootdir: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python
544:  plugins: trio-0.8.0
545:  collected 104 items / 1 error
546:  =================================== ERRORS ====================================
547:  ____ ERROR collecting tests/bidirectional/chrome_devtools/test_cdp_api.py _____
548:  ImportError while importing test module 'D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidirectional\chrome_devtools\test_cdp_api.py'.
549:  Hint: make sure your test modules/packages have valid Python names.
550:  Traceback:
551:  c:\hostedtoolcache\windows\python\3.8.10\x64\lib\importlib\__init__.py:127: in import_module
552:  return _bootstrap._gcd_import(name[level:], package, level)
553:  tests\bidirectional\chrome_devtools\test_cdp_api.py:5: in <module>
554:  from selenium.webdriver.common.devtools.v121.network import Headers
555:  E   ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v121'
556:  =========================== short test summary info ===========================
557:  ERROR tests/bidirectional/chrome_devtools/test_cdp_api.py
558:  !!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
559:  ============================== 1 error in 8.84s ===============================
560:  ##[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.

Copy link
Contributor Author

renovate bot commented Apr 25, 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.

@diemol diemol merged commit ed09b90 into trunk Apr 25, 2024
@diemol diemol deleted the renovate/selenium-4.x branch April 25, 2024 09:03
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