PyMacroRecord icon indicating copy to clipboard operation
PyMacroRecord copied to clipboard

[Enhancement] Exception Handling

Open gmlpaci opened this issue 11 months ago • 1 comments

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.

gmlpaci avatar Jan 09 '25 07:01 gmlpaci

Would this require reading the content of the desktop? I was under the impression that the software only tracks clicks and keystrokes for macros.

jorge-sepulveda avatar Feb 04 '25 04:02 jorge-sepulveda

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.

LOUDO56 avatar May 29 '25 11:05 LOUDO56