struct

Selenium::Cookie

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

domain
Source
domain=(domain : String | Nil)
Source
expiry
Source
expiry=(expiry : Int64 | Nil)
Source
http_only
Source
http_only=(http_only : Bool | Nil)
Source
name
Source
path
Source
path=(path : String | Nil)
Source
same_site
Source
same_site=(same_site : String | Nil)
Source
secure
Source
secure=(secure : Bool | Nil)
Source
value
Source