Class StickyPositionConstraint
java.lang.Object
org.openqa.selenium.devtools.v119.layertree.model.StickyPositionConstraint
Sticky position constraints.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLayout rectangle of the containing block of the sticky elementThe nearest sticky layer that shifts the containing blockThe nearest sticky layer that shifts the sticky boxLayout rectangle of the sticky element before being shifted
-
Constructor Details
-
StickyPositionConstraint
-
-
Method Details
-
getStickyBoxRect
Layout rectangle of the sticky element before being shifted -
getContainingBlockRect
Layout rectangle of the containing block of the sticky element -
getNearestLayerShiftingStickyBox
The nearest sticky layer that shifts the sticky box -
getNearestLayerShiftingContainingBlock
The nearest sticky layer that shifts the containing block
-