Uses of Class
org.openqa.selenium.devtools.layertree.model.LayerId
-
Packages that use LayerId Package Description org.openqa.selenium.devtools.layertree org.openqa.selenium.devtools.layertree.model -
-
Uses of LayerId in org.openqa.selenium.devtools.layertree
Methods in org.openqa.selenium.devtools.layertree with parameters of type LayerId Modifier and Type Method Description static Command<java.util.List<java.lang.String>>
LayerTree. compositingReasons(LayerId layerId)
Provides the reasons why the given layer was composited.static Command<SnapshotId>
LayerTree. makeSnapshot(LayerId layerId)
Returns the layer snapshot identifier. -
Uses of LayerId in org.openqa.selenium.devtools.layertree.model
Methods in org.openqa.selenium.devtools.layertree.model that return LayerId Modifier and Type Method Description LayerId
Layer. getLayerId()
The unique id for this layer.LayerId
LayerPainted. getLayerId()
The id of the painted layer.LayerId
StickyPositionConstraint. getNearestLayerShiftingContainingBlock()
The nearest sticky layer that shifts the containing blockLayerId
StickyPositionConstraint. getNearestLayerShiftingStickyBox()
The nearest sticky layer that shifts the sticky boxLayerId
Layer. getParentLayerId()
The id of parent (not present for root).Constructors in org.openqa.selenium.devtools.layertree.model with parameters of type LayerId Constructor Description Layer(LayerId layerId, LayerId parentLayerId, BackendNodeId backendNodeId, java.lang.Number offsetX, java.lang.Number offsetY, java.lang.Number width, java.lang.Number height, java.util.List<java.lang.Number> transform, java.lang.Number anchorX, java.lang.Number anchorY, java.lang.Number anchorZ, java.lang.Integer paintCount, java.lang.Boolean drawsContent, java.lang.Boolean invisible, java.util.List<ScrollRect> scrollRects, StickyPositionConstraint stickyPositionConstraint)
LayerPainted(LayerId layerId, Rect clip)
StickyPositionConstraint(Rect stickyBoxRect, Rect containingBlockRect, LayerId nearestLayerShiftingStickyBox, LayerId nearestLayerShiftingContainingBlock)
-