SerializableCookie(String, String, String) 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
)

Parameters

name  String
The name of the cookie.
value  String
The value of the cookie.
path  String
The path 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