10-15-2010, 02:53 AM
You could try not using Webtables and just get all the ChildObjects of the page.
that should be able to get the image anywhere on the page regardless of surrounding tables/tags.
PS. You can't use the name description. Try html id and tag. Name only exists in the Object repository not in the page code and can not be used with DP, unless it's been specifically added by the developers which doesn't usually happen.
Code:
rowser("browser").Page("page").ChildObjects(bdesc)
that should be able to get the image anywhere on the page regardless of surrounding tables/tags.
PS. You can't use the name description. Try html id and tag. Name only exists in the Object repository not in the page code and can not be used with DP, unless it's been specifically added by the developers which doesn't usually happen.