-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Upgraded WebElement Docstrings #15056
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Failed test is unrelated |
User description
Description
Upgraded docstrings in webelement.py to be informative and pep compliant
Motivation and Context
Documentation, PEP compliance, etc.
Types of changes
Checklist
PR Type
Documentation
Description
Enhanced docstrings for all methods in
webelement.py
.Added detailed parameter, return, and example sections.
Improved PEP compliance and readability of docstrings.
Provided usage examples for better developer guidance.
Changes walkthrough 📝
webelement.py
Enhanced docstrings with detailed examples and PEP compliance
py/selenium/webdriver/remote/webelement.py