04-07-2011, 10:41 PM
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.
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.