java.lang.Object
org.openqa.selenium.devtools.v126.fedcm.FedCm

@Beta public class FedCm extends Object
This domain allows interacting with the FedCM dialog.
  • Constructor Details

    • FedCm

      public FedCm()
  • Method Details

    • enable

      public static org.openqa.selenium.devtools.Command<Void> enable(Optional<Boolean> disableRejectionDelay)
    • disable

      public static org.openqa.selenium.devtools.Command<Void> disable()
    • selectAccount

      public static org.openqa.selenium.devtools.Command<Void> selectAccount(String dialogId, Integer accountIndex)
    • clickDialogButton

      public static org.openqa.selenium.devtools.Command<Void> clickDialogButton(String dialogId, DialogButton dialogButton)
    • openUrl

      public static org.openqa.selenium.devtools.Command<Void> openUrl(String dialogId, Integer accountIndex, AccountUrlType accountUrlType)
    • dismissDialog

      public static org.openqa.selenium.devtools.Command<Void> dismissDialog(String dialogId, Optional<Boolean> triggerCooldown)
    • resetCooldown

      public static org.openqa.selenium.devtools.Command<Void> resetCooldown()
      Resets the cooldown time, if any, to allow the next FedCM call to show a dialog even if one was recently dismissed by the user.
    • dialogShown

      public static org.openqa.selenium.devtools.Event<DialogShown> dialogShown()
    • dialogClosed

      public static org.openqa.selenium.devtools.Event<String> dialogClosed()