Hi and good day,
As part of a macro, my FINDER takes too long to open, is there a way to see att what point I would need to add more time? or Pause until… ?
/
with best regards,
Omar K N
Stockholm, Sweden
Hi and good day,
As part of a macro, my FINDER takes too long to open, is there a way to see att what point I would need to add more time? or Pause until… ?
/
with best regards,
Omar K N
Stockholm, Sweden
Generally a Pause is required before click actions, or after actions that change the focus or cause an animation.
You can turn on debugging in Keyboard Maestro (in the Keyboard Maestro status menu). However it wont really help you find where a pause is required since it will show you what in the macro is currently being executed, but you need to know before then when the macro is executing something that the system is not ready for.
Not really applicable in your case, but I have an article explaining how to use the macro debugger:
http://flipmartin.net/software/keyboard-maestro-6-macro-debugger-tutorial