When using only Selenium server it was possible to run the tests in the single browser window with the setting

-java -jar selenium-server-standalone-2.2.0.jar -singleWindow

When switched to grid 2, -singleWindow parameter is not working anymore.

Help is really appreciated.

link|improve this question

1  
How are you passing the singleWindow parameter to RC node? – A.J Sep 21 '11 at 2:41
feedback

1 Answer

up vote 0 down vote accepted

Made it happen by running the following line:

   java -jar selenium-server-standalone-2.2.0.jar -role webdriver -singleWindow -hub http://192.168.1.149:4444/grid/register -port 5557

Seems like the order of the parameters is important.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.