-
- All Implemented Interfaces:
- org.openqa.selenium.html5.LocalStorage, org.openqa.selenium.internal.WrapsDriver
public class JSLocalStorage
extends ManagedWebDriverContext
implements org.openqa.selenium.html5.LocalStorage
Represents the local storage for the site currently opened in the browser. Each site has its own separate storage area.
- Since:
- 1.2.0
- Author:
- Leonardo Carmona da Silva
- See Also:
LocalStorage,
ManagedWebDriverContext
-
-
Constructor Detail
-
JSLocalStorage
public JSLocalStorage()
-
Method Detail
-
clear
public void clear()
- Specified by:
clear in interface org.openqa.selenium.html5.LocalStorage
-
size
public int size()
- Specified by:
size in interface org.openqa.selenium.html5.LocalStorage
Copyright © 2017. All rights reserved.