-
-
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] Added Docstrings to ActionBuilder #15065
base: trunk
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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.
Looks good. Brings valuable improvements to the ActionBuilder class.
User description
Description
Added more detailed docstrings to ActionBuilder class
Motivation and Context
PEP compliance, increased documentation
Types of changes
Checklist
PR Type
Documentation
Description
Added detailed docstrings to
ActionBuilder
methods for clarity.Included parameter, return type, and example usage in docstrings.
Enhanced compliance with PEP standards for documentation.
Improved maintainability and readability of the
ActionBuilder
class.Changes walkthrough 📝
action_builder.py
Enhanced docstrings for `ActionBuilder` methods
py/selenium/webdriver/common/actions/action_builder.py
ActionBuilder
.