Re: How to get index property of a link (GetTOProperty("index") is not working

2017-01-04 Thread sarahmear9
Yes this will work, but this does not answer my question, how do I know the index of the link? Some of the links have 3 to 4 duplicates. Thanks On Tuesday, January 3, 2017 at 2:34:17 AM UTC-5, Ravikiran wrote: > Please try append with index:=0 in the link > Browser("title:=",

Re: How to get index property of a link (GetTOProperty("index") is not working

2017-01-02 Thread Ravi kiran
Please try append with index:=0 in the link Browser("title:=", "name:=").Page(" title:=").link("name:="& LinkName,"index:=0").click On Sat, Dec 31, 2016 at 1:23 AM, wrote: > Hi, > > > I'm working on a website which has duplicate link names. When I run the >

How to get index property of a link (GetTOProperty("index") is not working

2016-12-30 Thread sarahmear9
Hi, I'm working on a website which has duplicate link names. When I run the following code, the script fails when it reach the duplicate link.(indicating there is more than one name for this link). How can I handle this situation? I'm guessing I should use index because that's unique