Hello,
In general, every application has its own response time and sometimes they are hard to find out with naked eye specially when they are in milliseconds.
What I would recommend that works out in majority of the cases is, to record a macro in your application and then edit few minor things if required. If you use recorder then it will record the exact delays that you waited for during the recording and it will playback them accurately. So that way you do not have to worry about how much delay to wait for before every action while creating the task from editor.
Hope that helps! |