Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to recognize table row and column
#5
Solved: 10 Years, 9 Months ago
Code:
rCount=Browser().Page().WebTable().RowCount
for i=1 to rCount
    fname=Browser().Page().WebTable().GetCellData(i, 1)
'' Now you have the name stored in fname. Using this run your code to delete the user and iterate..
Next
Reply


Messages In This Thread
How to recognize table row and column - by siwani - 06-10-2011, 08:32 PM
RE: How to recognize table row and column - by verma.vik6 - 04-05-2012, 05:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation UFT doesn't recognize object in SAP at first, but recognize it after i click debug CedricMab 3 6,403 02-06-2017, 07:09 PM
Last Post: nguyen4685
  Searching for and selecting row in Datawindow zsl0009 0 2,673 08-04-2015, 01:02 AM
Last Post: zsl0009
  QTP is not identifying table with column names property but its identifing with index Anuradha B 1 2,847 02-12-2015, 04:00 PM
Last Post: Kirill
  to count the number of used rows in a particular column sujaravi123 3 10,915 06-12-2013, 03:17 PM
Last Post: sujaravi123
  data sheet row count rushil 2 7,414 12-07-2012, 03:10 AM
Last Post: rushil

Forum Jump:


Users browsing this thread: 1 Guest(s)