Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/local_driver.rbs
1865 views
module Selenium
  module WebDriver
    module LocalDriver
      include _Driver

      def initialize_local_driver: (untyped options, untyped service, untyped url) -> Array[untyped]

      def process_options: (untyped options, untyped service) -> untyped
    end
  end
end