class Playwright::BrowserContext::Cookie

Included Modules

Defined in:

playwright/browsercontext.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name, value, domain, path, expires, http_only, secure, same_site) #

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

[View source]

Instance Method Detail

def domain : String #

[View source]
def expires : Int64 #

[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]