class

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

domain
Source
expires

Unix time in seconds.

Source
http_only
Source
name
Source
path
Source
same_site
Source
secure
Source
value
Source