Table of Contents

Class SetFontFamiliesCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Page
Assembly
WebDriver.dll

SetFontFamilies

public sealed class SetFontFamiliesCommandSettings : ICommand
Inheritance
SetFontFamiliesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FontFamilies

Gets or sets the fontFamilies

[JsonPropertyName("fontFamilies")]
public FontFamilies FontFamilies { get; set; }

Property Value

FontFamilies