Hello, thanks for the reply.
I want to make it to where it counts the errorsand let's say when it reaches 10 it visits a certain URL link..
How do I increase a variable by +1 every time?
Also, would this be a correct if statement for... if {{var}} == 10
?
If its not possible can script execute other script? i mean like this
Script A (A.xml) run till the end, at the end of script A it will call Script B (B.Xml) to run, then script B run till the end, is that possible??