Table of Contents

Class CompilationCacheParams

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

CompilationCacheParams

public sealed class CompilationCacheParams
Inheritance
CompilationCacheParams
Inherited Members

Properties

Eager

eager

[JsonPropertyName("eager")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Eager { get; set; }

Property Value

bool?

Url

url

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

Property Value

string