To launch in "grid" mode just use the following:
java -jar selenium-server-standalone-2.25.0.jar -role hub -port <port number desired>
On Sunday, December 9, 2012 11:03:00 AM UTC-5, Gilles Vandelle wrote:
Thank you François,
I followed a old tuto that was using selenium-grid. I found that by selenium-grid was coming with old version 1.0.3 of the selenium standalone server. By copying the 2.25.0 in the "vendor" directory it works.
Now I understand that the "grid" feature is included in the server and I'll move to the latest version.
-Gilles