Skip to content

API method to get status for a server? #3

@ThomWilhelm

Description

@ThomWilhelm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions