|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SeleniumProtocol | |
---|---|
org.openqa.grid.common | |
org.openqa.grid.internal | |
org.openqa.grid.web.servlet.handler |
Uses of SeleniumProtocol in org.openqa.grid.common |
---|
Methods in org.openqa.grid.common that return SeleniumProtocol | |
---|---|
static SeleniumProtocol |
SeleniumProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SeleniumProtocol[] |
SeleniumProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of SeleniumProtocol in org.openqa.grid.internal |
---|
Methods in org.openqa.grid.internal that return SeleniumProtocol | |
---|---|
SeleniumProtocol |
TestSlot.getProtocol()
the type of protocol for the TestSlot.Ideally should always be webdriver, but can also be selenium1 protocol for backward compatibility purposes. |
Constructors in org.openqa.grid.internal with parameters of type SeleniumProtocol | |
---|---|
TestSlot(RemoteProxy proxy,
SeleniumProtocol protocol,
String path,
Map<String,Object> capabilities)
|
Uses of SeleniumProtocol in org.openqa.grid.web.servlet.handler |
---|
Methods in org.openqa.grid.web.servlet.handler that return SeleniumProtocol | |
---|---|
static SeleniumProtocol |
SeleniumBasedRequest.getRequestProtocol(javax.servlet.http.HttpServletRequest request)
check the request and finds out if that's a selenium legacy protocol( RC ) or a webdriver one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |