selenium.webdriver.common.fedcm.dialog¶
Classes
|
Represents a FedCM dialog that can be interacted with. |
- class selenium.webdriver.common.fedcm.dialog.Dialog(driver)[source]¶
Represents a FedCM dialog that can be interacted with.
- DIALOG_TYPE_ACCOUNT_LIST = 'AccountChooser'¶
- DIALOG_TYPE_AUTO_REAUTH = 'AutoReauthn'¶
- property type: str | None¶
Gets the type of the dialog currently being shown.
- property title: str¶
Gets the title of the dialog.
- property subtitle: str | None¶
Gets the subtitle of the dialog.