SerializableCookie(String, String, String, NullableDateTime) Constructor

Initializes a new instance of the SerializableCookie class.

Definition

Namespace: DevCase.ThirdParty.Selenium
Assembly: DevCase.net48.ThirdParty.Selenium (in DevCase.net48.ThirdParty.Selenium.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public SerializableCookie(
	string name,
	string value,
	string path,
	DateTime? expiry
)

Parameters

name  String
The name of the cookie.
value  String
The value of the cookie.
path  String
The path of the cookie.
expiry  NullableDateTime
The expiration date of the cookie.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Selenium.Support by Selenium Committers

Selenium.WebDriver by Selenium Committers

See Also