ReturnedCookie PropertiesWebDriver
The ReturnedCookie type exposes the following members.
Properties

  NameDescription
Public propertyCurrentHost
Gets the current URL the browser is viewing.
Public propertyDomain
Gets the domain of the cookie.
(Inherited from Cookie.)
Public propertyExpiry
Gets the expiration date of the cookie.
(Inherited from Cookie.)
Public propertyName
Gets the name of the cookie.
(Inherited from Cookie.)
Public propertyPath
Gets the path of the cookie.
(Inherited from Cookie.)
Public propertySecure
Gets a value determining if the cookie is secure.
(Overrides Cookie Secure.)
Public propertyValue
Gets the value of the cookie.
(Inherited from Cookie.)
Back to Top
See Also