Uses of Interface
org.openqa.selenium.html5.SessionStorage
-
Packages that use SessionStorage Package Description org.openqa.selenium.chromium org.openqa.selenium.firefox org.openqa.selenium.html5 org.openqa.selenium.opera org.openqa.selenium.remote.html5 -
-
Uses of SessionStorage in org.openqa.selenium.chromium
Methods in org.openqa.selenium.chromium that return SessionStorage Modifier and Type Method Description SessionStorage
ChromiumDriver. getSessionStorage()
-
Uses of SessionStorage in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox that return SessionStorage Modifier and Type Method Description SessionStorage
FirefoxDriver. getSessionStorage()
-
Uses of SessionStorage in org.openqa.selenium.html5
Methods in org.openqa.selenium.html5 that return SessionStorage Modifier and Type Method Description SessionStorage
WebStorage. getSessionStorage()
-
Uses of SessionStorage in org.openqa.selenium.opera
Methods in org.openqa.selenium.opera that return SessionStorage Modifier and Type Method Description SessionStorage
OperaDriver. getSessionStorage()
Deprecated. -
Uses of SessionStorage in org.openqa.selenium.remote.html5
Classes in org.openqa.selenium.remote.html5 that implement SessionStorage Modifier and Type Class Description class
RemoteSessionStorage
Executes the commands to access HTML5 sessionStorage on the remote webdriver server.Methods in org.openqa.selenium.remote.html5 that return SessionStorage Modifier and Type Method Description SessionStorage
RemoteWebStorage. getSessionStorage()
-