Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
selenium
v0.2.1
Selenium
Action
ActionSequence
AlertManager
Capabilities
ProxyConfiguration
Chrome
Capabilities
CommandHandler
Cookie
CookieManager
DefaultCommands
DocumentManager
Driver
Element
ElementId
ElementRect
Error
HttpClient
InputSourceActionSequence
LocationStrategy
NavigationManager
Rect
SendKeyConverter
Session
SessionId
Status
WindowHandle
WindowManager
WindowRect
TimeoutConfiguration
Built with Crystal 1.9.2
2023-10-08 21:07:21 UTC
struct
Selenium::InputSourceActionSequence
Selenium::InputSourceActionSequence
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
selenium/input_source_action_sequence.cr
Constructors
.new
(type : String, id : String, actions : Array(Selenium::Action))
.new
(pull : JSON::PullParser)
Instance Method Summary
#actions
: Array(Action)
#id
: String
#type
: String
Constructor Detail
def self.
new
(type : String, id : String, actions : Array(
Selenium::Action
))
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
actions
: Array(
Action
)
#
[
View source
]
def
id
: String
#
[
View source
]
def
type
: String
#
[
View source
]