Cookie PropertiesWebDriver
The Cookie type exposes the following members.
Properties

  NameDescription
Public propertyDomain
Gets the domain of the cookie.
Public propertyExpiry
Gets the expiration date of the cookie.
Public propertyName
Gets the name of the cookie.
Public propertyPath
Gets the path of the cookie.
Public propertySecure
Gets a value indicating whether the cookie is secure.
Public propertyValue
Gets the value of the cookie.
Back to Top
See Also