module Selenium::WebDriver::DriverExtensions::HasFedCmDialog

def reset_fedcm_cooldown

this method resets that cooldown so that the dialog can be triggered again immediately.
If a user agent triggers a cooldown when the account chooser is dismissed,

Resets the FedCm dialog cooldown.
def reset_fedcm_cooldown
  @bridge.reset_fedcm_cooldown
end