w3c / webdriver-bidi

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

Provide the details of how `sourceOrigin` argument of cookie commands should be validated #649

Open lutien opened 5 months ago

lutien commented 5 months ago

At the moment, the spec doesn't provide a clear guidance of how sourceOrigin argument of cookie commands should be validated, or if the protocol implementation can/should do any preprocessing (e.g. extracting an origin from URL), that might result in the different behavior across implementation.