Table of Contents

Class GetPlatformFontsForNodeResult

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetPlatformFontsForNodeResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetPlatformFontsForNodeResult>
Inheritance
EmptyResult
GetPlatformFontsForNodeResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetPlatformFontsForNodeResult(ImmutableArray<PlatformFontUsage>)

public GetPlatformFontsForNodeResult(ImmutableArray<PlatformFontUsage> Fonts)

Parameters

Fonts ImmutableArray<PlatformFontUsage>

Usage statistics for every employed platform font.

Properties

Fonts

Usage statistics for every employed platform font.

public ImmutableArray<PlatformFontUsage> Fonts { get; init; }

Property Value

ImmutableArray<PlatformFontUsage>