Is there something that I am missing here or what?
I have the following code.
List<string> cookies = CookieManager.GetDynamicwebCookiesList();
var cookie = CookieManager.GetCookie("Email");
The list of cookies look like this
But GetCookie just returns null.
DW version is 9.12.7