Table of Contents

Class SetShowScrollSnapOverlaysCommandSettings

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

SetShowScrollSnapOverlays

public sealed class SetShowScrollSnapOverlaysCommandSettings : ICommand
Inheritance
SetShowScrollSnapOverlaysCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ScrollSnapHighlightConfigs

An array of node identifiers and descriptors for the highlight appearance.

[JsonPropertyName("scrollSnapHighlightConfigs")]
public ScrollSnapHighlightConfig[] ScrollSnapHighlightConfigs { get; set; }

Property Value

ScrollSnapHighlightConfig[]