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