You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to delete a specific cookie DeleteCookie(string url, string cookieName)?
I know it can be achieved by first loading the URL and then calling webviewObject.EvaluateJS(@"document.cookie = None"), but is there a way without loading the url first?