Forum Discussion
anna_v
13 years agoStaff
Hi Mike
Try to use the LogParams object within the OnLogError event handler:
var arr = new Array();
function GeneralEvents_OnLogError(Sender, LogParams)
{
arr.push(LogParams);
}
Then, you can create the OnStopTest event handler that will process the obtained results and send the email.
I hope this helps
Ann
Related Content
- 5 years ago
Recent Discussions
- 4 days ago
- 5 days ago