module Selenium::WebDriver::DriverExtensions::HasAddons

def uninstall_addon(id)

def uninstall_addon(id)
  @bridge.uninstall_addon(id)
end