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

java.lang.Object
  extended by org.openqa.selenium.remote.server.handler.WebDriverHandler
      extended by org.openqa.selenium.remote.server.handler.ResponseAwareWebDriverHandler
All Implemented Interfaces:
Callable<ResultType>, Handler
Direct Known Subclasses:
CaptureScreenshot, ExecuteAsyncScript, ExecuteScript, ExecuteSQL, FindActiveElement, FindElement, FindElements, GetAlertText, GetAllCookies, GetAllWindowHandles, GetAppCache, GetAppCacheStatus, GetCurrentUrl, GetCurrentWindowHandle, GetLocalStorageItem, GetLocalStorageKeys, GetLocalStorageSize, GetLocationContext, GetPageSource, GetScreenOrientation, GetSessionCapabilities, GetSessionStorageItem, GetSessionStorageKeys, GetSessionStorageSize, GetTitle, GetWindowPosition, GetWindowSize, ImeActivateEngine, ImeDeactivate, ImeGetActiveEngine, ImeGetAvailableEngines, ImeIsActivated, IsBrowserOnline, LogHandler, RemoveLocalStorageItem, RemoveSessionStorageItem, UploadFile, WebElementHandler

public abstract class ResponseAwareWebDriverHandler
extends WebDriverHandler


Field Summary
protected  org.openqa.selenium.remote.Response response
           
 
Constructor Summary
ResponseAwareWebDriverHandler(Session session)
           
 
Method Summary
 org.openqa.selenium.remote.Response 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
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Field Detail

response

protected final org.openqa.selenium.remote.Response response
Constructor Detail

ResponseAwareWebDriverHandler

public ResponseAwareWebDriverHandler(Session session)
Method Detail

getResponse

public org.openqa.selenium.remote.Response getResponse()


Copyright © 2012. All Rights Reserved.