Selenium::Action
Inherits JSON::Serializable < Reference < Object
I want to have seperate actions for each type (pause, pointer, key) but when I did that, I wasn't able to get the type union or inheritance working for some reason
Constructors
new(pull : JSON::PullParser)
Sourcenew(type : String, duration : Int32 | Nil = nil, value : Char | Nil = nil, button : Int32 | Nil = nil, origin : Nil | String = nil, x : Int32 | Nil = nil, y : Int32 | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
button
Sourceduration
Sourceorigin
Sourcetype
Sourcevalue
Source