Uses of Class
org.openqa.selenium.grid.data.NodeStatus
-
Packages that use NodeStatus Package Description org.openqa.selenium.grid.data org.openqa.selenium.grid.node org.openqa.selenium.grid.node.local org.openqa.selenium.grid.node.remote -
-
Uses of NodeStatus in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return NodeStatus Modifier and Type Method Description static NodeStatus
NodeStatus. fromJson(java.util.Map<java.lang.String,java.lang.Object> raw)
Constructors in org.openqa.selenium.grid.data with parameters of type NodeStatus Constructor Description NodeStatusEvent(NodeStatus status)
-
Uses of NodeStatus in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return NodeStatus Modifier and Type Method Description abstract NodeStatus
Node. getStatus()
-
Uses of NodeStatus in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local that return NodeStatus Modifier and Type Method Description NodeStatus
LocalNode. getStatus()
-
Uses of NodeStatus in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote that return NodeStatus Modifier and Type Method Description NodeStatus
RemoteNode. getStatus()
-