Cookies class

Interacts with browser's cookies.

Constructors

Cookies(SyncRequestClient _client, WebDriverHandler _handler)

Properties

all List<Cookie>
Retrieves all cookies visible to the current page.
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Cookie cookie) → void
Sets a cookie.
delete(String name) → void
Deletes the cookie with the given name.
deleteAll() → void
Deletes all cookies visible to the current page.
getCookie(String name) Cookie
Retrieves cookie with the given name.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override