Completed
Last Updated: 03 Apr 2023 21:25 by ADMIN
Herb
Created on: 09 Dec 2019 12:27
Type: Bug Report
1
Delete Cookie not working in Chrome and Firefox

Both options to delete a cookie by domain and by cookie do not work for Chrome and Firefox. It still works for Internet Explorer though.

ActiveBrowser.Cookies.DeleteCookie(string domain);

ActiveBrowser.Cookies.DeleteCookie(Cookie cookie);

The ClearBrowserCache step is working as expected and clears all cookies.

0 comments