class Playwright::BrowserContext::Cookie

Included Modules

Defined in:

playwright/browsercontext.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String, domain : String, path : String, expires : Int64, http_only : Bool, secure : Bool, same_site : Playwright::BrowserContext::SameSite) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def domain : String #

[View source]
def expires : Int64 #

Unix time in seconds.


[View source]
def http_only : Bool #

[View source]
def name : String #

[View source]
def path : String #

[View source]
def same_site : SameSite #

[View source]
def secure : Bool #

[View source]
def value : String #

[View source]