Method: Selenium::WebDriver::Remote::Bridge#credentials

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

#credentials(authenticator_id) ⇒ Object

[View source]

539
540
541
# File 'lib/selenium/webdriver/remote/bridge.rb', line 539

def credentials(authenticator_id)
  execute :get_credentials, {authenticatorId: authenticator_id}
end