Table of Contents

Class RemoteWebStorage

Namespace
OpenQA.Selenium.Remote
Assembly
WebDriver.dll

Provides remote access to the IWebStorage API.

public class RemoteWebStorage : IWebStorage
Inheritance
RemoteWebStorage
Implements
Inherited Members

Constructors

RemoteWebStorage(RemoteWebDriver)

Initializes a new instance of the RemoteWebStorage class.

public RemoteWebStorage(RemoteWebDriver driver)

Parameters

driver RemoteWebDriver

The driver instance.

Properties

LocalStorage

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

public ILocalStorage LocalStorage { get; }

Property Value

ILocalStorage

SessionStorage

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

public ISessionStorage SessionStorage { get; }

Property Value

ISessionStorage