Micro Focus QTP (UFT) Forums
How to identify invisible rows in a web table - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: How to identify invisible rows in a web table (/Thread-How-to-identify-invisible-rows-in-a-web-table)



How to identify invisible rows in a web table - nandu - 04-02-2009

hi..
web table having many rows...
while using webtable.rowcount it gives only visible rows..
but the table have many rows..
i want to get whole table to my program..
how is it possible..
plz help...


RE: How to identify invisible rows in a web table - Ankur - 04-02-2009

Try using Document Object Model and see if it helps you.


RE: How to identify invisible rows in a web table - nandu - 04-03-2009

Thanks..
DOM concept quite interesting..