Table of Contents

Class SetProduceCompilationCacheCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Page
Assembly
WebDriver.dll

SetProduceCompilationCache

public sealed class SetProduceCompilationCacheCommandSettings : ICommand
Inheritance
SetProduceCompilationCacheCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enabled

Gets or sets the enabled

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool