Forum Discussion
shrey1686
11 years agoOccasional Contributor
Any one having idea about above question . Getting X,Y coordinates of a Cell at run time..
In QTP you can use "GetCellProperty" method. See Below QTP code:
xCoordinate = XXX.SwfTable("gridTrades").GetCellProperty (1,1,"x")
But In test Complete how to do ??