Table of Contents

Class IsolatedElementHighlightConfig

Namespace
Selenium.WebDriver.BiDi.Cdp.Overlay
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record IsolatedElementHighlightConfig : IEquatable<IsolatedElementHighlightConfig>
Inheritance
IsolatedElementHighlightConfig
Implements
Inherited Members

Constructors

IsolatedElementHighlightConfig(IsolationModeHighlightConfig, NodeId)

public IsolatedElementHighlightConfig(IsolationModeHighlightConfig IsolationModeHighlightConfig, NodeId NodeId)

Parameters

IsolationModeHighlightConfig IsolationModeHighlightConfig

A descriptor for the highlight appearance of an element in isolation mode.

NodeId NodeId

Identifier of the isolated element to highlight.

Properties

IsolationModeHighlightConfig

A descriptor for the highlight appearance of an element in isolation mode.

public IsolationModeHighlightConfig IsolationModeHighlightConfig { get; init; }

Property Value

IsolationModeHighlightConfig

NodeId

Identifier of the isolated element to highlight.

public NodeId NodeId { get; init; }

Property Value

NodeId