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.