On Fri, 21 Jan 2011 17:50:30 -0200, Mark <mark-li...@xeric.net> wrote:

However, I'm running into a problem with Selenium testing because the
fields get ids like: firstName_12da594667a
and of course it is different each time. This is causing problems
because I can't test it with Selenium.

You can still do that. Just use XPath and the name or class attributes instead of the id.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to