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 NodeStatusNodeStatus. 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 NodeStatusNode. 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 NodeStatusLocalNode. 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 NodeStatusRemoteNode. getStatus()
-