Uses of Class
org.openqa.selenium.grid.data.NodeStatus.Active
-
Packages that use NodeStatus.Active Package Description org.openqa.selenium.grid.data -
-
Uses of NodeStatus.Active in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return types with arguments of type NodeStatus.Active Modifier and Type Method Description java.util.Set<NodeStatus.Active>
NodeStatus. getCurrentSessions()
Constructor parameters in org.openqa.selenium.grid.data with type arguments of type NodeStatus.Active Constructor Description NodeStatus(java.util.UUID nodeId, java.net.URI externalUri, int maxSessionCount, java.util.Map<org.openqa.selenium.Capabilities,java.lang.Integer> stereotypes, java.util.Collection<NodeStatus.Active> snapshot)
-