I am not getting links under a frame - 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: I am not getting links under a frame (/Thread-I-am-not-getting-links-under-a-frame) |
I am not getting links under a frame - deveshbhatt29 - 05-29-2014 I am not getting links under a frame Ex. 2 frames are avaliable in Web page as like Top and middle. Total 12 Links are avaliable in Top Frame and no Links are available in middle frame. click on 1st link of top frame then 16 links are avaliable on middle frame and again I click on 1st link of middle frame then 2 frame are showing as like middle_Frame and List_Frame. 3 links are available on middle_Frame and 10 links are avaliable on List_frame. While i am running my QTP code then its check all links of top frame and navigate on last link of next frame but i want it to navigate on first link of top frame QTP Code Here: Code: Set Frm_obj = Description.Create RE: I am not getting links under a frame - Ankur - 05-29-2014 Please don't open multiple threads for the same question. Format your code to get better responses here. |