struct Protocol::Page::GetCookies

Overview

Returns all browser cookies for the page and all of its subframes. Depending on the backend support, will return detailed cookie information in the #cookies field.

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cookies : Array(Network::Cookie) #

Array of cookie objects.


[View source]