Playwright::BrowserContext::Cookie
Inherits JSON::Serializable / Reference / Object
Constructors
new(name : String, value : String, domain : String, path : String, expires : Int64, http_only : Bool, secure : Bool, same_site : Playwright::BrowserContext::SameSite)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
domain
Sourcehttp_only
Sourcename
Sourcepath
Sourcesame_site
Sourcesecure
Sourcevalue
Source