Table of Contents

Class ProduceCompilationCacheCommandSettings

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

ProduceCompilationCache

public sealed class ProduceCompilationCacheCommandSettings : ICommand
Inheritance
ProduceCompilationCacheCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Scripts

Gets or sets the scripts

[JsonPropertyName("scripts")]
public CompilationCacheParams[] Scripts { get; set; }

Property Value

CompilationCacheParams[]