Class DialogShown
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.fedcm.model.DialogShown
-
public class DialogShown extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DialogShown(java.lang.String dialogId, java.util.List<Account> accounts, java.lang.String title, java.util.Optional<java.lang.String> subtitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Account>
getAccounts()
java.lang.String
getDialogId()
java.util.Optional<java.lang.String>
getSubtitle()
java.lang.String
getTitle()
These exist primarily so that the caller can verify the RP context was used appropriately.
-
-
-
Constructor Detail
-
DialogShown
public DialogShown(java.lang.String dialogId, java.util.List<Account> accounts, java.lang.String title, java.util.Optional<java.lang.String> subtitle)
-
-
Method Detail
-
getDialogId
public java.lang.String getDialogId()
-
getAccounts
public java.util.List<Account> getAccounts()
-
getTitle
public java.lang.String getTitle()
These exist primarily so that the caller can verify the RP context was used appropriately.
-
getSubtitle
public java.util.Optional<java.lang.String> getSubtitle()
-
-