Package org.openqa.selenium.remote.html5
Class RemoteLocalStorage
java.lang.Object
org.openqa.selenium.remote.html5.RemoteLocalStorage
- All Implemented Interfaces:
org.openqa.selenium.html5.LocalStorage
,org.openqa.selenium.html5.Storage
Executes the commands to access HTML5 localStorage on the remote webdriver server.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoteLocalStorage
-
-
Method Details
-
getItem
- Specified by:
getItem
in interfaceorg.openqa.selenium.html5.Storage
-
keySet
- Specified by:
keySet
in interfaceorg.openqa.selenium.html5.Storage
-
setItem
- Specified by:
setItem
in interfaceorg.openqa.selenium.html5.Storage
-
removeItem
- Specified by:
removeItem
in interfaceorg.openqa.selenium.html5.Storage
-
clear
public void clear()- Specified by:
clear
in interfaceorg.openqa.selenium.html5.Storage
-
size
public int size()- Specified by:
size
in interfaceorg.openqa.selenium.html5.Storage
-