I have a script that runs through a lists of sites and completes a task, which works great. I have set it to ignore errors so it will move down and do the entire list, however this means a few sites don't get completed along the way.
Is there a way to get imacros to detect an error, and extract the URL and save it to an external file, so i can see at the end which urls had errors during the runtime. I know there is ADD !EXTRACT {{!URLCURRENT}} but im not sure how to access the file, or how to make it do this when there is a problem with the run time or a step is skipped