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