Packages

A browser automation tool and interface to the Chrome DevTools Protocol.

Current section

Files

Jump to
chrobot_extra include chrobot_extra@protocol@network_Cookie.hrl
Raw

include/chrobot_extra@protocol@network_Cookie.hrl

-record(cookie, {
name :: binary(),
value :: binary(),
domain :: binary(),
path :: binary(),
expires :: float(),
size :: integer(),
http_only :: boolean(),
secure :: boolean(),
session :: boolean(),
same_site :: gleam@option:option(chrobot_extra@protocol@network:cookie_same_site())
}).