module Selenium::WebDriver::DriverExtensions::HasAddons
def install_addon(path, temporary = nil)
def install_addon(path, temporary = nil) @bridge.install_addon(path, temporary) end
def uninstall_addon(id)
def uninstall_addon(id) @bridge.uninstall_addon(id) end