class Selenium::WebDriver::FedCM::Dialog

def select_account(index)

Parameters:
  • index (Integer) -- The index of the account to select from the list returned by get_accounts.
def select_account(index)
  @bridge.select_fedcm_account index
end