Setting up Selenium Grid

前端 未结 4 1483
被撕碎了的回忆
被撕碎了的回忆 2021-01-14 15:26

I am setting up Selenium Grid server and I have done successfully on my local machine and I\'m wondering how to give the hostname so if other tester wants to register to the

4条回答
  •  抹茶落季
    2021-01-14 16:28

    Instead of localhost, put your IP : so you should have something like : -hub http://192.168.x.x:4444/grid/register, or whatever your IP is.

提交回复
热议问题