Table of Contents

Class ScrollSnapHighlightConfig

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

Constructors

ScrollSnapHighlightConfig(ScrollSnapContainerHighlightConfig, NodeId)

public ScrollSnapHighlightConfig(ScrollSnapContainerHighlightConfig ScrollSnapContainerHighlightConfig, NodeId NodeId)

Parameters

ScrollSnapContainerHighlightConfig ScrollSnapContainerHighlightConfig

A descriptor for the highlight appearance of scroll snap containers.

NodeId NodeId

Identifier of the node to highlight.

Properties

NodeId

Identifier of the node to highlight.

public NodeId NodeId { get; init; }

Property Value

NodeId

ScrollSnapContainerHighlightConfig

A descriptor for the highlight appearance of scroll snap containers.

public ScrollSnapContainerHighlightConfig ScrollSnapContainerHighlightConfig { get; init; }

Property Value

ScrollSnapContainerHighlightConfig