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