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
WebDriver.deleteAllCookies() deletes all the cookies
for the current domain, however HtmlUnitDriver implementation
deletes all cookies for all domains, which is incorrect.
This was pointed out in
https://sourceforge.net/p/htmlunit/bugs/1695/
Test case attached as well
Signed-off-by: Luke Inman-Semerau <[email protected]>
0 commit comments