[Enhancement] Exception Handling
Describe the feature An error exception handling for scheduled task
To Reproduce Let's say user always look for column A with a value & copy it and continue to do the rest. But if the script cannot find anything under column A, then the script will stops. But it still continue to reload the page browser process until it found the value on column A and continue to do the job.
Screenshots
The OS Windows
Additional context Add any other context about the problem here.
Would this require reading the content of the desktop? I was under the impression that the software only tracks clicks and keystrokes for macros.
PyMacroRecord is a macro software that only replicate your past mouse and keyboard data. Doing this would require making a script, and I suggest you to have a look to AutoHotKey, more complete and scalabale for this.