Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
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