Uses of Class
org.openqa.selenium.grid.graphql.OsInfo
-
Packages that use OsInfo Package Description org.openqa.selenium.grid.graphql -
-
Uses of OsInfo in org.openqa.selenium.grid.graphql
Methods in org.openqa.selenium.grid.graphql that return OsInfo Modifier and Type Method Description OsInfo
Node. getOsInfo()
Constructors in org.openqa.selenium.grid.graphql with parameters of type OsInfo Constructor Description Node(NodeId id, java.net.URI uri, Availability status, int maxSession, int slotCount, java.util.Map<org.openqa.selenium.Capabilities,java.lang.Integer> stereotypes, java.util.Map<Session,Slot> activeSessions, java.lang.String version, OsInfo osInfo)
-