Reputation: 51
Am facing a problem when running my test cases which are written in java (testng) using selenium grid2. This are the steps which i followed
am getting error when i am following this steps.
if i am invoking the node without browser specific am not getting any error.
Can some help me in resolving the issue.
Thanks Raghuram
Upvotes: 0
Views: 274
Reputation: 1978
There are incorrect hub port (444 instead of 4444) and odd "
symbol before -browser. Please, copy and paste the following code to cmd:
java -jar selenium-server-standalone.2.20.0.jar -role node -hub http://localhost:4444/gird/register -browser "browserName=firefox,version=11.0,maxInstance=5"
Upvotes: 0