マシン A に (java -jar selenium-server-standalone-2.32.0.jar -role hub) を使用してハブをセットアップしました。多くのマシンを使用して、ハブへのランダム ポートを持つ複数のノードをセットアップしました。
(
java -jar selenium-server-standalone-2.14.0.jar -role node -hub http:///[hub ip]:4444//grid//register [Random port number])
「
http:///[hub ip]:4444//grid//console"..
How can i get node's IP and port without open page "http:////[hub ip]:4444//grid//console"?.
ノードの IP またはポートを取得するための API サポートはありますか?
ありがとう