delphi - New instance in TWebBrowser -


i use twebbrowser component in complete new instance independently instance of internet explorer. there way start twebbrowser (e.g. in private browsing mode) have it's own instance of cookies, cache, history, etc.?

try delphi chromium. based on chrome browser, autonomous , more html5 compliant.... can define directory store cookies, , then, clean them like...


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -