public class RemoteSessionStorage
extends java.lang.Object
implements org.openqa.selenium.html5.SessionStorage
| 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() |
public RemoteSessionStorage(ExecuteMethod executeMethod)
public java.lang.String getItem(java.lang.String key)
getItem in interface org.openqa.selenium.html5.SessionStoragepublic java.util.Set<java.lang.String> keySet()
keySet in interface org.openqa.selenium.html5.SessionStoragepublic void setItem(java.lang.String key,
java.lang.String value)
setItem in interface org.openqa.selenium.html5.SessionStoragepublic java.lang.String removeItem(java.lang.String key)
removeItem in interface org.openqa.selenium.html5.SessionStoragepublic void clear()
clear in interface org.openqa.selenium.html5.SessionStoragepublic int size()
size in interface org.openqa.selenium.html5.SessionStorage