Table of Contents

Class CanClearBrowserCacheCommandResponse

Namespace
OpenQA.Selenium.DevTools.V148.Network
Assembly
Selenium.WebDriver.dll

Response for Tells whether clearing browser cache is supported.

public sealed class CanClearBrowserCacheCommandResponse : ICommandResponse<CanClearBrowserCacheCommandSettings>, ICommandResponse
Inheritance
CanClearBrowserCacheCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Result

True if browser cache can be cleared.

[JsonPropertyName("result")]
public bool Result { get; set; }

Property Value

bool