Forum Discussion

Setter's avatar
Setter
New Contributor
4 years ago
Solved

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...
  • tristaanogre's avatar
    tristaanogre
    4 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.