Table of Contents

Class SourceOrderConfig

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

Configuration data for drawing the source order of an elements children.

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

Constructors

SourceOrderConfig(RGBA, RGBA)

Configuration data for drawing the source order of an elements children.

public SourceOrderConfig(RGBA ParentOutlineColor, RGBA ChildOutlineColor)

Parameters

ParentOutlineColor RGBA

the color to outline the given element in.

ChildOutlineColor RGBA

the color to outline the child elements in.

Properties

ChildOutlineColor

the color to outline the child elements in.

public RGBA ChildOutlineColor { get; init; }

Property Value

RGBA

ParentOutlineColor

the color to outline the given element in.

public RGBA ParentOutlineColor { get; init; }

Property Value

RGBA