How to find which value is having link and which are all not having in 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: How to find which value is having link and which are all not having in Web table. (/Thread-How-to-find-which-value-is-having-link-and-which-are-all-not-having-in-Web-table) |
How to find which value is having link and which are all not having in Web table. - Sivakumar2186@gmail.com - 10-09-2013 How to find which value is having link and which are all not having in Web table. RE: How to find which value is having link and which are all not having in Web table. - supputuri - 10-11-2013 generally you can use the htmltag to check this. However, having a screenshot of the application which will cover both the cases link and non-link would helpful to provide more inputs from our side. RE: How to find which value is having link and which are all not having in Web table. - Parke - 10-17-2013 Supputuri: I assume you are asking how can you tell determine how may links are in a webtable. I am not certain whose code I modified. Sorry. Code: ''// Find_all_childobjects_of_a_webtable hth, Parke |