class Playwright::BrowserContext::AddCookie

Included Modules

Defined in:

playwright/browsercontext.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def domain : String? #

[View source]
def domain=(domain : String?) #

[View source]
def expires : Int64? #

[View source]
def expires=(expires : Int64?) #

[View source]
def http_only : Bool? #

[View source]
def http_only=(http_only : Bool?) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def path : String? #

[View source]
def path=(path : String?) #

[View source]
def same_site : SameSite? #

[View source]
def same_site=(same_site : SameSite?) #

[View source]
def secure : Bool? #

[View source]
def secure=(secure : Bool?) #

[View source]
def url : String? #

[View source]
def url=(url : String?) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]