Hi,
I have been using Ranorex v3.0 licensed version on a virtual machine. I have a window that needs to be identified. The path of the window is /form[@title='Application Error']. The problem here is Ranorex takes 3- 4 seconds to identify this. I need a better performance than this.I want it to be identified in less than a second Any tips on this?
The code looks like this :
Element window1 = null;
Host.Local.TryFindSingle(@"/form[@title='Application Error']",3000,out window1); //If i give less than 3000, its unable to identify all the times, sometimes it identifies.
//Doing some operations with this window1 after that.
Details about the automation :
I have written automation code such that, the automation runs for more than 45 mins. The above said line is a part of that automation.
OS used is Windows 7
RAM capacity 2 GB
Please help,
Regards,
Siva R S
virtual machine