Class and Description |
---|
org.openqa.grid.web.servlet.Grid1HeartbeatServlet |
Field and Description |
---|
org.openqa.grid.internal.utils.configuration.GridNodeConfiguration.configuration |
Method and Description |
---|
org.openqa.grid.web.servlet.RegistrationServlet.considerV2Json(GridNodeConfiguration, JsonObject)
because V3 does not have separate "capabilities": { } object and "id": "value"
in the serialized json representation of the RegistrationRequest. That said V2 nodes do need
to be able to register with a V3 hub.
|
org.openqa.selenium.remote.server.DriverFactory.hasMappingFor(Capabilities)
This method is used in tests only and subject to be removed from the interface
|
org.openqa.grid.common.SeleniumProtocol.isSelenium()
use
SeleniumProtocol#Selenium#equals(Object) |
org.openqa.grid.web.servlet.RegistrationServlet.isV2RegistrationRequestJson(JsonObject)
because V3 does not have separate "capabilities": { } object in the serialized json
representation of the RegistrationRequest. That said V2 nodes do need to be able to register
with a V3 hub.
|
org.openqa.grid.web.servlet.RegistrationServlet.mapV2Configuration(JsonObject)
because V3 node configuration data structure is internally different than V2.
That said V2 nodes do need to be able to register with a V3 hub.
|