module Selenium::WebDriver::Firefox::Features

def uninstall_addon(id)

def uninstall_addon(id)
  execute :uninstall_addon, {}, {id: id}
end