struct Protocol::Page::GetCookies
- Protocol::Page::GetCookies
- Struct
- Value
- Object
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
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#cookies : Array(Network::Cookie)
Array of cookie objects.