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

Packages that use ResultType
org.openqa.selenium.remote.server   
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
 

Methods in org.openqa.selenium.remote.server with parameters of type ResultType
 void JsonHttpRemoteConfig.addGlobalHandler(ResultType type, Result result)
           
 

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

Methods in org.openqa.selenium.remote.server.handler that return ResultType
 ResultType UploadFile.call()
           
 ResultType SwitchToWindow.call()
           
 ResultType SwitchToFrame.call()
           
 ResultType SubmitElement.call()
           
 ResultType SetWindowSize.call()
           
 ResultType SetWindowPosition.call()
           
 ResultType SetScriptTimeout.call()
           
 ResultType SetAlertText.call()
           
 ResultType SendKeys.call()
           
 ResultType Rotate.call()
           
 ResultType RefreshPage.call()
           
 ResultType MaximizeWindow.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 GetWindowSize.call()
           
 ResultType GetWindowPosition.call()
           
 ResultType GetTitle.call()
           
 ResultType GetTagName.call()
           
 ResultType GetSessionCapabilities.call()
           
 ResultType GetScreenOrientation.call()
           
 ResultType GetPageSource.call()
           
 ResultType GetLogHandler.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 GetAvailableLogTypesHandler.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 ConfigureTimeout.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 GetSessionLogsHandler.handle()
           
 ResultType GetAllSessions.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 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 SendKeyToActiveElement.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.handler.interactions.touch
 

Methods in org.openqa.selenium.remote.server.handler.interactions.touch that return ResultType
 ResultType Up.call()
           
 ResultType SingleTapOnElement.call()
           
 ResultType Scroll.call()
           
 ResultType Move.call()
           
 ResultType LongPressOnElement.call()
           
 ResultType Flick.call()
           
 ResultType Down.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(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, String mimeType)
           
 ResultConfig ResultConfig.on(ResultType type, Result result)
          Configures how this instance will handle specific types of results.
 



Copyright © 2013. All rights reserved.