public class RemoteDistributor extends Distributor
| Modifier and Type | Field and Description |
|---|---|
static org.openqa.selenium.json.Json |
JSON |
| Constructor and Description |
|---|
RemoteDistributor(org.openqa.selenium.remote.tracing.DistributedTracer tracer,
org.openqa.selenium.remote.http.HttpClient.Factory factory,
java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
RemoteDistributor |
add(Node node) |
DistributorStatus |
getStatus() |
CreateSessionResponse |
newSession(org.openqa.selenium.remote.http.HttpRequest request) |
void |
remove(java.util.UUID nodeId) |
execute, testpublic RemoteDistributor(org.openqa.selenium.remote.tracing.DistributedTracer tracer,
org.openqa.selenium.remote.http.HttpClient.Factory factory,
java.net.URL url)
public CreateSessionResponse newSession(org.openqa.selenium.remote.http.HttpRequest request) throws org.openqa.selenium.SessionNotCreatedException
newSession in class Distributororg.openqa.selenium.SessionNotCreatedExceptionpublic RemoteDistributor add(Node node)
add in class Distributorpublic void remove(java.util.UUID nodeId)
remove in class Distributorpublic DistributorStatus getStatus()
getStatus in class Distributor