06-28-2013, 04:27 PM
Hi ,I have a Web Table full of Images(Mobile Apps).
I have to right click on every Image-->View Meta data-->Then get the Updated By Details.
Can some one please help how to do a right click on an Image in Webtable.
And How to loop through a Webtable full of Images.
this gives me the name of Image..but how to right click on this image..
I have to right click on every Image-->View Meta data-->Then get the Updated By Details.
Can some one please help how to do a right click on an Image in Webtable.
And How to loop through a Webtable full of Images.
Code:
data = Browser("name:=Scheduling Week Calendar.*").Page("title:=Scheduling Week Calendar*").WebTable("name:=Previous Week").GetCellData(3,2).
this gives me the name of Image..but how to right click on this image..