Table of Contents

Class ProduceCompilationCacheCommandSettings

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

Requests backend to produce compilation cache for the specified scripts. scripts are appended to the list of scripts for which the cache would be produced. The list may be reset during page navigation. When script with a matching URL is encountered, the cache is optionally produced upon backend discretion, based on internal heuristics. See also: Page.compilationCacheProduced.

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[]