Setter
5 years agoNew Contributor
Get last log action during test execution
Hello. I need to get the lastest action on the test log to determine where it was performed (edit, checkbox, radiobutton...). The way I've thought about doing it is to use onLogEvent, so ever...
- 5 years ago
Yeah, at this point, I'd use the OnLogEvents handler to trap the message text and dump it to your variable or even output to a file.