Package org.openqa.selenium.remote.html5
Class RemoteSessionStorage
java.lang.Object
org.openqa.selenium.remote.html5.RemoteSessionStorage
- All Implemented Interfaces:
org.openqa.selenium.html5.SessionStorage,org.openqa.selenium.html5.Storage
public class RemoteSessionStorage
extends Object
implements org.openqa.selenium.html5.SessionStorage
Executes the commands to access HTML5 sessionStorage on the remote webdriver server.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoteSessionStorage
-
-
Method Details
-
getItem
- Specified by:
getItemin interfaceorg.openqa.selenium.html5.Storage
-
keySet
- Specified by:
keySetin interfaceorg.openqa.selenium.html5.Storage
-
setItem
- Specified by:
setItemin interfaceorg.openqa.selenium.html5.Storage
-
removeItem
- Specified by:
removeItemin interfaceorg.openqa.selenium.html5.Storage
-
clear
public void clear()- Specified by:
clearin interfaceorg.openqa.selenium.html5.Storage
-
size
public int size()- Specified by:
sizein interfaceorg.openqa.selenium.html5.Storage
-