public class RemoteWebStorage
extends java.lang.Object
implements org.openqa.selenium.html5.WebStorage
WebStorage API.| Constructor and Description |
|---|
RemoteWebStorage(ExecuteMethod executeMethod) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.html5.LocalStorage |
getLocalStorage() |
org.openqa.selenium.html5.SessionStorage |
getSessionStorage() |
public RemoteWebStorage(ExecuteMethod executeMethod)
public org.openqa.selenium.html5.LocalStorage getLocalStorage()
getLocalStorage in interface org.openqa.selenium.html5.WebStoragepublic org.openqa.selenium.html5.SessionStorage getSessionStorage()
getSessionStorage in interface org.openqa.selenium.html5.WebStorage