Hi Mark!

Try to change browser *from *firefox to* ****googlechrome* in setUp() method
like this:

public void setUp() throws Exception {
setUp("http://localhost:8080/projectname/";, *"***googlechrome**"*);    // or
try with "*chrome" instead of "*googlechrome"
 }


Take a look at this very useful Firefox plugin, because he can generate a
code of Selenium tests.
http://seleniumhq.org/docs/03_selenium_ide.html#running-test-cases.

Regards,
Aleksandra Mrkić





2010/12/25 Mark <mark-li...@xeric.net>

> Is there an easy way to tell tapestry-test to use Google Chrome instead of
> Firefox?
>
> Mark
>

Reply via email to