org.openqa.selenium.remote.server.handler
Class GetSessionCapabilities

java.lang.Object
  extended by org.openqa.selenium.remote.server.handler.WebDriverHandler
      extended by org.openqa.selenium.remote.server.handler.ResponseAwareWebDriverHandler
          extended by org.openqa.selenium.remote.server.handler.GetSessionCapabilities
All Implemented Interfaces:
java.util.concurrent.Callable<ResultType>, RestishHandler

public class GetSessionCapabilities
extends ResponseAwareWebDriverHandler


Field Summary
 
Fields inherited from class org.openqa.selenium.remote.server.handler.ResponseAwareWebDriverHandler
response
 
Constructor Summary
GetSessionCapabilities(Session session)
           
 
Method Summary
 ResultType call()
           
protected  java.util.Map<java.lang.String,java.lang.Object> describeSession(java.util.Map<java.lang.String,java.lang.Object> capabilities)
           
 
Methods inherited from class org.openqa.selenium.remote.server.handler.ResponseAwareWebDriverHandler
getResponse
 
Methods inherited from class org.openqa.selenium.remote.server.handler.WebDriverHandler
execute, getDriver, getKnownElements, getRealSessionId, getScreenshot, getSession, getSessionId, getUnwrappedDriver, handle, newBySelector, newResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSessionCapabilities

public GetSessionCapabilities(Session session)
Method Detail

call

public ResultType call()

describeSession

protected java.util.Map<java.lang.String,java.lang.Object> describeSession(java.util.Map<java.lang.String,java.lang.Object> capabilities)


Copyright © 2012. All Rights Reserved.