Table of Contents

Class CompilationCacheProducedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Issued for every compilation cache generated.

public sealed record CompilationCacheProducedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<CompilationCacheProducedEventArgs>
Inheritance
EventArgs
CompilationCacheProducedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

CompilationCacheProducedEventArgs(string, string)

Issued for every compilation cache generated.

public CompilationCacheProducedEventArgs(string Url, string Data)

Parameters

Url string
Data string

Base64-encoded data (Encoded as a base64 string when passed over JSON)

Properties

Data

Base64-encoded data (Encoded as a base64 string when passed over JSON)

public string Data { get; init; }

Property Value

string

Url

public string Url { get; init; }

Property Value

string