Table of Contents

Class CompilationCacheProducedEventArgs

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

CompilationCacheProduced

public sealed class CompilationCacheProducedEventArgs : EventArgs
Inheritance
CompilationCacheProducedEventArgs
Inherited Members

Properties

Data

Gets or sets the 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