10-05-2010, 01:39 PM
Hi all
I am trying to clicking an image called "End of Record". After writing a script for this function, if i run this script. It shows an error msg as " [COLOR="red"]The End of record object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.[/COLOR]"
My code is,
Plz can any one help me to solve tis problem. Thanks in advance.
Cheers,
preetha
I am trying to clicking an image called "End of Record". After writing a script for this function, if i run this script. It shows an error msg as " [COLOR="red"]The End of record object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.[/COLOR]"
My code is,
Code:
strBrowser="title:=ECShipLite"
Browser(strBrowser).Page(strBrowser).Image("name:=End of Record").Click
Cheers,
preetha