Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/interactions/wheel_input.rbs
1865 views
module Selenium
  module WebDriver
    module Interactions
      class WheelInput < InputDevice
        @type: untyped

        def initialize: (?untyped? name) -> void

        def create_scroll: (**untyped opts) -> untyped
      end
    end
  end
end