Method: Selenium::WebDriver::Remote::Bridge#select_fedcm_account

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

#select_fedcm_account(index) ⇒ Object

[View source]

563
564
565
# File 'lib/selenium/webdriver/remote/bridge.rb', line 563

def (index)
  execute :select_fedcm_account, {}, {accountIndex: index}
end