Class DialogShown
java.lang.Object
org.openqa.selenium.devtools.v125.fedcm.model.DialogShown
- 
Constructor Summary
ConstructorsConstructorDescriptionDialogShown(String dialogId, DialogType dialogType, List<Account> accounts, String title, Optional<String> subtitle)  - 
Method Summary
Modifier and TypeMethodDescriptiongetTitle()These exist primarily so that the caller can verify the RP context was used appropriately. 
- 
Constructor Details
- 
DialogShown
 
 - 
 - 
Method Details
- 
getDialogId
 - 
getDialogType
 - 
getAccounts
 - 
getTitle
These exist primarily so that the caller can verify the RP context was used appropriately. - 
getSubtitle
 
 -