08-09-2011, 10:11 PM
Hello,
Frames create a lot of problem in object identification. I faced many myself untill i got a solution. And here it is, you don't need to use frames in your script. Just remove the frame from code as well as Object Repository.
e.g. use
Hope this solves your problem (atleast it did mine)
Regards,
Parminder
Frames create a lot of problem in object identification. I faced many myself untill i got a solution. And here it is, you don't need to use frames in your script. Just remove the frame from code as well as Object Repository.
e.g. use
Code:
Browser("Works Information Management").Page("Works Information Management").Image(oDesc).Click
Hope this solves your problem (atleast it did mine)
Regards,
Parminder