Replay error

Class library usage, coding and language questions.
pipimirdej
Posts: 1
Joined: Tue Jun 29, 2010 8:37 am

Replay error

Post by pipimirdej » Tue Jun 29, 2010 8:41 am

Hi,

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 9:01 am, edited 1 time in total.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Replay error

Post by Support Team » Tue Jun 29, 2010 9:00 am

Hi,

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

Regards,
Peter
Ranorex Support Team