public static class NodeStatus.Active
extends java.lang.Object
| Constructor and Description |
|---|
Active(org.openqa.selenium.Capabilities stereotype,
org.openqa.selenium.remote.SessionId id,
org.openqa.selenium.Capabilities currentCapabilities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.openqa.selenium.Capabilities |
getCurrentCapabilities() |
org.openqa.selenium.remote.SessionId |
getSessionId() |
org.openqa.selenium.Capabilities |
getStereotype() |
int |
hashCode() |
public Active(org.openqa.selenium.Capabilities stereotype,
org.openqa.selenium.remote.SessionId id,
org.openqa.selenium.Capabilities currentCapabilities)
public org.openqa.selenium.Capabilities getStereotype()
public org.openqa.selenium.remote.SessionId getSessionId()
public org.openqa.selenium.Capabilities getCurrentCapabilities()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object