Thanks so much for making an effort to document the Selenium API, I'm having such a hard time tracking down a central place this is all documented.
Firstly one useful command I've found is to be able to query the hub to get an overview of total/available browser "slots", as well as the number of new sessions in the queue.
curl -X GET http://localhost:4444/grid/api/hub/ -d '{"configuration":["slotCounts","newSessionRequestCount"]}';
Are you aware of any way I can get this information at a per node level? All I'm trying to figure out is if an individual node is free.
Thanks so much for making an effort to document the Selenium API, I'm having such a hard time tracking down a central place this is all documented.
Firstly one useful command I've found is to be able to query the hub to get an overview of total/available browser "slots", as well as the number of new sessions in the queue.
curl -X GET http://localhost:4444/grid/api/hub/ -d '{"configuration":["slotCounts","newSessionRequestCount"]}';
Are you aware of any way I can get this information at a per node level? All I'm trying to figure out is if an individual node is free.