Ok I fixed the pb. In fact if you look at the selenium-maven-plugin's POM, you'll have this dependency :
<groupId>org.openqa.selenium.server</groupId> <artifactId>selenium-server</artifactId> <version>1.0-beta-1</version> However 1.0-beta-1 version doesn't support Firefox3. So the solution is to replace the version by 1.0-SNAPSHOT. You'll download the latest version which supports Firefox 3. Hope this can help somebody else because I spent quite a lot of time on this issue... Marc. Marc Schneider a écrit : > Jason Dillon a écrit : >> What version of selenium-maven-plugin are you using (its not called >> maven-selenium-plugin)? > > Sorry that's true. > I'm using 1.0-beta-3. > > Marc. > >> There is no official release that supports FF3. >> >> --jason >> >> >> On Aug 27, 2008, at 8:40 PM, Marc Schneider wrote: >> >>> Hello, >>> >>> I'm experiencing a strange pb (because it was working before...). >>> I'm running selenium tests using maven-selenium-plugin and >>> cargo-maven2-plugin. >>> >>> The tests are run with firefox3 : >>> >>> <properties> >>> ... >>> <selenium.browser> >>> *firefox /usr/lib/firefox-3.0.1/firefox >>> </selenium.browser> >>> </properties> >>> >>> The process is hanging and if I look at server.log file, I have this : >>> >>> [org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher] >>> >>> Preparing Firefox profile... >>> >>> (if I replace '*firefox' by '*chrome' there is no change). >>> >>> So I'd like to have a more detailed output (I mean to know why it can't >>> create the profile). >>> >>> I tried to add --Debug=true to the maven command line but it doesn't >>> help. >>> >>> Any idea ? >>> >>> Thanks, >>> Marc. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list, please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email