UI Alert (sui:alert)
Switch the driver instance into available alert and then interact with alert dialog using method accept or dismiss.
Released in
Usage
<sui:alert method=""!/>
! - mandatory
Supported methods
accept
dismiss
Example
Method | Example | Behavior |
---|---|---|
accept | <sui:alert method="accept"/> | Switches into alert and clicks "Accept" or "Ok" button. |
dismiss | <sui:alert method="dismiss"/> | Switches into alert and clicks "Cancel" or "No" button. |
, multiple selections available, Use left or right arrow keys to navigate selected items