public class JSWebStorage extends ManagedWebDriverContext implements org.openqa.selenium.html5.WebStorage
WebStorage,
JSLocalStorage,
JSSessionStorage,
ManagedWebDriverContext| Constructor and Description |
|---|
JSWebStorage() |
JSWebStorage(org.openqa.selenium.WebDriver webDriver) |
JSWebStorage(org.openqa.selenium.internal.WrapsDriver driverContext) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.html5.LocalStorage |
getLocalStorage() |
org.openqa.selenium.html5.SessionStorage |
getSessionStorage() |
getDriverContext, getWrappedDriver, setDriverContext, toStringpublic JSWebStorage(org.openqa.selenium.internal.WrapsDriver driverContext)
public JSWebStorage(org.openqa.selenium.WebDriver webDriver)
public JSWebStorage()
public org.openqa.selenium.html5.LocalStorage getLocalStorage()
getLocalStorage in interface org.openqa.selenium.html5.WebStoragepublic org.openqa.selenium.html5.SessionStorage getSessionStorage()
getSessionStorage in interface org.openqa.selenium.html5.WebStorageCopyright © 2017. All rights reserved.