-
- Notifications
You must be signed in to change notification settings - Fork 8.6k
[py] Added Docstrings to ExpectedConditions Class #15077
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 🔍(Review updated until commit b77edc1)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to b77edc1
Previous suggestionsSuggestions up to commit b77edc1
|
User description
Description
Added docstrings to ExpectedConditions Class
Motivation and Context
PEP compliance, increased documentation
Types of changes
Checklist
PR Type
Documentation
Description
Added detailed docstrings for all functions in
expected_conditions.py
.Enhanced documentation with parameters, return types, examples, and notes.
Improved clarity and PEP compliance in function descriptions.
Added usage examples for better developer guidance.
Changes walkthrough 📝
expected_conditions.py
Enhanced function docstrings with examples and details
py/selenium/webdriver/support/expected_conditions.py