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.resource   
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 FindElement.call()
           
 ResultType RefreshPage.call()
           
 ResultType GoForward.call()
           
 ResultType GetElementSelected.call()
           
 ResultType GetCssProperty.call()
           
 ResultType ClickElement.call()
           
 ResultType GetScreenOrientation.call()
           
 ResultType FindChildElements.call()
           
 ResultType GetAllCookies.call()
           
 ResultType ExecuteScript.call()
           
 ResultType CaptureScreenshot.call()
           
 ResultType GetElementAttribute.call()
           
 ResultType ElementEquality.call()
           
 ResultType ChangeUrl.call()
           
 ResultType GetCurrentWindowHandle.call()
           
 ResultType ClearElement.call()
           
 ResultType GetElementLocationInView.call()
           
 ResultType CloseWindow.call()
           
 ResultType DeleteSession.call()
           
 ResultType GoBack.call()
           
 ResultType GetTagName.call()
           
 ResultType MaximizeWindow.call()
           
 ResultType LogHandler.call()
           
 ResultType SubmitElement.call()
           
 ResultType DeleteNamedCookie.call()
           
 ResultType DescribeElement.call()
           
 ResultType ImeDeactivate.call()
           
 ResultType Rotate.call()
           
 ResultType GetElementEnabled.call()
           
 ResultType SwitchToWindow.call()
           
 ResultType GetPageSource.call()
           
 ResultType AddCookie.call()
           
 ResultType DeleteCookie.call()
           
 ResultType GetElementLocation.call()
           
 ResultType GetElementValue.call()
           
 ResultType GetElementDisplayed.call()
           
 ResultType ImeActivateEngine.call()
           
 ResultType SetWindowPosition.call()
           
 ResultType GetTitle.call()
           
 ResultType SwitchToFrame.call()
           
 ResultType GetWindowPosition.call()
           
 ResultType FindActiveElement.call()
           
 ResultType GetElementSize.call()
           
 ResultType GetWindowSize.call()
           
 ResultType GetCurrentUrl.call()
           
 ResultType GetElementText.call()
           
 ResultType GetAlertText.call()
           
 ResultType AcceptAlert.call()
           
 ResultType ImeGetAvailableEngines.call()
           
 ResultType ExecuteAsyncScript.call()
           
 ResultType ImplicitlyWait.call()
           
 ResultType UploadFile.call()
           
 ResultType ImeGetActiveEngine.call()
           
 ResultType GetAllWindowHandles.call()
           
 ResultType DismissAlert.call()
           
 ResultType ImeIsActivated.call()
           
 ResultType FindElements.call()
           
 ResultType SetAlertText.call()
           
 ResultType GetSessionCapabilities.call()
           
 ResultType SetScriptTimeout.call()
           
 ResultType FindChildElement.call()
           
 ResultType SendKeys.call()
           
 ResultType SetWindowSize.call()
           
 ResultType ConfigureTimeout.call()
           
 ResultType NewSession.handle()
           
 ResultType Status.handle()
           
 ResultType WebDriverHandler.handle()
           
 ResultType AddConfig.handle()
           
 ResultType GetAllSessions.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 GetSessionStorageSize.call()
           
 ResultType GetLocalStorageSize.call()
           
 ResultType ExecuteSQL.call()
           
 ResultType SetLocationContext.call()
           
 ResultType RemoveSessionStorageItem.call()
           
 ResultType RemoveLocalStorageItem.call()
           
 ResultType GetSessionStorageItem.call()
           
 ResultType SetSessionStorageItem.call()
           
 ResultType GetSessionStorageKeys.call()
           
 ResultType GetAppCacheStatus.call()
           
 ResultType IsBrowserOnline.call()
           
 ResultType ClearLocalStorage.call()
           
 ResultType GetLocalStorageKeys.call()
           
 ResultType ClearSessionStorage.call()
           
 ResultType GetLocalStorageItem.call()
           
 ResultType GetLocationContext.call()
           
 ResultType SetBrowserConnection.call()
           
 ResultType SetLocalStorageItem.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 ClickInSession.call()
           
 ResultType MouseDown.call()
           
 ResultType MouseUp.call()
           
 ResultType SendKeyToActiveElement.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 Up.call()
           
 ResultType Scroll.call()
           
 ResultType SingleTapOnElement.call()
           
 ResultType LongPressOnElement.call()
           
 ResultType Move.call()
           
 ResultType Down.call()
           
 ResultType Flick.call()
           
 ResultType DoubleTapOnElement.call()
           
 

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

Methods in org.openqa.selenium.remote.server.resource that return ResultType
 ResultType StaticResource.handle()
           
 

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

Methods in org.openqa.selenium.remote.server.rest that return ResultType
 ResultType RestishHandler.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, Result result)
           
 ResultConfig ResultConfig.on(ResultType resultType, Renderer renderer)
          Configures this instance to handle a particular type of result with the given renderer.
 ResultConfig ResultConfig.on(ResultType success, Renderer renderer, java.lang.String mimeType)
           
 ResultConfig ResultConfig.on(ResultType type, Result result)
          Configures how this instance will handle specific types of results.
 



Copyright © 2012. All Rights Reserved.