09-05-2017, 08:06 PM
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
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
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