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:
getItem
in interfaceorg.openqa.selenium.html5.Storage
-
keySet
Deprecated.- Specified by:
keySet
in interfaceorg.openqa.selenium.html5.Storage
-
setItem
Deprecated.- Specified by:
setItem
in interfaceorg.openqa.selenium.html5.Storage
-
removeItem
Deprecated.- Specified by:
removeItem
in interfaceorg.openqa.selenium.html5.Storage
-
clear
public void clear()Deprecated.- Specified by:
clear
in interfaceorg.openqa.selenium.html5.Storage
-
size
public int size()Deprecated.- Specified by:
size
in interfaceorg.openqa.selenium.html5.Storage
-