w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

Serialize a cookie before trying to match it to filter #647

Closed lutien closed 5 months ago

lutien commented 5 months ago

To match the cookie fields to the provided filter, some fields might need to be serialized to be in the right format, so it would make more sense to serialize the cookie first before running the matching algorithm.


Preview | Diff