Interface RestishHandler<T>
-
- All Known Implementing Classes:
AcceptAlert
,AddCookie
,CaptureScreenshot
,ChangeUrl
,ClearElement
,ClearLocalStorage
,ClearSessionStorage
,ClickElement
,ClickInSession
,CloseWindow
,ConfigureTimeout
,DeleteCookie
,DeleteNamedCookie
,DeleteSession
,DescribeElement
,DismissAlert
,DoubleClickInSession
,DoubleTapOnElement
,Down
,ElementEquality
,ExecuteAsyncScript
,ExecuteScript
,FindActiveElement
,FindChildElement
,FindChildElements
,FindElement
,FindElements
,Flick
,FullscreenWindow
,GetAlertText
,GetAllCookies
,GetAllSessions
,GetAllWindowHandles
,GetAppCacheStatus
,GetAvailableLogTypesHandler
,GetCookie
,GetCssProperty
,GetCurrentUrl
,GetCurrentWindowHandle
,GetElementAttribute
,GetElementDisplayed
,GetElementEnabled
,GetElementLocation
,GetElementLocationInView
,GetElementRect
,GetElementSelected
,GetElementSize
,GetElementText
,GetLocalStorageItem
,GetLocalStorageKeys
,GetLocalStorageSize
,GetLocationContext
,GetLogHandler
,GetNetworkConnection
,GetPageSource
,GetScreenOrientation
,GetSessionCapabilities
,GetSessionLogsHandler
,GetSessionStorageItem
,GetSessionStorageKeys
,GetSessionStorageSize
,GetTagName
,GetTitle
,GetWindowPosition
,GetWindowSize
,GoBack
,GoForward
,ImeActivateEngine
,ImeDeactivate
,ImeGetActiveEngine
,ImeGetAvailableEngines
,ImeIsActivated
,ImplicitlyWait
,LongPressOnElement
,MaximizeWindow
,MouseDown
,MouseMoveToLocation
,MouseUp
,Move
,RefreshPage
,RemoveLocalStorageItem
,RemoveSessionStorageItem
,Rotate
,Scroll
,SendKeys
,SendKeyToActiveElement
,SetAlertText
,SetLocalStorageItem
,SetLocationContext
,SetNetworkConnection
,SetScriptTimeout
,SetSessionStorageItem
,SetWindowPosition
,SetWindowSize
,SingleTapOnElement
,Status
,SubmitElement
,SwitchToFrame
,SwitchToParentFrame
,SwitchToWindow
,Up
,UploadFile
,W3CActions
,WebDriverHandler
,WebElementHandler
public interface RestishHandler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description T
handle()
default void
setJsonParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters)
-
-
-
Method Detail
-
handle
T handle() throws java.lang.Exception
- Throws:
java.lang.Exception
-
setJsonParameters
default void setJsonParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-