struct Selenium::Cookie

Included Modules

Defined in:

selenium/cookie.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String, path : Nil | String = nil, domain : Nil | String = nil, secure : Bool | Nil = nil, http_only : Bool | Nil = nil, expiry : Int64 | Nil = nil, same_site : Nil | String = nil) #

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

[View source]

Instance Method Detail

def domain : String | Nil #

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

[View source]
def expiry : Int64 | Nil #

[View source]
def expiry=(expiry : Int64 | Nil) #

[View source]
def http_only : Bool | Nil #

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

[View source]
def name : String #

[View source]
def path : String | Nil #

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

[View source]
def same_site : String | Nil #

[View source]
def same_site=(same_site : String | Nil) #

[View source]
def secure : Bool | Nil #

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

[View source]
def value : String #

[View source]