Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/interactions/none_input.rbs
4070 views
module Selenium
module WebDriver
module Interactions
class NoneInput < InputDevice
@type: untyped
def initialize: (?untyped? name) -> void
end
end
end
end