Table of Contents

Class SetFontFamiliesCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.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

ForScripts

Gets or sets the forScripts

[JsonPropertyName("forScripts")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScriptFontFamilies[] ForScripts { get; set; }

Property Value

ScriptFontFamilies[]