I need WPF CefSharp ChromiumWebBrowser to save cookies. I've found similar question but for Winforms here. The problem is that Cef.Initialize() is called in ChromiumWebBrowser so I don't have access to it.
How this can be done in wpf cef sharp?
Yes, you just need to do this earlier in App.xaml.cs like in this example: