We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Storage.getCookies
found while investigating #2584
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 insteadfound while investigating #2584
The text was updated successfully, but these errors were encountered: