Table of Contents

Class RemoteApplicationCache

Namespace
OpenQA.Selenium.Remote
Assembly
WebDriver.dll

Defines the interface through which the user can manipulate application cache.

public class RemoteApplicationCache : IApplicationCache
Inheritance
RemoteApplicationCache
Implements
Inherited Members

Constructors

RemoteApplicationCache(RemoteWebDriver)

Initializes a new instance of the RemoteApplicationCache class.

public RemoteApplicationCache(RemoteWebDriver driver)

Parameters

driver RemoteWebDriver

The RemoteWebDriver for which the application cache will be managed.

Properties

Status

Gets the current state of the application cache.

public AppCacheStatus Status { get; }

Property Value

AppCacheStatus