IDriverActionsListener
Implementationâ
In order inject your customized logging for your reports or you want to perform any other action when handling driver specific actions, you can implement this class and provide your implementations for different methods available in this listener interface.
onExecuteScript (script, args)
â
This method will get executed after executing the script on the driver using provided args.
onPause (time)
â
This method will get executed after pausing for the mentioned duration.
onSaveLogs
â
This method will get executed after saving all the driver logs.
onWaitUntil
â
This method will get executed after waiting until a particular condition.