Welcome Guest Search | Active Topics | Sign In | Register

Icognito browsing Options
serializer
Posted: Friday, July 22, 2016 1:13:37 PM
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?
eo_support
Posted: Friday, July 22, 2016 1:35:21 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

Yes. You will need to use a separate Engine object. See here for more details:

http://www.essentialobjects.com/doc/webbrowser/advanced/engine.aspx

The 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!
serializer
Posted: Friday, July 22, 2016 2:30:50 PM
Rank: Advanced Member
Groups: Member

Joined: 5/9/2016
Posts: 84
Thank you!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.