Micro Focus QTP (UFT) Forums

Full Version: Click on Link of a Java Table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Expecting reply on this. Ankur can you help me on this?
try with
ActiveCell row, column



ple let me know if it works
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.