Package org.openqa.selenium.html5
Interface WebStorage
-
- All Known Implementing Classes:
ChromeDriver
,ChromiumDriver
,EdgeDriver
,FirefoxDriver
,RemoteWebStorage
public interface WebStorage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalStorage
getLocalStorage()
SessionStorage
getSessionStorage()
-
-
-
Method Detail
-
getLocalStorage
LocalStorage getLocalStorage()
-
getSessionStorage
SessionStorage getSessionStorage()
-
-