Hello,
I try to test a webapplication where we have a list of links (e.g. User, User Groups, Clients). In the source code this links are hrefs in a table. I tried ClickLink. But then webtest says it isn't a link and "The xpath doesn't select a link but a 'class com.gargoylesoftware.htmlunit.html.UnknownHtmlElement'". Then I tried ClickButton, but here webtest also says it's no button. And ClickElement does nothing. There is no error message but the click will not be performed (I've checked this with verifyText and he is still on the same page as before). Is there a way how I can click this link? Thanks in advance, Stefan

