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