Table of Contents

Class SetShowScrollSnapOverlaysCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Overlay
Assembly
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

Gets or sets the scrollSnapHighlightConfigs

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

Property Value

ScrollSnapHighlightConfig[]