org.openqa.selenium.remote.html5
Class RemoteLocalStorage
java.lang.Object
org.openqa.selenium.remote.html5.RemoteLocalStorage
- All Implemented Interfaces:
- LocalStorage
public class RemoteLocalStorage
- extends Object
- implements LocalStorage
Executes the commands to access HTML5 localStorage on the remote webdriver server.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteLocalStorage
public RemoteLocalStorage(ExecuteMethod executeMethod)
getItem
public String getItem(String key)
- Specified by:
getItem
in interface LocalStorage
keySet
public Set<String> keySet()
- Specified by:
keySet
in interface LocalStorage
setItem
public void setItem(String key,
String value)
- Specified by:
setItem
in interface LocalStorage
removeItem
public String removeItem(String key)
- Specified by:
removeItem
in interface LocalStorage
clear
public void clear()
- Specified by:
clear
in interface LocalStorage
size
public int size()
- Specified by:
size
in interface LocalStorage
Copyright © 2013. All Rights Reserved.