Posts: 516
Threads: 17
Joined: Jul 2009
Reputation:
3
10-05-2010, 07:18 PM
Hi Preetha,
YOu can debug the issue by checking the object property in RunTime. Place a brakepoint @ the step where you want to click on the End of record, then spy the object and cross check the object properties with the OR properties.
Let me know if you need any help.
Thanks,
SUpputuri
Posts: 128
Threads: 9
Joined: Oct 2009
Reputation:
0
10-07-2010, 08:07 PM
It's name only exist in the OR not on the page. You can not use the name property in DP, unless there is a name tag on the object, because it ignores the OR. Try using html id or some other description. That should work.
Posts: 15
Threads: 8
Joined: Apr 2010
Reputation:
0
10-15-2010, 12:34 PM
Hi
For that objet there is no Html id and innertext property. So i used webtable and Image type properties . It showing the same error. It cant able to identify the object. can u plz say me how to solve this problem.
Thanks in advance.
Regards,
Preetha.
Posts: 128
Threads: 9
Joined: Oct 2009
Reputation:
0
10-16-2010, 01:24 AM
You can use any property on the img tag. Try alt or source (if its unique). if it's not unique, you can still use it but you will need an index property as well.
Posts: 99
Threads: 0
Joined: Oct 2010
Reputation:
0
10-19-2010, 11:49 AM
Hi Preetha, Is this issue solved?
Posts: 3
Threads: 0
Joined: Oct 2010
Reputation:
0
10-19-2010, 09:44 PM
I have similar issues many times. Often I have found that while the Object exists in the Repository and I am selecting the correct values for the DP that it still is not working.
I have found that this is most often because I am missing a level, sometimes the record is not capturing deep enough. More specifically, some of my images and fields are not only in the browser and on the page, but also in a frame, inside of a table. In this case -- I am needing to go back and add the frame information and the table information that is listed in the object spy.
Perhaps you are having a similar issue. (This is my main reason for getting this error and similar errors.)
I hope this helps.