I just started using imacros. I am wondering how I can show some sort of notification to the user. I do not want message box.
From SI-Run-Test.js demo file I found that we can show using the code:
Code: Select all
iimDisplay ("Test script running");
Thank you.