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?