all property

List<Cookie> all

Retrieves all cookies visible to the current page.

Implementation

List<Cookie> get all => _client.send(
    _handler.cookies.buildGetAllCookiesRequest(),
    _handler.cookies.parseGetAllCookiesResponse);