Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
selenium
v0.6.0
Selenium
Alert
ElementIsNotSelectable
ElementNotVisible
Error
IMEEngineActivationFailed
IMENotAvailable
InvalidCookieDomain
InvalidElementCoordinates
InvalidElementState
InvalidSelector
JavaScriptError
MoveTargetOutOfBounds
NoAlertOpenError
NoSuchDriver
NoSuchElement
NoSuchFrame
NoSuchWindow
ScriptTimeout
Session
Cookie
Cookies
MouseButton
Window
Rect
SessionNotCreatedException
StaleElementReference
Timeout
UnableToSetCookie
UnexpectedAlertOpen
UnknownCommand
UnknownError
Webdriver
WebElement
XPathLookupError
Built with Crystal 1.9.2
2023-10-07 22:07:31 UTC
struct
Selenium::Session::Cookie
Selenium::Session::Cookie
Struct
Value
Object
Defined in:
webdriver/session/cookies.cr
Constructors
.new
(json : JSON::Any)
Instance Method Summary
#domain
#expiry
#http_only
#name
#path
#secure
#value
Constructor Detail
def self.
new
(json : JSON::Any)
#
[
View source
]
Instance Method Detail
def
domain
#
[
View source
]
def
expiry
#
[
View source
]
def
http_only
#
[
View source
]
def
name
#
[
View source
]
def
path
#
[
View source
]
def
secure
#
[
View source
]
def
value
#
[
View source
]