Table of Contents

Class FontSizes

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Default font sizes.

public sealed record FontSizes : IEquatable<FontSizes>
Inheritance
FontSizes
Implements
Inherited Members

Constructors

FontSizes()

Default font sizes.

public FontSizes()

Properties

Fixed

Default fixed font size.

public long? Fixed { get; init; }

Property Value

long?

Standard

Default standard font size.

public long? Standard { get; init; }

Property Value

long?