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
@Deprecated
public class RemoteSessionStorage
extends Object
implements org.openqa.selenium.html5.SessionStorage
Deprecated.
LocalStorage can be managed by executing JavaScript. @see #executeScript(String,
Object...)
Executes the commands to access HTML5 sessionStorage on the remote webdriver server.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoteSessionStorage
Deprecated.
-
-
Method Details
-
getItem
Deprecated.- Specified by:
getItemin interfaceorg.openqa.selenium.html5.Storage
-
keySet
Deprecated.- Specified by:
keySetin interfaceorg.openqa.selenium.html5.Storage
-
setItem
Deprecated.- Specified by:
setItemin interfaceorg.openqa.selenium.html5.Storage
-
removeItem
Deprecated.- Specified by:
removeItemin interfaceorg.openqa.selenium.html5.Storage
-
clear
public void clear()Deprecated.- Specified by:
clearin interfaceorg.openqa.selenium.html5.Storage
-
size
public int size()Deprecated.- Specified by:
sizein interfaceorg.openqa.selenium.html5.Storage
-