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

        @duration: untyped

        @origin: untyped

        @x_offset: untyped

        @y_offset: untyped

        @delta_x: untyped

        @delta_y: untyped

        def initialize: (source: untyped, ?origin: Symbol, ?duration: Float, **untyped opts) -> void

        def assert_source: (untyped source) -> untyped?

        def encode: () -> Hash[String, untyped]
      end
    end
  end
end