-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Added more detailed docstrings to find_element() #14930
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #14930 +/- ##
==========================================
+ Coverage 58.48% 59.30% +0.82%
==========================================
Files 86 94 +8
Lines 5270 6040 +770
Branches 220 268 +48
==========================================
+ Hits 3082 3582 +500
- Misses 1968 2190 +222
- Partials 220 268 +48 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please run the format script?
@diemol should be good now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @shbenzer!
User description
Added more detailed doc strings to find_element() per #14746
Description
added more detailed docstrings to find_element() in 3 files
Motivation and Context
#14746
Types of changes
Checklist
PR Type
Documentation
Description
Changes walkthrough 📝
shadowroot.py
Enhanced docstrings for shadow root element finding methods
py/selenium/webdriver/remote/shadowroot.py
methods
webdriver.py
Modernized docstrings for WebDriver element finding methods
py/selenium/webdriver/remote/webdriver.py
and Returns sections
webelement.py
Updated docstrings for WebElement element finding methods
py/selenium/webdriver/remote/webelement.py
values