Table of Contents

Class SetFontSizesCommandSettings

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

Set default font sizes.

public sealed class SetFontSizesCommandSettings : ICommand
Inheritance
SetFontSizesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FontSizes

Specifies font sizes to set. If a font size is not specified, it won't be changed.

[JsonPropertyName("fontSizes")]
public FontSizes FontSizes { get; set; }

Property Value

FontSizes