class Selenium::WebDriver::HTML5::LocalStorage

def delete(key)

def delete(key)
  @bridge.remove_local_storage_item key
end