-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[py][bidi]: add bidi storage module #15669
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
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?
Implements the storage module for the python bindings - https://w3c.github.io/webdriver-bidi/#module-storage
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Enhancement, Tests
Description
Introduces BiDi storage module for Python bindings
Adds comprehensive tests for BiDi storage functionality
Exposes
storage
property on WebDriver for BiDi storage accessChanges walkthrough 📝
storage.py
Add BiDi storage module with cookie management classes
py/selenium/webdriver/common/bidi/storage.py
results
webdriver.py
Integrate BiDi storage module into WebDriver API
py/selenium/webdriver/remote/webdriver.py
storage
property to WebDriver for BiDi storage accessbidi_storage_tests.py
Add tests for BiDi storage module and cookie operations
py/test/selenium/webdriver/common/bidi_storage_tests.py