Page 1 of 1
					
				Issue with Move to Object  Mouse Function
				Posted: Thu Jan 10, 2013 1:14 am
				by zherman
				Dear All,I've found out that there's an issue with Move to Object.The application that I need to automate via this function isa java application.  When I created the task project, everything seems to be running well.. but after a few days of successfully running the task. It will give me an error saying that the object not found. etc...PS. from the processes I can see that the java application is highlighted. Please help.Deddy
			 
			
					
				Issue with Move to Object  Mouse Function
				Posted: Tue Jan 15, 2013 6:20 am
				by Oleg
				Probably your window changed the caption. You should specify only permanent part of the title.
For example:
Book1 - Microsoft Excel
Test - Microsoft Excel 
You should specify "Microsoft Excel" as part of window title.
Maybe the necessary control element (e.g. Button) has changed own parameters. This possible if you updated this application to new version.
In any case I recommend you to reconfigure "Move to Object" step.
			 
			
					
				Issue with Move to Object  Mouse Function
				Posted: Wed Jan 16, 2013 8:21 am
				by zherman
				Thanks for the reply you are correct.