org.openqa.selenium.remote.server.handler
Class ResponseAwareWebDriverHandler
java.lang.Object
org.openqa.selenium.remote.server.handler.WebDriverHandler
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
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 |
response
protected final org.openqa.selenium.remote.Response response
ResponseAwareWebDriverHandler
public ResponseAwareWebDriverHandler(Session session)
getResponse
public org.openqa.selenium.remote.Response getResponse()
Copyright © 2012. All Rights Reserved.