# File lib/selenium/webdriver/firefox/extension.rb, line 7 def initialize(path) unless File.exist?(path) raise Error::WebDriverError, "could not find extension at #{path.inspect}" end @path = path @should_reap_root = false end