Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/chrome/options.rbs
1865 views
module Selenium
  module WebDriver
    module Chrome
      class Options < Chromium::Options
        KEY: String

        BROWSER: String

        private

        def enable_logging: (untyped browser_options) -> untyped

        def binary_path: () -> untyped
      end
    end
  end
end