Table of Contents

Class GetPlatformFontsForNodeCommandResponse

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

Response for GetPlatformFontsForNode

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

Properties

Fonts

Gets or sets the fonts

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

Property Value

PlatformFontUsage[]