As title says I want to set login cookies with: driver.Manage().Cookies.AddCookie(new Cookie(cookie.Name, cookie.Value, cookie.Path));
This works when I run the test on my local standalone selenium server but not when I run it on a selenium Grid hosted by docker on the server. I tried selenoid and the standard selenium docker images. I can not see any errors on the server I'm just not logged in after a page refresh
Please help
Aucun commentaire:
Enregistrer un commentaire