class Playwright::BrowserContext::Cookie
- Playwright::BrowserContext::Cookie
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/browsercontext.crConstructors
- .new(name : String, value : String, domain : String, path : String, expires : Int64, http_only : Bool, secure : Bool, same_site : Playwright::BrowserContext::SameSite)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #domain : String
-
#expires : Int64
Unix time in seconds.
- #http_only : Bool
- #name : String
- #path : String
- #same_site : SameSite
- #secure : Bool
- #value : String
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)
#