Sha256: 74581f962ed8e92824d21e83588b2ea4f76cc83fd1edb79b8d0d4156f8baa113
Contents?: true
Size: 539 Bytes
Versions: 9
Compression:
Stored size: 539 Bytes
Contents
module Selenium module WebDriver module Firefox module Util module_function def app_data_path case Platform.os when :windows "#{ENV['APPDATA']}\\Mozilla\\Firefox" when :macosx "#{Platform.home}/Library/Application Support/Firefox" when :unix "#{Platform.home}/.mozilla/firefox" else raise "Unknown os: #{Platform.os}" end end end # Util end # Firefox end # WebDriver end # Selenium
Version data entries
9 entries across 9 versions & 1 rubygems