Table of Contents

Class ScrollSnapContainerHighlightConfig

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

ScrollSnapContainerHighlightConfig

public sealed class ScrollSnapContainerHighlightConfig
Inheritance
ScrollSnapContainerHighlightConfig
Inherited Members

Properties

ScrollMarginColor

The margin highlight fill color (default: transparent).

[JsonPropertyName("scrollMarginColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? ScrollMarginColor { get; set; }

Property Value

RGBA

ScrollPaddingColor

The padding highlight fill color (default: transparent).

[JsonPropertyName("scrollPaddingColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? ScrollPaddingColor { get; set; }

Property Value

RGBA

SnapAreaBorder

The style of the snap area border (default: transparent)

[JsonPropertyName("snapAreaBorder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? SnapAreaBorder { get; set; }

Property Value

LineStyle

SnapportBorder

The style of the snapport border (default: transparent)

[JsonPropertyName("snapportBorder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? SnapportBorder { get; set; }

Property Value

LineStyle