-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[rb] Allow symbols again to be passed on delete_cookie #15519
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 ✨Explore these optional code suggestions:
|
||||||||||||
User description
Motivation and Context
Regarding the issue raised on #15386 by Akarzim deleting a cookie as a symbol fails
This PR adds support for symbols by converting the value to a string on the conditional check
Types of changes
Checklist
PR Type
Bug fix, Tests
Description
Fixed bug when deleting cookies with symbol names.
Updated
delete_cookiemethod to handle symbols correctly.Added test case for deleting cookies using symbols.
Modified Bazel configuration for remote test tag filters.
Changes walkthrough 📝
bridge.rb
Fix symbol handling in `delete_cookie` methodrb/lib/selenium/webdriver/remote/bridge.rb
delete_cookiemethod to convert symbol names to strings.manager_spec.rb
Add test for deleting cookies with symbolsrb/spec/integration/selenium/webdriver/manager_spec.rb
.bazelrc.remote
Update Bazel remote test tag filters.bazelrc.remote
exclusive-if-local.