CoeurdeLeon 8 Posted March 20 Can anyone tell me how to clear the TEdgeBrowser cache? I set EdgeBrowser.UserDataFolder :='C:\Temp\CPRSBrowserCache\'; The folder is created and never used, i.e., always empty. Cached data is being displayed rather than new data. If I open up the Edge browser and clear the cache then correct data is displayed in my TEdgeBrowser instance. Why is EdgeBrowser.UserDataFolder not being populated? How can I empty the cache? Dick Maley Share this post Link to post
PeaShooter_OMO 11 Posted March 20 I use TEdgeBrowser and it creates a sub-folder in the folder where my executable is outputted to. It is called <name of executable>.exe.WebView2 Many folders in it seem to be related to "Cache" Do you have such a folder? Share this post Link to post
David Heffernan 2345 Posted March 20 You call this method I think, however that's done from Delphi CoreWebView2Profile.ClearBrowsingDataAsync Method (Microsoft.Web.WebView2.Core) | Microsoft Learn Share this post Link to post