Cookies class
Constructors
- Cookies.new(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 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