public class RemoteSessionStorage
extends java.lang.Object
implements org.openqa.selenium.html5.SessionStorage
Modifier and Type | Field and Description |
---|---|
private ExecuteMethod |
executeMethod |
Constructor and Description |
---|
RemoteSessionStorage(ExecuteMethod executeMethod) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.lang.String |
getItem(java.lang.String key) |
java.util.Set<java.lang.String> |
keySet() |
java.lang.String |
removeItem(java.lang.String key) |
void |
setItem(java.lang.String key,
java.lang.String value) |
int |
size() |
private final ExecuteMethod executeMethod
public RemoteSessionStorage(ExecuteMethod executeMethod)
public java.lang.String getItem(java.lang.String key)
getItem
in interface org.openqa.selenium.html5.SessionStorage
public java.util.Set<java.lang.String> keySet()
keySet
in interface org.openqa.selenium.html5.SessionStorage
public void setItem(java.lang.String key, java.lang.String value)
setItem
in interface org.openqa.selenium.html5.SessionStorage
public java.lang.String removeItem(java.lang.String key)
removeItem
in interface org.openqa.selenium.html5.SessionStorage
public void clear()
clear
in interface org.openqa.selenium.html5.SessionStorage
public int size()
size
in interface org.openqa.selenium.html5.SessionStorage