Table of Contents

Class SetLocalFontsEnabledCommandSettings

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

Enables/disables rendering of local CSS fonts (enabled by default).

public sealed class SetLocalFontsEnabledCommandSettings : ICommand
Inheritance
SetLocalFontsEnabledCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enabled

Whether rendering of local fonts is enabled.

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool