Hello,
I have a script in TruClient Firefox with VuGen 12.02.
I have many actions in this script, and I want the script to skip to the next action when an error is occuring.
In the runtime settings, we can only set the Action on error to either "Abort script" or "Continue to the next iteration".
With others protocols (like ajax), we can use the function lr_continue_on_error with the setting " LR_ON_ERROR_SKIP_TO_NEXT_ACTION" to bypass this.
So I created a C function calling this, which I call in a "Evaluate C function" step, but it's not working.
Is there any way to set this behavior in TruClient?
Thanks in advance.