Page 1 of 1

CefCookieManager and DevTools

PostPosted: Thu Jun 23, 2022 11:27 am
by Staxcelrom
Hello,

Tell me please, it became interesting, but in the case of CefCookieManager, for example, SetCookie and DeleteCookies are not implemented through DEVTools?

https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-deleteCookies
https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-setCookie

Re: CefCookieManager and DevTools

PostPosted: Thu Jun 23, 2022 12:34 pm
by magreenblatt
Correct, CefCookieManager accesses the CookieStore directly.

Re: CefCookieManager and DevTools

PostPosted: Thu Jun 23, 2022 1:25 pm
by Staxcelrom
Thank you!