Thanks Alex, I extended the Selenium class as suggested.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-TestNG-with-selenium-reusable-helper-methods-tp5718524p5718528.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
George,
you should be extending SeleniumTestCase and just using plan
object-oriented principles to manage your code (e.g you could have some
utility clases with utility methods, possibly classes to encapsulate page
specific contents, etc). Trying to put your functional test related code
into ser