Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Web Table With No Name
#1
Not Solved
We have an internal web application that has a table that displays monetary data and totals.  The columns are fixed with headers, but the row count is dynamic.  The problem is, the vendor that created and maintains the web app does not name the tables so when I try to do


Code:
 rowCount = Browser("<our browser title>").Page("<page title>").WebTable("<??????>").RowCount

I can't because I to not have a name for the webtable.  I am not even sure how to add the table to the Object Repository or if that would even help.

The vendor is NOT going to update their html to include table names.  It's really a miracle the site functions at all.  Please let me know if there is another way to read this dynamic table to verify the contents.

Thank you
Reply
#2
Not Solved
user the spy, I am sure they might have used some html id and class to identify the table.
Thanks,
SUpputuri
Reply
#3
Not Solved
Table should have some other unique property. Please use Spy to find out the unique property and use the same in OR or Descriptive Programming.
Thanks,
SUpputuri
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)