Uses of Class
org.openqa.selenium.devtools.dom.model.Rect
-
-
Uses of Rect in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return Rect Modifier and Type Method Description RectInlineTextBox. getBoundingBox()The bounding box in document coordinates.RectLayoutTreeNode. getBoundingBox()The bounding box in document coordinates.Constructors in org.openqa.selenium.devtools.domsnapshot.model with parameters of type Rect Constructor Description InlineTextBox(Rect boundingBox, java.lang.Integer startCharacterIndex, java.lang.Integer numCharacters)LayoutTreeNode(java.lang.Integer domNodeIndex, Rect boundingBox, java.util.Optional<java.lang.String> layoutText, java.util.Optional<java.util.List<InlineTextBox>> inlineTextNodes, java.util.Optional<java.lang.Integer> styleIndex, java.util.Optional<java.lang.Integer> paintOrder, java.util.Optional<java.lang.Boolean> isStackingContext) -
Uses of Rect in org.openqa.selenium.devtools.layertree.model
Methods in org.openqa.selenium.devtools.layertree.model that return Rect Modifier and Type Method Description RectLayerPainted. getClip()Clip rectangle.RectStickyPositionConstraint. getContainingBlockRect()Layout rectangle of the containing block of the sticky elementRectScrollRect. getRect()Rectangle itself.RectStickyPositionConstraint. getStickyBoxRect()Layout rectangle of the sticky element before being shiftedConstructors in org.openqa.selenium.devtools.layertree.model with parameters of type Rect Constructor Description LayerPainted(LayerId layerId, Rect clip)ScrollRect(Rect rect, ScrollRect.Type type)StickyPositionConstraint(Rect stickyBoxRect, Rect containingBlockRect, java.util.Optional<LayerId> nearestLayerShiftingStickyBox, java.util.Optional<LayerId> nearestLayerShiftingContainingBlock) -
Uses of Rect in org.openqa.selenium.devtools.overlay.model
Methods in org.openqa.selenium.devtools.overlay.model that return Rect Modifier and Type Method Description RectHingeConfig. getRect()A rectangle represent hingeConstructors in org.openqa.selenium.devtools.overlay.model with parameters of type Rect Constructor Description HingeConfig(Rect rect, java.util.Optional<RGBA> contentColor, java.util.Optional<RGBA> outlineColor) -
Uses of Rect in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return Rect Modifier and Type Method Description RectPage.GetLayoutMetricsResponse. getContentSize()Size of scrollable area.Constructors in org.openqa.selenium.devtools.page with parameters of type Rect Constructor Description GetLayoutMetricsResponse(LayoutViewport layoutViewport, VisualViewport visualViewport, Rect contentSize)
-