4 messages in com.canoo.lists.webtestRe: [Webtest] Returning href using XPath
FromSent OnAttachments
Tim Miller26 Oct 2005 13:01 
Lothar Märkle26 Oct 2005 23:33 
Maxim Annyuk27 Oct 2005 01:24 
Tim Miller27 Oct 2005 11:28 
Subject:Re: [Webtest] Returning href using XPath
From:Maxim Annyuk (list@mail.ru)
Date:10/27/2005 01:24:51 AM
List:com.canoo.lists.webtest

Hi Tim,

TM> The id is unique on the page but is contained in some text inside TM> a series of nested tables.

It's not clear why do you need the row index than.

If the xpath in your example finds correct <tr> row than something like this should click on the preceding link:

<clickElement xpath="//tr[contains(normalize-space(td[2]),'05103758918090139')]/td[1]/a"/>