Class FedCm
java.lang.Object
org.openqa.selenium.devtools.v115.fedcm.FedCm
This domain allows interacting with the FedCM dialog.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Event<DialogShown>
static org.openqa.selenium.devtools.Command<Void>
disable()
static org.openqa.selenium.devtools.Command<Void>
dismissDialog
(String dialogId, Optional<Boolean> triggerCooldown) static org.openqa.selenium.devtools.Command<Void>
static org.openqa.selenium.devtools.Command<Void>
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.static org.openqa.selenium.devtools.Command<Void>
selectAccount
(String dialogId, Integer accountIndex)
-
Constructor Details
-
FedCm
public FedCm()
-
-
Method Details
-
enable
-
disable
-
selectAccount
-
dismissDialog
-
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
-