Web Table Descriptive Language - 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: Web Table Descriptive Language (/Thread-Web-Table-Descriptive-Language) |
Web Table Descriptive Language - karraaruna - 07-03-2013 Hi, In my application I have a web table with 2 rows, but in the first row again subdivided into multiple rows where each link open another window to enter the related data. but I tried all methods of web table but always showing only one value like for eg in my web table i have first row with 3 different rows 1) administration Manage Users 2) Application Manage Appllicaiton 3) Data Manage Data if i click on manage users it should go to the respective screen and second again to respect manage application. This sub links all are in one single row with web elements. they are not the links. how can i achieve this i tried all methods of web tables but no luck. please advise. it is urgent. Thanks very much in advance. RE: Web Table Descriptive Language - basanth27 - 07-03-2013 Does looking for webelement as a childobject of Webtable help? RE: Web Table Descriptive Language - Sathiya - 07-03-2013 Will you please share the screen shots with object spy RE: Web Table Descriptive Language - karraaruna - 07-04-2013 Hi thanks for the responses. Please find the screenshot attached.the rounded objects are the links to navigate to next page. I tried send keys down to move arrow to highlight the next row but no luck as the application is only accepting mouse click to highlight the next row but not the key strokes. please advise. thanks very much in advance. |