Table of Contents

Interface IHasWebStorage

Namespace
OpenQA.Selenium.Html5
Assembly
WebDriver.dll

Interface allowing the user to determine if the driver instance supports web storage.

public interface IHasWebStorage

Properties

HasWebStorage

Gets a value indicating whether web storage is supported for this driver.

bool HasWebStorage { get; }

Property Value

bool

WebStorage

Gets an IWebStorage object for managing web storage.

IWebStorage WebStorage { get; }

Property Value

IWebStorage