Method: Selenium::WebDriver::Remote::Bridge#select_fedcm_account
- Defined in:
- lib/selenium/webdriver/remote/bridge.rb
permalink #select_fedcm_account(index) ⇒ Object
[View source]
563 564 565 |
# File 'lib/selenium/webdriver/remote/bridge.rb', line 563 def select_fedcm_account(index) execute :select_fedcm_account, {}, {accountIndex: index} end |