Table of Contents

Class StickyPositionConstraint

Namespace
OpenQA.Selenium.DevTools.V130.LayerTree
Assembly
WebDriver.dll

StickyPositionConstraint

public sealed class StickyPositionConstraint
Inheritance
StickyPositionConstraint
Inherited Members

Properties

ContainingBlockRect

containingBlockRect

[JsonPropertyName("containingBlockRect")]
public Rect ContainingBlockRect { get; set; }

Property Value

Rect

NearestLayerShiftingContainingBlock

nearestLayerShiftingContainingBlock

[JsonPropertyName("nearestLayerShiftingContainingBlock")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string NearestLayerShiftingContainingBlock { get; set; }

Property Value

string

NearestLayerShiftingStickyBox

nearestLayerShiftingStickyBox

[JsonPropertyName("nearestLayerShiftingStickyBox")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string NearestLayerShiftingStickyBox { get; set; }

Property Value

string

StickyBoxRect

stickyBoxRect

[JsonPropertyName("stickyBoxRect")]
public Rect StickyBoxRect { get; set; }

Property Value

Rect