class Selenium::WebDriver::Firefox::Extension
def initialize(path)
def initialize(path) raise Error::WebDriverError, "could not find extension at #{path.inspect}" unless File.exist?(path) @path = path @should_reap_root = false end
def initialize(path) raise Error::WebDriverError, "could not find extension at #{path.inspect}" unless File.exist?(path) @path = path @should_reap_root = false end