Package org.openqa.selenium.remote.html5
Class RemoteWebStorage
java.lang.Object
org.openqa.selenium.remote.html5.RemoteWebStorage
- All Implemented Interfaces:
org.openqa.selenium.html5.WebStorage
Provides remote access to the
WebStorage
API.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.html5.LocalStorage
org.openqa.selenium.html5.SessionStorage
-
Constructor Details
-
RemoteWebStorage
-
-
Method Details
-
getLocalStorage
public org.openqa.selenium.html5.LocalStorage getLocalStorage()- Specified by:
getLocalStorage
in interfaceorg.openqa.selenium.html5.WebStorage
-
getSessionStorage
public org.openqa.selenium.html5.SessionStorage getSessionStorage()- Specified by:
getSessionStorage
in interfaceorg.openqa.selenium.html5.WebStorage
-