Cookie Constructor WebDriver
Overload List

  NameDescription
Public methodCookie(String, String)
Initializes a new instance of the Cookie class with a specific name and value.
Public methodCookie(String, String, String)
Initializes a new instance of the Cookie class with a specific name, value, and path.
Public methodCookie(String, String, String, Nullable DateTime )
Initializes a new instance of the Cookie class with a specific name, value, path and expiration date.
Public methodCookie(String, String, String, String, Nullable DateTime )
Initializes a new instance of the Cookie class with a specific name, value, domain, path and expiration date.
Back to Top
See Also