03-19-2014, 06:53 PM
Hello,
I have a similar issue except that OR recognizes the webelement inside a frame. So the code looks something like that
I added the code that you suggested above but QTP gives error saying it has recognized more than one object with same properties. It tried giving indexnumbers and html tag but it did not work. The problem is that it has two webelements with the same name.
Any help would be appreciated.
Thanks
I have a similar issue except that OR recognizes the webelement inside a frame. So the code looks something like that
Code:
Browser(xyz).page(abc).frame(pqr).webelement("webelement").click
I added the code that you suggested above but QTP gives error saying it has recognized more than one object with same properties. It tried giving indexnumbers and html tag but it did not work. The problem is that it has two webelements with the same name.
Any help would be appreciated.
Thanks