01-25-2012, 03:05 PM
Hi all,
I have a JavaTree which contains folders and links. I am able to expand and navigate upto folder level, but not able to go for links present under folder.
I tried recording of some link clicks. QTP gives all links as folder name itself.
Ex. Under System Administrator node, I have Add User link. But recorded scripts shows like below for all links under this folder. But items count is giving correctly by total tree.
Code:
So How Can I get the link's object to click?
Attached properties and methods screenshot.
Thanks...
I have a JavaTree which contains folders and links. I am able to expand and navigate upto folder level, but not able to go for links present under folder.
I tried recording of some link clicks. QTP gives all links as folder name itself.
Ex. Under System Administrator node, I have Add User link. But recorded scripts shows like below for all links under this folder. But items count is giving correctly by total tree.
Code:
Code:
JavaWindow("myWindow").JavaTree("myTree").Select "System Administrator;System Administrator"
' But I am expecting like below
JavaWindow("myWindow").JavaTree("myTree").Select "System Administrator;Add User"
So How Can I get the link's object to click?
Attached properties and methods screenshot.
Thanks...