- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8.6k
fixed error in selenium/webdriver/common/bidi/common.py:19 #15814
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 ✨No code suggestions found for the PR. | 
| PR- 15697, bug , raised by @cgoldberg . fixing one error in this PR. please review. thanks. | 
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.
LGTM. Thanks!
| Thank you! :) | 
User description
🔗 Related Issues
💥 What does this PR do?
fixed selenium/webdriver/common/bidi/common.py:19
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Bug fix
Description
Corrects the function signature for
command_builderAdds type hints for generator and optional parameters
Improves BiDi protocol command construction typing
Changes walkthrough 📝
common.py
Update command_builder signature and type hintspy/selenium/webdriver/common/bidi/common.py
GeneratorandOptionalimports from typingcommand_buildersignature to use generator return typeparamsas Optional[dict] in function signature