05-15-2013, 12:54 PM
(This post was last modified: 05-15-2013, 12:58 PM by martinshort.)
Hi
Thanks for the reply.
As I understand it, both forms are acceptable. In fact I started off with your version. It's actually the index value that is the critical bit. I need more than one parameter, so tried
The aim is to parameterise the index id so that I can loop through the table and click all of the cells in a controlled manner. Each time I try, I can't get UFT to recognise the hyperlink object.
Thanks
Sorry Basanth, I responded to Vinod's reply and then realised that you had also responded.
I think your suggestion sounds good except that I don't know how to loop through the child objects. I tried experimenting with a FOR EACH LOOP, but UFT complained about my syntax.
If you could help here, I would be very grateful!
Martin
Thanks for the reply.
As I understand it, both forms are acceptable. In fact I started off with your version. It's actually the index value that is the critical bit. I need more than one parameter, so tried
Code:
Browser("micclass:=Browser").Page("micclass:=Page").Frame("micclass:=Frame").Link("innertext:=Lloyds Submission", "index:=2)
The aim is to parameterise the index id so that I can loop through the table and click all of the cells in a controlled manner. Each time I try, I can't get UFT to recognise the hyperlink object.
Thanks
Sorry Basanth, I responded to Vinod's reply and then realised that you had also responded.
I think your suggestion sounds good except that I don't know how to loop through the child objects. I tried experimenting with a FOR EACH LOOP, but UFT complained about my syntax.
If you could help here, I would be very grateful!
Martin