An NDoc Documented Class Library

ISelenium.GetCookieByName Method 

Returns the value of the cookie with the specified name, or throws an error if the cookie is not present.

string GetCookieByName(
   string name
);

Parameters

name
the name of the cookie

Return Value

the value of the cookie

See Also

ISelenium Interface | Selenium Namespace