Table of Contents

Class SourceOrderConfig

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

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

public sealed class SourceOrderConfig
Inheritance
SourceOrderConfig
Inherited Members

Properties

ChildOutlineColor

the color to outline the child elements in.

[JsonPropertyName("childOutlineColor")]
public RGBA ChildOutlineColor { get; set; }

Property Value

RGBA

ParentOutlineColor

the color to outline the given element in.

[JsonPropertyName("parentOutlineColor")]
public RGBA ParentOutlineColor { get; set; }

Property Value

RGBA