Table of Contents

Class AddCompilationCacheCommandSettings

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

Seeds compilation cache for given url. Compilation cache does not survive cross-process navigation.

public sealed class AddCompilationCacheCommandSettings : ICommand
Inheritance
AddCompilationCacheCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Data

Base64-encoded data

[JsonPropertyName("data")]
public string Data { get; set; }

Property Value

string

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string