-
Bug
-
Resolution: Fixed
-
Major
-
None
-
red hat/ java 1.6
When using the selenium hub on a server with more than one interface, selenium hub uses the wrong interface so our tests do not run.
I was able to get selenium hub work by starting it manually specifying the interface to be used.
java -jar selenium-server-standalone-2.25.0.jar -role hub -host 10.101.7.42
Maybe a good solution would be to be able to specify the interface to listen to in jenkins (like it is done for the port).
This issue is blocking us in our deployment of the selenium jenkins.
Thanks for everything.