Thanks for the quick response! Here is a piece of the code I'm trying to test:
<t:grid t:source="userList" row="user" add="modify"> <p:modifycell> <t:actionLink t:id="modifyUserLink" context="user.id"/> </p:modifycell> </t:grid> The code generated by Selenium is something like this: selenium.click("//a[@id='modifyUserLink']/div");selenium.waitForPageToLoad("30000"); But it always fails, giving the error I posted before, that it doesn't find that element. Thanks again! Cheers. Matias. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org