Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
selenium
master
Selenium
Action
ActionSequence
AlertManager
BaseError
Capabilities
ProxyConfiguration
Chrome
Capabilities
ChromeOptions
Driver
Service
CommandHandler
Cookie
CookieManager
Coordinate
DefaultCommands
DocumentManager
Driver
Element
ElementId
ElementRect
Error
InternalData
Firefox
Capabilities
FirefoxOptions
Driver
Service
Helpers
Select
Wait
HttpClient
InputSourceActionSequence
InvalidSessionError
InvalidTagError
LocationStrategy
NavigationManager
Remote
Driver
Safari
Capabilities
Driver
Service
SendKeyConverter
Service
Session
SessionId
Status
TimeoutConfiguration
UnsupportedOperationError
WebStorageManager
StorageType
WindowHandle
WindowManager
WindowRect
Generated using Crystal 1.10.1
2024-04-09 04:31:15 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
]