"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/javascript/grid-ui/src/graphql/grid.gql" (17 Feb 2023, 117 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 query Summary {
    2 	grid {
    3 		uri
    4 		totalSlots
    5 		nodeCount
    6 		maxSession
    7 		sessionCount
    8 		sessionQueueSize
    9 		version
   10 	}
   11 }