Hi Peter, > If I use wicket:link around a link, how can I click on it with > WicketTester.clickLink()? It don't have a wicket:id so what would the path > be?
Please try http://wicketpagetest.sourceforge.net which supports testing the links. You can do it like: selenium.click("link=My Page"); ... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
