Cookies class Null safety
Constructors
-
Cookies(AsyncRequestClient _client,
WebDriverHandler _handler )
Properties
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 non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
override