Method: Selenium::WebDriver::Remote::Bridge#remove_credential
- Defined in:
- lib/selenium/webdriver/remote/bridge.rb
#remove_credential(credential_id, authenticator_id) ⇒ Object
551 552 553 |
# File 'lib/selenium/webdriver/remote/bridge.rb', line 551 def remove_credential(credential_id, authenticator_id) execute :remove_credential, {credentialId: credential_id, authenticatorId: authenticator_id} end |