Cookies class

Constructors

Cookies(AsyncRequestClient _client, WebDriverHandler _handler)

Properties

all Stream<Cookie>
Retrieve 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) Future<void>
Sets a cookie.
delete(String name) Future<void>
Deletes the cookie with the given name.
deleteAll() Future<void>
Deletes all cookies visible to the current page.
getCookie(String name) Future<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