java.lang.Object
org.openqa.selenium.devtools.v126.fedcm.model.DialogShown

public class DialogShown extends Object
  • Constructor Details

  • Method Details

    • getDialogId

      public String getDialogId()
    • getDialogType

      public DialogType getDialogType()
    • getAccounts

      public List<Account> getAccounts()
    • getTitle

      public String getTitle()
      These exist primarily so that the caller can verify the RP context was used appropriately.
    • getSubtitle

      public Optional<String> getSubtitle()