Uses of Interface
org.openqa.selenium.remote.server.Session
-
-
Uses of Session in org.openqa.selenium.remote.server
Methods in org.openqa.selenium.remote.server that return Session Modifier and Type Method Description Session
DriverSessions. get(org.openqa.selenium.remote.SessionId sessionId)
-
Uses of Session in org.openqa.selenium.remote.server.handler
Methods in org.openqa.selenium.remote.server.handler that return Session Modifier and Type Method Description protected Session
WebDriverHandler. getSession()
-
Uses of Session in org.openqa.selenium.remote.server.handler.html5
Constructors in org.openqa.selenium.remote.server.handler.html5 with parameters of type Session Constructor Description ClearLocalStorage(Session session)
ClearSessionStorage(Session session)
GetAppCacheStatus(Session session)
GetLocalStorageItem(Session session)
GetLocalStorageKeys(Session session)
GetLocalStorageSize(Session session)
GetLocationContext(Session session)
GetSessionStorageItem(Session session)
GetSessionStorageKeys(Session session)
GetSessionStorageSize(Session session)
RemoveLocalStorageItem(Session session)
RemoveSessionStorageItem(Session session)
SetLocalStorageItem(Session session)
SetLocationContext(Session session)
SetSessionStorageItem(Session session)
-
Uses of Session in org.openqa.selenium.remote.server.handler.interactions
Constructors in org.openqa.selenium.remote.server.handler.interactions with parameters of type Session Constructor Description ClickInSession(Session session)
DoubleClickInSession(Session session)
MouseDown(Session session)
MouseMoveToLocation(Session session)
MouseUp(Session session)
SendKeyToActiveElement(Session session)
-
Uses of Session in org.openqa.selenium.remote.server.handler.interactions.touch
Constructors in org.openqa.selenium.remote.server.handler.interactions.touch with parameters of type Session Constructor Description DoubleTapOnElement(Session session)
Down(Session session)
Flick(Session session)
LongPressOnElement(Session session)
Move(Session session)
Scroll(Session session)
SingleTapOnElement(Session session)
Up(Session session)
-
Uses of Session in org.openqa.selenium.remote.server.handler.mobile
Constructors in org.openqa.selenium.remote.server.handler.mobile with parameters of type Session Constructor Description GetNetworkConnection(Session session)
SetNetworkConnection(Session session)
-