Hello!
First, sorry for my english, it's not my main language
I have a little problem (not so important, but it could be better if resolved)
There is a part of my script here:
SET !ERRORIGNORE YES
SET !TIMEOUT 200
VERSION BUILD=9030808 RECORDER=FX
TAB T=1
URL GOTO=https://xxxxx.xx
WAIT SECONDS= 2
....
The problem is, i actually have some bugs due to my connection or my computer, and i want that the script just restart when i have an error (i have a !ERRORINORE but i completely want to restart when i have an error, it's better for this website)
For exemple, at line 5, the script can't click on the page due to a bug.. it's simply restart from the beginning.
Does someone have an idea, or script for this?
Thanks