JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.openqa.selenium.html5
Interface LocalStorage
All Superinterfaces:
Storage
@Deprecated
public interface
LocalStorage
extends
Storage
Deprecated.
Represents the local storage for the site currently opened in the browser. Each site has its own separate storage area.
Method Summary
Methods inherited from interface org.openqa.selenium.html5.
Storage
clear
,
getItem
,
keySet
,
removeItem
,
setItem
,
size