我正在尝试使用Selenium Grid 4.2.2我正在在服务器上创建一个集线器并尝试在本地计算机中创建一个节点,但是当我尝试在集线器和节点连接之间建立连接时,我正在得到一个错误发送注册事件一次又一次(本地机器和服务器在同一网络中)
Hub:
Java -Jar Selenium-Server-4.2.2.2.jar Hub
节点:
java -jar selenium-server-4.2.2.jar node -detect-drivers true-publish-events tcp:// {hubip}:4442 -subscribe-events-events tcp:// tcp:// {hubip}:4443
请检查 无法在本地计算机中创建一个节点,我不知道为什么?
即使我 “ https://i.sstatic.net/qlq9k.png” rel =“ nofollow noreferrer”> 
I am trying to use selenium grid 4.2.2 I am creating a hub on the server and trying to create a node in the local machine but when I am trying to make the connection between the hub and node connection I am getting an error sending registration event again and again(local machine and server are in the same network)
hub:
java -jar selenium-server-4.2.2.jar hub
node:
java -jar selenium-server-4.2.2.jar node --detect-drivers true --publish-events tcp://{hubIP}:4442 --subscribe-events tcp://{hubIP}:4443
please check the attachment in that hub is successfully created even though I cannot create a node in the local machine I don't know why??please help me reading to this thank you in advanced(all Brwoser driver present in selenium grid folder )

发布评论