Rank: Advanced Member Groups: Member
Joined: 5/9/2016 Posts: 84
|
I am not sure on what level this should be implemented on and if possible but in Chrome you have an option to open a new browser tab in incognito mode. Is there anything similar in essentialobjects web browser?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, Yes. You will need to use a separate Engine object. See here for more details: http://www.essentialobjects.com/doc/webbrowser/advanced/engine.aspxThe data for each Engine object are isolated. In order to support Icognito mode, you will need to call Engine.Stop(true) when your application exits. Here the "true" argument tells Stop method to delete all data (cache, cookies, etc). Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 5/9/2016 Posts: 84
|
Thank you!
|