Class RemoteApplicationCache
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
RemoteWebDriverThe RemoteWebDriver for which the application cache will be managed.
Properties
Status
Gets the current state of the application cache.
public AppCacheStatus Status { get; }