is it possible to make Ranorex continue with the replay of the test, even if it does not find the specified element, but instead skips to the next element?
Best wishes,
M
Last edited by pipimirdej on Tue Jun 29, 2010 10:01 am, edited 1 time in total.
You can use the TryFindSingle() method. This method returns a boolean value if the element is found or not. You will find an example how to use this method, in our tutorial on page 34. http://www.ranorex.com/Documentation/Ra ... torial.pdf