|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistrationRequest | |
---|---|
org.openqa.grid.common | |
org.openqa.grid.internal | |
org.openqa.grid.internal.utils | |
org.openqa.grid.selenium.proxy |
Uses of RegistrationRequest in org.openqa.grid.common |
---|
Methods in org.openqa.grid.common that return RegistrationRequest | |
---|---|
static RegistrationRequest |
RegistrationRequest.build(java.lang.String... args)
|
static RegistrationRequest |
RegistrationRequest.getNewInstance(java.lang.String json)
Create an object from a registration request formatted as a json string. |
static RegistrationRequest |
RegistrationRequest.localWebdriverNoCapabilities()
|
Uses of RegistrationRequest in org.openqa.grid.internal |
---|
Methods in org.openqa.grid.internal that return RegistrationRequest | |
---|---|
RegistrationRequest |
RemoteProxy.getOriginalRegistrationRequest()
Returns the request sent from the node to the hub to register the proxy. |
RegistrationRequest |
BaseRemoteProxy.getOriginalRegistrationRequest()
|
Methods in org.openqa.grid.internal with parameters of type RegistrationRequest | ||
---|---|---|
static
|
BaseRemoteProxy.getNewInstance(RegistrationRequest request,
Registry registry)
Takes a registration request and return the RemoteProxy associated to it. |
Constructors in org.openqa.grid.internal with parameters of type RegistrationRequest | |
---|---|
BaseRemoteProxy(RegistrationRequest request,
Registry registry)
Create the proxy from the info sent by the remote. |
Uses of RegistrationRequest in org.openqa.grid.internal.utils |
---|
Constructors in org.openqa.grid.internal.utils with parameters of type RegistrationRequest | |
---|---|
SelfRegisteringRemote(RegistrationRequest config)
|
Uses of RegistrationRequest in org.openqa.grid.selenium.proxy |
---|
Constructors in org.openqa.grid.selenium.proxy with parameters of type RegistrationRequest | |
---|---|
DefaultRemoteProxy(RegistrationRequest request,
Registry registry)
|
|
SeleniumRemoteProxy(RegistrationRequest request,
Registry registry)
Deprecated. |
|
WebDriverRemoteProxy(RegistrationRequest request,
Registry registry)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |