blob: a26f787e4ccfe1a8d4a5d9e90eb3674ccc14bbf2 [file] [log] [blame] [edit]
interface _ActionBuilder
def tick: (untyped) -> (nil | Array[Selenium::WebDriver::Interactions::InputDevice])
def device: (untyped) -> Selenium::WebDriver::Interactions::InputDevice
def add_pointer_input: (Symbol kind, String name) -> ::Selenium::WebDriver::Interactions::PointerInput
def add_key_input: (String key) -> ::Selenium::WebDriver::Interactions::KeyInput
def add_wheel_input: (String name) -> ::Selenium::WebDriver::Interactions::InputDevice
end