Table of Contents

Interface IWebStorage

Namespace
OpenQA.Selenium.Html5
Assembly
WebDriver.dll

Represents both local and session storage for the site currently opened in the browser.

public interface IWebStorage

Properties

LocalStorage

Gets the local storage for the site currently opened in the browser.

ILocalStorage LocalStorage { get; }

Property Value

ILocalStorage

SessionStorage

Gets the session storage for the site currently opened in the browser.

ISessionStorage SessionStorage { get; }

Property Value

ISessionStorage