Table of Contents

Interface IHasApplicationCache

Namespace
OpenQA.Selenium.Html5
Assembly
WebDriver.dll

Interface allowing the user to determine if the driver instance supports application cache.

public interface IHasApplicationCache

Properties

ApplicationCache

Gets an IApplicationCache object for managing application cache.

IApplicationCache ApplicationCache { get; }

Property Value

IApplicationCache

HasApplicationCache

Gets a value indicating whether manipulating the application cache is supported for this driver.

bool HasApplicationCache { get; }

Property Value

bool