How to get the rownumber?
With the method ‘GetrowWithCelltext’, we can get the rownumber.
E.g.,
Rownumber = Browser(“Bro”).Page(“Page”).Webtable(“table”).Getrowwithcelltext(“QTP”)
Msgbox Rownumber
E.g.,
Rownumber = Browser(“Bro”).Page(“Page”).Webtable(“table”).Getrowwithcelltext(“QTP”)
Msgbox Rownumber
Comments
Post a Comment