Table of Contents

Class FontsUpdatedEventArgs

Namespace
OpenQA.Selenium.DevTools.V147.CSS
Assembly
Selenium.WebDriver.dll

Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font.

public sealed class FontsUpdatedEventArgs : EventArgs
Inheritance
FontsUpdatedEventArgs
Inherited Members

Properties

Font

The web font that has loaded.

[JsonPropertyName("font")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FontFace? Font { get; set; }

Property Value

FontFace