Package org.openqa.selenium.remote.html5
Class RemoteWebStorage
- java.lang.Object
-
- org.openqa.selenium.remote.html5.RemoteWebStorage
-
- All Implemented Interfaces:
WebStorage
public class RemoteWebStorage extends java.lang.Object implements WebStorage
Provides remote access to theWebStorage
API.
-
-
Constructor Summary
Constructors Constructor Description RemoteWebStorage(ExecuteMethod executeMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalStorage
getLocalStorage()
SessionStorage
getSessionStorage()
-
-
-
Constructor Detail
-
RemoteWebStorage
public RemoteWebStorage(ExecuteMethod executeMethod)
-
-
Method Detail
-
getLocalStorage
public LocalStorage getLocalStorage()
- Specified by:
getLocalStorage
in interfaceWebStorage
-
getSessionStorage
public SessionStorage getSessionStorage()
- Specified by:
getSessionStorage
in interfaceWebStorage
-
-