Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/search_context.rbs
1865 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