Uses of Class
org.openqa.selenium.remote.server.rest.ResultType

Packages that use ResultType
org.openqa.selenium.remote.server.handler   
org.openqa.selenium.remote.server.handler.html5   
org.openqa.selenium.remote.server.handler.interactions   
org.openqa.selenium.remote.server.rest   
 

Uses of ResultType in org.openqa.selenium.remote.server.handler
 

Methods in org.openqa.selenium.remote.server.handler that return ResultType
 ResultType DeleteSession.call()
           
 ResultType ImplicitlyWait.call()
           
 ResultType Rotate.call()
           
 ResultType ChangeUrl.call()
           
 ResultType SwitchToFrame.call()
           
 ResultType GoBack.call()
           
 ResultType RefreshPage.call()
           
 ResultType GoForward.call()
           
 ResultType SetScriptTimeout.call()
           
 ResultType AcceptAlert.call()
           
 ResultType DeleteNamedCookie.call()
           
 ResultType ClearElement.call()
           
 ResultType CloseWindow.call()
           
 ResultType SwitchToWindow.call()
           
 ResultType SetAlertText.call()
           
 ResultType DismissAlert.call()
           
 ResultType AddCookie.call()
           
 ResultType GetPageSource.call()
           
 ResultType GetElementLocationInView.call()
           
 ResultType ExecuteScript.call()
           
 ResultType GetElementText.call()
           
 ResultType GetTitle.call()
           
 ResultType CaptureScreenshot.call()
           
 ResultType ClickElement.call()
           
 ResultType GetElementLocation.call()
           
 ResultType GetCurrentWindowHandle.call()
           
 ResultType ImeGetActiveEngine.call()
           
 ResultType FindActiveElement.call()
           
 ResultType GetElementValue.call()
           
 ResultType GetElementSize.call()
           
 ResultType GetElementEnabled.call()
           
 ResultType ImeGetAvailableEngines.call()
           
 ResultType DeleteCookie.call()
           
 ResultType DescribeElement.call()
           
 ResultType GetCssProperty.call()
           
 ResultType ImeIsActivated.call()
           
 ResultType FindChildElements.call()
           
 ResultType GetAllCookies.call()
           
 ResultType ImeActivateEngine.call()
           
 ResultType GetAllWindowHandles.call()
           
 ResultType ElementEquality.call()
           
 ResultType FindChildElement.call()
           
 ResultType FindElements.call()
           
 ResultType GetElementSelected.call()
           
 ResultType FindElement.call()
           
 ResultType GetAlertText.call()
           
 ResultType ImeDeactivate.call()
           
 ResultType GetScreenOrientation.call()
           
 ResultType GetElementDisplayed.call()
           
 ResultType GetSessionCapabilities.call()
           
 ResultType SendKeys.call()
           
 ResultType ExecuteAsyncScript.call()
           
 ResultType GetTagName.call()
           
 ResultType GetElementAttribute.call()
           
 ResultType SubmitElement.call()
           
 ResultType GetCurrentUrl.call()
           
 ResultType WebDriverHandler.handle()
           
 ResultType Status.handle()
           
 ResultType AddConfig.handle()
           
 ResultType NewSession.handle()
           
 

Uses of ResultType in org.openqa.selenium.remote.server.handler.html5
 

Methods in org.openqa.selenium.remote.server.handler.html5 that return ResultType
 ResultType ClearSessionStorage.call()
           
 ResultType SetBrowserConnection.call()
           
 ResultType SetSessionStorageItem.call()
           
 ResultType RemoveLocalStorageItem.call()
           
 ResultType ClearLocalStorage.call()
           
 ResultType SetLocalStorageItem.call()
           
 ResultType RemoveSessionStorageItem.call()
           
 ResultType SetLocationContext.call()
           
 ResultType GetLocalStorageItem.call()
           
 ResultType GetAppCacheStatus.call()
           
 ResultType GetAppCache.call()
           
 ResultType GetSessionStorageKeys.call()
           
 ResultType GetLocalStorageKeys.call()
           
 ResultType IsBrowserOnline.call()
           
 ResultType GetSessionStorageSize.call()
           
 ResultType GetSessionStorageItem.call()
           
 ResultType GetLocalStorageSize.call()
           
 ResultType GetLocationContext.call()
           
 ResultType ExecuteSQL.call()
           
 

Uses of ResultType in org.openqa.selenium.remote.server.handler.interactions
 

Methods in org.openqa.selenium.remote.server.handler.interactions that return ResultType
 ResultType ClickInSession.call()
           
 ResultType DoubleClickInSession.call()
           
 ResultType MouseDown.call()
           
 ResultType MouseMoveToLocation.call()
           
 ResultType MouseUp.call()
           
 ResultType SendModifierKey.call()
           
 

Uses of ResultType in org.openqa.selenium.remote.server.rest
 

Methods in org.openqa.selenium.remote.server.rest that return ResultType
 ResultType Handler.handle()
           
static ResultType ResultType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultType[] ResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openqa.selenium.remote.server.rest with parameters of type ResultType
 void UrlMapper.addGlobalHandler(ResultType type, Renderer renderer)
           
 ResultConfig ResultConfig.on(ResultType success, Renderer renderer)
           
 ResultConfig ResultConfig.on(ResultType success, Renderer renderer, String mimeType)
           
 



Copyright © 2011. All Rights Reserved.