Hi all,
In my process, sometimes I have an exception “Ui Element not found corresponding to this selector” but my selector is correct and the element is present because in general it’s run succesfully.
My problem is, when this error occur, my process is stopped although I use a Try/Catch. I would like that my robot catch this error to close the item et run the next one as is presented in my ReFramework.
Would you have any solution to suggest me ?
Thanks