chrome-devtools-java-client
chrome-devtools-java-client copied to clipboard
Using this.devToolsService.getNetwork().setCookies() will set duplicate cookies
The cookie set by this.devToolsService.getNetwork().setCookies() will be the same as the response setCookie received by chrome, and the cookies will be repeatedly sent to the webServer
