Table of Contents

Class ScrollSnapHighlightConfig

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

ScrollSnapHighlightConfig

public sealed class ScrollSnapHighlightConfig
Inheritance
ScrollSnapHighlightConfig
Inherited Members

Properties

NodeId

Identifier of the node to highlight.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long

ScrollSnapContainerHighlightConfig

A descriptor for the highlight appearance of scroll snap containers.

[JsonPropertyName("scrollSnapContainerHighlightConfig")]
public ScrollSnapContainerHighlightConfig ScrollSnapContainerHighlightConfig { get; set; }

Property Value

ScrollSnapContainerHighlightConfig