Hello,
Try inserting delay after every action in macro so that each action can get enough time to execute and macro can run flawlessly. Insufficient delay can skip any command in macro and results into macro failure.
You can find Delay command under Commands section. Just double click on it, specify the delay time and save the command.
Hope that helps. |