Method: Selenium::WebDriver::Remote::Bridge#remove_all_credentials

Defined in:
lib/selenium/webdriver/remote/bridge.rb

#remove_all_credentials(authenticator_id) ⇒ Object


547
548
549
# File 'lib/selenium/webdriver/remote/bridge.rb', line 547

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