Created
October 8, 2020 08:40
-
-
Save seleniumgists/a7831aff6066804cd560205e1197af28 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while ! curl -sSL "<http://localhost:4444/wd/hub/status>" | jq '.value.nodes | length == 2' | |
echo 'Waiting for the 2 Nodes to Register to the Hub' | |
echo "Grid is not yet ready" | |
sleep 1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment