web-platform-tests / rfcs

web-platform-tests RFCs
75 stars 63 forks source link

RFC 108: Add testdriver.js support for WebDriver "Get All Cookies" and "Get Named Cookie" commands #108

Closed johannhof closed 1 year ago

johannhof commented 2 years ago

cc @miketaylr @briannagoldstein

arichiv commented 1 year ago

@johannhof do you intend to implement this? If not, I have capacity and could probably do it for M107. I see that the serialization issue for non UTF-8 isn't solved, but if that can be set aside I'd just send JSON with the same values as the spec.

johannhof commented 1 year ago

@arichiv I had this somewhere down my list of things to get to but if you have the cycles I'd be grateful for the help!

arichiv commented 1 year ago

Awesome! I have a few tests where this would be handy (verifying the way max age is now capped).

arichiv commented 1 year ago

Sorry for the delay, CL up for review here: https://chromium-review.googlesource.com/c/chromium/src/+/3891100