Click on Link of a Java 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: Click on Link of a Java Table (/Thread-Click-on-Link-of-a-Java-Table) |
Click on Link of a Java Table - guin.anirban - 04-07-2011 I need to click on a cell having a link from a Java Table. Below is the list i tried but didn't get any solution: 1. Tried with QTP methods (Like, ClickCell, ActivateRow, SelectRow etc.) 2. DOM will not work as Source code is coming as empty. 3. ChildItem will not work as it's a JavaTable. 4. ChildObjects count is returning Zero even though activating that particular cell. QTP Version Used: 10.0 OS: Windows XP If i will record that click event then QTP is showing the used method as "SelectRow". For your information the table hierarchy is as below: Browser().Page().JavaApplet().JavaTable() Please help me if you have solution as i got lots of help from this forums earlier. RE: Click on Link of a Java Table - guin.anirban - 04-13-2011 Expecting reply on this. Ankur can you help me on this? RE: Click on Link of a Java Table - Jay - 04-13-2011 try with ActiveCell row, column ple let me know if it works RE: Click on Link of a Java Table - guin.anirban - 04-17-2011 Hi Jay, Thanks for your reply. But that also not working. As i already mentioned that QTP methods are not enough to solve the issue. |