Auto stop macro

nemska

Member
Hello everyone
If the macro doesn't go the way I want, I want it to stop itself automatically. For example, I wanted to click on a text. It couldn't click on that text because refreshed the page late on the phone. If this happens, I want my macro to stop automatically. Is there any way for this? How can I do that?
Thank you for your help
 

Jacob L

Moderator (Lawsonator)
Hello everyone
If the macro doesn't go the way I want, I want it to stop itself automatically. For example, I wanted to click on a text. It couldn't click on that text because refreshed the page late on the phone. If this happens, I want my macro to stop automatically. Is there any way for this? How can I do that?
Thank you for your help
You'd need to export the system log and then use shell script action to read it into a variable or array, then get it to spot errors
 

Endercraft

Moderator (& bug finder :D)
And being able to get the system log to a certain point and put it in a array (or dictionary, but an array seems more logical to me), and use a filter for example to get only errors/warnings.
 
Top