Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/safari/options.rbs
1865 views
module Selenium
  module WebDriver
    module Safari
      class Options < WebDriver::Options
        attr_accessor options: untyped

        CAPABILITIES: Hash[Symbol, String]

        BROWSER: untyped

        def add_option: (untyped name, ?untyped? value) -> untyped

        def as_json: (*untyped) -> untyped
      end
    end
  end
end