-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[py][bidi]: Implement BiDi browsing_context
module
#15631
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
base: trunk
Are you sure you want to change the base?
Conversation
I will update this PR to use the session class once this PR gets merged - #15615 |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
🔗 Related Issues
💥 What does this PR do?
Adds the browsing context module for the python bindings - https://w3c.github.io/webdriver-bidi/#module-browsingContext
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Enhancement, Tests
Description
Implements BiDi
browsingContext
module for Python bindingsAdds comprehensive tests for BiDi browsing context functionality
Integrates new module into Remote WebDriver API
Supports context creation, navigation, screenshot, print, viewport, and event handling
Changes walkthrough 📝
browsing_context.py
Add BiDi browsingContext module implementation
py/selenium/webdriver/common/bidi/browsing_context.py
browsingContext
module for Pythonand event handling
webdriver.py
Integrate browsingContext module into Remote WebDriver
py/selenium/webdriver/remote/webdriver.py
BrowsingContext
modulebrowsing_context
property to Remote WebDriverbidi_browsing_context_tests.py
Add tests for BiDi browsingContext module
py/test/selenium/webdriver/common/bidi_browsing_context_tests.py
history traversal