Cookies class
Interacts with browser's cookies.
Constructors
- Cookies(SyncRequestClient _client, WebDriverHandler _handler)
Properties
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