I am scripting my application using UFT 12.01.
The issue is I am not able to select a link on the java tree. when I spy it highlights the complete Java dialog box and not any links on the tree.
If I try recording it records using index as select ("0";"0"), but I should get the text to click which currently I am not able to get. Please help me solve this.
Sample line of recording
Browser("XXX").Page("YYY").Frame("contentPane").ActiveX("Java Plug-in 1.6.0_44").JavaApplet("ScheduleEditorViewApplet").JavaDialog("Select Location").JavaTree("*").Select "0;0;1"