class Selenium::WebDriver::FedCM::Dialog

def cancel

Closes the dialog as if the user had clicked X.
def cancel
  @bridge.cancel_fedcm_dialog
end