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
public class RemoteWebStorage extends java.lang.Object implements org.openqa.selenium.html5.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 org.openqa.selenium.html5.LocalStorage
getLocalStorage()
org.openqa.selenium.html5.SessionStorage
getSessionStorage()
-
-
-
Constructor Detail
-
RemoteWebStorage
public RemoteWebStorage(ExecuteMethod executeMethod)
-
-
Method Detail
-
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
-
-