Retrieves all cookies visible to the current page.
List<Cookie> get all => _client.send( _handler.cookies.buildGetAllCookiesRequest(), _handler.cookies.parseGetAllCookiesResponse);