Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/firefox/util.rbs
1865 views
module Selenium
  module WebDriver
    module Firefox
      # @api private
      module Util
        def self?.app_data_path: () -> untyped

        def self?.stringified?: (untyped str) -> untyped
      end
    end
  end
end