Skip to content
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

How do I get all cookies in a given user context? #820

Open
OrKoN opened this issue Nov 26, 2024 · 1 comment
Open

How do I get all cookies in a given user context? #820

OrKoN opened this issue Nov 26, 2024 · 1 comment
Labels
question Further information is requested

Comments

@OrKoN
Copy link
Contributor

OrKoN commented Nov 26, 2024

Probably we overlooked this use case during the cookie PR review: how does one get cookies in a particular userContext?

Currently, the spec only retrieves a single cookie store according to the provided partition key: https://w3c.github.io/webdriver-bidi/#command-storage-getCookies That means that if the user queries with the storageKey partition descriptor {userContext: xxx} not all cookies associated with that user context will be returned?

@OrKoN OrKoN closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2024
@OrKoN OrKoN reopened this Nov 26, 2024
@OrKoN OrKoN added the question Further information is requested label Nov 26, 2024
@OrKoN
Copy link
Contributor Author

OrKoN commented Nov 26, 2024

Although implementations seem to be returning all cookies related to a particular user context, the API does not allow determining which cookie is set for which sourceOrigin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant