class Selenium::WebDriver::Remote::Bridge

def remove_all_credentials(authenticator_id)

def remove_all_credentials(authenticator_id)
  execute :remove_all_credentials, {authenticatorId: authenticator_id}
end