Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/interactions/interaction.rbs
1865 views
module Selenium module WebDriver module Interactions class Interaction attr_reader type: untyped def initialize: (untyped source) -> void def assert_source: (untyped _source) -> untyped end end end end