class Selenium::WebDriver::Firefox::Profile

def extension_name_for(path)

def extension_name_for(path)
  File.basename(path, File.extname(path))
end