Uses of Class
org.openqa.selenium.devtools.dom.model.Rect
-
Packages that use Rect Package Description org.openqa.selenium.devtools.domsnapshot.model org.openqa.selenium.devtools.layertree.model org.openqa.selenium.devtools.page -
-
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 Rect
InlineTextBox. getBoundingBox()
The bounding box in document coordinates.Rect
LayoutTreeNode. 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.lang.String layoutText, java.util.List<InlineTextBox> inlineTextNodes, java.lang.Integer styleIndex, java.lang.Integer paintOrder, 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 Rect
LayerPainted. getClip()
Clip rectangle.Rect
StickyPositionConstraint. getContainingBlockRect()
Layout rectangle of the containing block of the sticky elementRect
ScrollRect. getRect()
Rectangle itself.Rect
StickyPositionConstraint. 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, LayerId nearestLayerShiftingStickyBox, LayerId nearestLayerShiftingContainingBlock)
-
Uses of Rect in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return Rect Modifier and Type Method Description Rect
Page.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)
-