You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: