Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a problem about selenium grid. I using selenium grid hub and RCs on Centos, it is not working for me.

There are 2 machines (1 machines for start hub and 1 machine for start node) and I want to control everything from hub to run test case at node. So I really try to do that but I can't.

Now I can just run the test case from node to hub.

Command used:

start hub : java -jar selenium-server-standalone-2.24.2.jar -role hub
start node : java -jar selenium-server-standalone-2.24.2.jar -role node -hub http://127.168.1.13:4444/grid/register

How to fix this problem?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.