Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/driver_finder.rbs
1865 views
module Selenium
  module WebDriver
    class DriverFinder
      @options: untyped

      @paths: untyped
      @service: untyped

      def initialize: (untyped options,untyped  service) -> void

      def self.path: (untyped options, untyped klass) -> untyped

      def browser_path: -> untyped

      def browser_path?: -> untyped

      def driver_path: -> untyped

      private

      def paths: -> untyped

      def to_args: -> Array[String]
    end
  end
end