Table of Contents

Class GetPlatformFontsForNodeCommandResponse

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

Response for Requests information about platform fonts which we used to render child TextNodes in the given node.

public sealed class GetPlatformFontsForNodeCommandResponse : ICommandResponse<GetPlatformFontsForNodeCommandSettings>, ICommandResponse
Inheritance
GetPlatformFontsForNodeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Fonts

Usage statistics for every employed platform font.

[JsonPropertyName("fonts")]
public PlatformFontUsage[] Fonts { get; set; }

Property Value

PlatformFontUsage[]