Selector not found error

Hi,

there are time when i am getting this error of selector not found and i want to handle this error, I am using RE Framework and used my workflow in try catch, now what i want is, if i get any error like selector not found it should escape the part without effecting the trans. and maintain a excel where it should print that trans. as failed and continue with the next trans.

But i see RE Framework is designed to close/logout the application and stop the process instead of skipping.

Fine
For any activity if any issue or exception occurs it will go to catch while being in a try catch block
So in the catch block use a excel application scope with write cell activity and mention that the transaction got failed and followed by this scope mention the sequence that has to be carried out when exception occurs

Cheers @indrajit.shah