java - Is there any way to setup grid nodes from the hub node remotely? -


i have 1 hub , 4 nodes having different os , browsers. can set manually going these 4 nodes , run selenium node registration commands.

what want should able node configuration hub remotely , don't have go nodes.

is possible selenium grid?

without other script or tool not possible. big stone block register remote node hub server each remote node need use port self when register hub, means register command have run remote node.

even can specify node ip , port , execute register command on hub server, hub server can't communicate node, because specified port never run register process (hub server can't setup connection chanel on port on remote node).

you can try write script on hub server, when script running, copy nodeconfig.json remote node , execute register command on remote node. think feasible tools help.

if hub server , node machines linux os, it's easy archive that, i'm not linux shell expert, know can implemet.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -