CefSharp winfoms Page load and wait
问题 I'm working on Cefsharp Offscreen in my application. The code provided in documentation to load page is: const string testUrl = "https://github.com/cefsharp/CefSharp/wiki/Quick-Start"; var settings = new CefSettings() { //By default CefSharp will use an in-memory cache, you need to specify a Cache Folder to persist data CachePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "CefSharp\\Cache") }; //Perform dependency check to make sure all relevant