Package org.openqa.selenium.html5
Interface Storage
- All Known Subinterfaces:
LocalStorage
,SessionStorage
- All Known Implementing Classes:
RemoteLocalStorage
,RemoteSessionStorage
Deprecated.
Represents common operations available for all web storage types (session or local).
-
Method Summary
-
Method Details
-
getItem
Deprecated. -
keySet
Deprecated. -
setItem
Deprecated. -
removeItem
Deprecated. -
clear
void clear()Deprecated. -
size
int size()Deprecated.
-