IAlertActionsListener
Implementationâ
In order inject your customized logging for your reports or you want to perform any other action when the handling Alert pop-ups, you can implement this class and provide your implementations for different methods available in this listener interface.
onAccept
â
This method will get executed after accepting the Alert pop-up.
onAccept (text)
â
This method will get executed after accepting the Alert prompt with provided text.
onDismiss
â
This method will get executed after dismissing the Alert pop-up.
onVerifyAccept (text)
â
This method will get executed before verifying accepting the Alert prompt with provided text.
onVerifyAccept
â
This method will get executed before verifying accepting the Alert prompt.
onVerifyDismiss
â
This method will get executed before verifying accepting the Alert prompt.