Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created October 8, 2020 08:40
Show Gist options
  • Save seleniumgists/a7831aff6066804cd560205e1197af28 to your computer and use it in GitHub Desktop.
Save seleniumgists/a7831aff6066804cd560205e1197af28 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
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