Sha256: 2ef93644abf6314e16cde3ad60dd0cf6d56f8b0c33b663ba45c54c95078bdf3d
Contents?: true
Size: 470 Bytes
Versions: 6
Compression:
Stored size: 470 Bytes
Contents
# This patch overrides the normal mechanism for searching for Firefox profiles # causing named profiles to be created in the local directory (rather than be referenced) # for unit/integration testing purposes module Selenium module WebDriver module Firefox # @api private module Util module_function def app_data_path File.dirname(__FILE__) end end # Util end # Firefox end # WebDriver end # Selenium
Version data entries
6 entries across 6 versions & 1 rubygems