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.handler.interactions.touch   
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 DeleteCookie.call()
           
 ResultType FindChildElement.call()
           
 ResultType ClickElement.call()
           
 ResultType GetElementSize.call()
           
 ResultType DeleteSession.call()
           
 ResultType SetScriptTimeout.call()
           
 ResultType GetElementLocationInView.call()
           
 ResultType ImeActivateEngine.call()
           
 ResultType GetScreenOrientation.call()
           
 ResultType SwitchToWindow.call()
           
 ResultType RefreshPage.call()
           
 ResultType GetElementText.call()
           
 ResultType ClearElement.call()
           
 ResultType FindElements.call()
           
 ResultType DismissAlert.call()
           
 ResultType ElementEquality.call()
           
 ResultType ImeDeactivate.call()
           
 ResultType CloseWindow.call()
           
 ResultType GetElementEnabled.call()
           
 ResultType ChangeUrl.call()
           
 ResultType FindElement.call()
           
 ResultType GetTitle.call()
           
 ResultType GetSessionCapabilities.call()
           
 ResultType GetElementAttribute.call()
           
 ResultType ImeIsActivated.call()
           
 ResultType AcceptAlert.call()
           
 ResultType SendKeys.call()
           
 ResultType GetAllWindowHandles.call()
           
 ResultType SubmitElement.call()
           
 ResultType GetCurrentWindowHandle.call()
           
 ResultType FindChildElements.call()
           
 ResultType GetCssProperty.call()
           
 ResultType ImeGetActiveEngine.call()
           
 ResultType GetAlertText.call()
           
 ResultType DeleteNamedCookie.call()
           
 ResultType ImplicitlyWait.call()
           
 ResultType ExecuteScript.call()
           
 ResultType GetCurrentUrl.call()
           
 ResultType GetAllCookies.call()
           
 ResultType CaptureScreenshot.call()
           
 ResultType ImeGetAvailableEngines.call()
           
 ResultType GoForward.call()
           
 ResultType GetElementValue.call()
           
 ResultType GetTagName.call()
           
 ResultType GetElementDisplayed.call()
           
 ResultType SetAlertText.call()
           
 ResultType ExecuteAsyncScript.call()
           
 ResultType GetElementSelected.call()
           
 ResultType GetPageSource.call()
           
 ResultType DescribeElement.call()
           
 ResultType AddCookie.call()
           
 ResultType GoBack.call()
           
 ResultType SwitchToFrame.call()
           
 ResultType GetElementLocation.call()
           
 ResultType FindActiveElement.call()
           
 ResultType Rotate.call()
           
 ResultType AddConfig.handle()
           
 ResultType NewSession.handle()
           
 ResultType WebDriverHandler.handle()
           
 ResultType Status.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 GetAppCacheStatus.call()
           
 ResultType ClearAppCache.call()
           
 ResultType SetSessionStorageItem.call()
           
 ResultType GetLocationContext.call()
           
 ResultType GetLocalStorageKeys.call()
           
 ResultType GetSessionStorageItem.call()
           
 ResultType GetSessionStorageSize.call()
           
 ResultType SetLocationContext.call()
           
 ResultType SetLocalStorageItem.call()
           
 ResultType GetAppCache.call()
           
 ResultType ClearSessionStorage.call()
           
 ResultType RemoveSessionStorageItem.call()
           
 ResultType IsBrowserOnline.call()
           
 ResultType GetLocalStorageSize.call()
           
 ResultType ClearLocalStorage.call()
           
 ResultType GetLocalStorageItem.call()
           
 ResultType SetBrowserConnection.call()
           
 ResultType GetSessionStorageKeys.call()
           
 ResultType RemoveLocalStorageItem.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 MouseMoveToLocation.call()
           
 ResultType DoubleClickInSession.call()
           
 ResultType SendModifierKey.call()
           
 ResultType ClickInSession.call()
           
 ResultType MouseDown.call()
           
 ResultType MouseUp.call()
           
 

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

Methods in org.openqa.selenium.remote.server.handler.interactions.touch that return ResultType
 ResultType Move.call()
           
 ResultType Down.call()
           
 ResultType Scroll.call()
           
 ResultType SingleTapOnElement.call()
           
 ResultType DoubleTapOnElement.call()
           
 ResultType Up.call()
           
 ResultType Flick.call()
           
 ResultType LongPressOnElement.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(java.lang.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, java.lang.String mimeType)
           
 



Copyright © 2011. All Rights Reserved.