Page 1 of 1

Default checking time for an object

Posted: Fri Dec 10, 2010 2:55 am
by balakrishna
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

Re: Default checking time for an object

Posted: Fri Dec 10, 2010 7:39 am
by balakrishna
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