Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/safari.rbs
1864 views
module Selenium
  module WebDriver
    module Safari
      @use_technology_preview: bool?
      @path: String?

      attr_accessor self.use_technology_preview: bool

      def self.technology_preview: () -> String

      def self.technology_preview!: () -> bool

      def self.technology_preview?: () -> bool

      def self.path=: (String) -> String

      def self.path: () -> String
    end
  end
end