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 · 2 comments
Open

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

ptrthomas opened this issue Jul 23, 2024 · 2 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

@arodr25
Copy link

arodr25 commented Feb 7, 2025

Hi, I am working on a team project in school and wanted to take a shot at this issue with my team, can I be allowed permission for this issue?

@ptrthomas
Copy link
Member Author

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

2 participants