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

UI - chrome (native) CDP Network.getAllCookies deprecated #2585

Open
ptrthomas opened this issue Jul 23, 2024 · 0 comments
Open

UI - chrome (native) CDP Network.getAllCookies deprecated #2585

ptrthomas opened this issue Jul 23, 2024 · 0 comments

Comments

@ptrthomas
Copy link
Member

currently the code depends on https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-getAllCookies here:

https://github.com/karatelabs/karate/blob/v1.5.0.RC3/karate-core/src/main/java/com/intuit/karate/driver/DevToolsDriver.java#L804

as per the documentation, that call is deprecated and Storage.getCookies should be used instead

found while investigating #2584

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant