Default checking time for an object

Ranorex Studio, Spy, Recorder, and Driver.
balakrishna
Posts: 5
Joined: Mon Nov 29, 2010 6:48 am

Default checking time for an object

Post by balakrishna » Fri Dec 10, 2010 2:55 am

Hi,
i am checking for the existance of a form in my automation code(c#) like formname.selfInfo.Exists() method. It is taking much time nearly(1min) for checking if the form not found(i.e it is taking default checking time),how can i minimise this default search time?

Thanks

balakrishna
Posts: 5
Joined: Mon Nov 29, 2010 6:48 am

Re: Default checking time for an object

Post by balakrishna » Fri Dec 10, 2010 7:39 am

HI,
I have found the answer for this..
just selecting the object in the reposotory,then right click->properties->Search TimeOut: here change the default search time,then generate the .cs file also if needed.

thanks