Package org.openqa.selenium.remote.html5
Class RemoteSessionStorage
java.lang.Object
org.openqa.selenium.remote.html5.RemoteSessionStorage
- All Implemented Interfaces:
SessionStorage
,Storage
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
-
Method Summary
-
Constructor Details
-
RemoteSessionStorage
Deprecated.
-
-
Method Details
-
getItem
Deprecated. -
keySet
Deprecated. -
setItem
Deprecated. -
removeItem
Deprecated.- Specified by:
removeItem
in interfaceStorage
-
clear
public void clear()Deprecated. -
size
public int size()Deprecated.
-