Uh oh!
There was an error while loading. Please reload this page.
[rb] Allow symbols again to be passed on delete_cookie - #15519
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.