The Wayback Machine - https://web.archive.org/web/20231211135150/https://github.com/SeleniumHQ/selenium/pull/10099
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

[py] PEP 484 type hints for selenium.webdriver.chromium.options #10099

Merged
merged 3 commits into from Nov 29, 2021
Merged

[py] PEP 484 type hints for selenium.webdriver.chromium.options #10099

merged 3 commits into from Nov 29, 2021

Conversation

iampopovich
Copy link
Contributor

Description

This PR adds type hints to selenium.webdriver.chromium.options

Motivation and Context

This is a follow-up of #9482 to address #9480.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@CLAassistant
Copy link

CLAassistant commented Nov 28, 2021

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

Codecov Report

Merging #10099 (1b68b0b) into trunk (b253787) will increase coverage by 0.19%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##            trunk   #10099      +/-   ##
==========================================
+ Coverage   44.70%   44.90%   +0.19%     
==========================================
  Files          86       86              
  Lines        5679     5679              
  Branches      262      263       +1     
==========================================
+ Hits         2539     2550      +11     
+ Misses       2878     2866      -12     
- Partials      262      263       +1     
Impacted Files Coverage Δ
py/selenium/webdriver/chromium/options.py 65.27% <83.33%> (+12.50%) ⬆️
py/selenium/webdriver/opera/options.py 30.95% <0.00%> (+2.38%) ⬆️
py/selenium/webdriver/edge/options.py 57.89% <0.00%> (+5.26%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b253787...1b68b0b. Read the comment docs.

@AutomatedTester AutomatedTester merged commit 14c7667 into SeleniumHQ:trunk Nov 29, 2021
@sonarcloud
Copy link

sonarcloud bot commented Nov 29, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@iampopovich iampopovich deleted the PEP-484/chromium_options_type_hints branch November 29, 2021 13:31
elgatov pushed a commit to elgatov/selenium that referenced this pull request Jun 27, 2022
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.

None yet

4 participants