Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
selenium
v0.7.0
Selenium
Action
ActionSequence
AlertManager
Capabilities
ProxyConfiguration
Chrome
Capabilities
Driver
Service
CommandHandler
Cookie
CookieManager
DefaultCommands
DocumentManager
Driver
Element
ElementId
ElementRect
Error
InternalData
Firefox
Capabilities
Driver
Service
HttpClient
InputSourceActionSequence
LocationStrategy
NavigationManager
Remote
Driver
Safari
Capabilities
Driver
Service
SendKeyConverter
Service
Session
SessionId
Status
TimeoutConfiguration
WindowHandle
WindowManager
WindowRect
Built with Crystal 1.9.2
2023-10-08 04:07:00 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
]