serializer wrote:I am automating logon to a website. Even though I create a new WebView it seems like cookies are stored and login window is not visible. How can I clear all cookies and cookies for a specific website before running?
I found this. Part of the EO.Webengine dll.
Wv.Engine.CookieManager.DeleteCookies(Nothing, Nothing)
Not sure about a specific website.