Uses of Class
org.openqa.grid.web.servlet.handler.RequestType

Packages that use RequestType
org.openqa.grid.web.servlet.handler   
 

Uses of RequestType in org.openqa.grid.web.servlet.handler
 

Methods in org.openqa.grid.web.servlet.handler that return RequestType
 RequestType LegacySeleniumRequest.extractRequestType()
           
abstract  RequestType SeleniumBasedRequest.extractRequestType()
           
 RequestType WebDriverRequest.extractRequestType()
           
 RequestType SeleniumBasedRequest.getRequestType()
           
static RequestType RequestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.openqa.grid.web.servlet.handler with parameters of type RequestType
SeleniumBasedRequest(javax.servlet.http.HttpServletRequest request, Registry registry, RequestType type, java.util.Map<java.lang.String,java.lang.Object> desiredCapability)
           
 



Copyright © 2012. All Rights Reserved.