Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/interactions/pause.rbs
1865 views
module Selenium module WebDriver module Interactions class Pause < Interaction @duration: untyped @type: untyped def initialize: (untyped source, ?untyped? duration) -> void def assert_source: (untyped source) -> untyped? def encode: () -> untyped end end end end