public class HubJsonConfiguration extends GridJsonConfiguration
Modifier and Type | Method and Description |
---|---|
CapabilityMatcher |
getCapabilityMatcher()
Capability matcher to use.
|
java.lang.Integer |
getCleanUpCycle()
Clean up cycle for remote proxies.
|
java.lang.Integer |
getNewSessionWaitTimeout()
Timeout for new session requests.
|
Prioritizer |
getPrioritizer()
Prioritizer for new honoring session requests based on some priority.
|
java.lang.String |
getRegistry() |
java.lang.Boolean |
getThrowOnCapabilityNotPresent()
Whether to throw an Exception when there are no capabilities available that match the request.
|
static HubJsonConfiguration |
loadFromJson(org.openqa.selenium.json.JsonInput source) |
static HubJsonConfiguration |
loadFromResourceOrFile(java.lang.String source) |
getCustom, getServlets, getWithoutServlets
getBrowserTimeout, getDebug, getHost, getJettyMaxThreads, getLog, getPort, getRole, getTimeout
public static HubJsonConfiguration loadFromJson(org.openqa.selenium.json.JsonInput source)
public static HubJsonConfiguration loadFromResourceOrFile(java.lang.String source)
public CapabilityMatcher getCapabilityMatcher()
DefaultCapabilityMatcher
public java.lang.Integer getNewSessionWaitTimeout()
public Prioritizer getPrioritizer()
null
.public java.lang.Boolean getThrowOnCapabilityNotPresent()
true
.public java.lang.String getRegistry()
public java.lang.Integer getCleanUpCycle()