Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/search_context.rbs
4112 views
module Selenium
module WebDriver
module SearchContext
include _Driver
FINDERS: untyped
attr_accessor self.extra_finders: untyped
def self.finders: -> untyped
def find_element: (*untyped args) -> untyped
def find_elements: (*untyped args) -> untyped
private
def extract_args: (untyped args) -> untyped
end
end
end