Table of Contents

Class SetFontSizesCommandSettings

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

SetFontSizes

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

Gets or sets the fontSizes

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

Property Value

FontSizes