Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/async
/
.
/
javascript
/
grid-ui
/
src
/
graphql
/
nodes.gql
blob: f406d2f42a9ad12668c76dade0ef1710c3c21fe1 [
file
] [
log
] [
blame
] [
edit
]
query
GetNodes
{
nodesInfo
{
nodes
{
id
uri
status
maxSession
slotCount
stereotypes
version
sessionCount
osInfo
{
version
name
arch
}
}
}
}