Uses of Interface
org.openqa.selenium.remote.server.rest.RestishHandler
-
-
Uses of RestishHandler in org.openqa.selenium.remote.server
Method parameters in org.openqa.selenium.remote.server with type arguments of type RestishHandler Modifier and Type Method Description void
JsonHttpCommandHandler. addNewMapping(java.lang.String commandName, java.util.function.Supplier<RestishHandler<?>> factory)
-
Uses of RestishHandler in org.openqa.selenium.remote.server.handler
-
Uses of RestishHandler in org.openqa.selenium.remote.server.handler.html5
Classes in org.openqa.selenium.remote.server.handler.html5 that implement RestishHandler Modifier and Type Class Description class
ClearLocalStorage
class
ClearSessionStorage
class
GetAppCacheStatus
class
GetLocalStorageItem
class
GetLocalStorageKeys
class
GetLocalStorageSize
class
GetLocationContext
class
GetSessionStorageItem
class
GetSessionStorageKeys
class
GetSessionStorageSize
class
RemoveLocalStorageItem
class
RemoveSessionStorageItem
class
SetLocalStorageItem
class
SetLocationContext
class
SetSessionStorageItem
-
Uses of RestishHandler in org.openqa.selenium.remote.server.handler.interactions
Classes in org.openqa.selenium.remote.server.handler.interactions that implement RestishHandler Modifier and Type Class Description class
ClickInSession
class
DoubleClickInSession
class
MouseDown
class
MouseMoveToLocation
class
MouseUp
class
SendKeyToActiveElement
-
Uses of RestishHandler in org.openqa.selenium.remote.server.handler.interactions.touch
Classes in org.openqa.selenium.remote.server.handler.interactions.touch that implement RestishHandler Modifier and Type Class Description class
DoubleTapOnElement
class
Down
class
Flick
class
LongPressOnElement
class
Move
class
Scroll
class
SingleTapOnElement
class
Up
-
Uses of RestishHandler in org.openqa.selenium.remote.server.handler.mobile
Classes in org.openqa.selenium.remote.server.handler.mobile that implement RestishHandler Modifier and Type Class Description class
GetNetworkConnection
class
SetNetworkConnection
-
Uses of RestishHandler in org.openqa.selenium.remote.server.rest
Constructor parameters in org.openqa.selenium.remote.server.rest with type arguments of type RestishHandler Constructor Description ResultConfig(java.lang.String commandName, java.util.function.Supplier<RestishHandler<?>> factory, DriverSessions sessions, java.util.logging.Logger log)
-