Uses of Class
org.openqa.selenium.devtools.v141.dom.model.Rect
Packages that use Rect
Package
Description
-
Uses of Rect in org.openqa.selenium.devtools.v141.domsnapshot.model
Methods in org.openqa.selenium.devtools.v141.domsnapshot.model that return RectModifier and TypeMethodDescriptionInlineTextBox.getBoundingBox()The bounding box in document coordinates.LayoutTreeNode.getBoundingBox()The bounding box in document coordinates.Constructors in org.openqa.selenium.devtools.v141.domsnapshot.model with parameters of type RectModifierConstructorDescriptionInlineTextBox(Rect boundingBox, Integer startCharacterIndex, Integer numCharacters) LayoutTreeNode(Integer domNodeIndex, Rect boundingBox, Optional<String> layoutText, Optional<List<InlineTextBox>> inlineTextNodes, Optional<Integer> styleIndex, Optional<Integer> paintOrder, Optional<Boolean> isStackingContext) -
Uses of Rect in org.openqa.selenium.devtools.v141.layertree.model
Methods in org.openqa.selenium.devtools.v141.layertree.model that return RectModifier and TypeMethodDescriptionLayerPainted.getClip()Clip rectangle.StickyPositionConstraint.getContainingBlockRect()Layout rectangle of the containing block of the sticky elementScrollRect.getRect()Rectangle itself.StickyPositionConstraint.getStickyBoxRect()Layout rectangle of the sticky element before being shiftedConstructors in org.openqa.selenium.devtools.v141.layertree.model with parameters of type RectModifierConstructorDescriptionLayerPainted(LayerId layerId, Rect clip) ScrollRect(Rect rect, ScrollRect.Type type) StickyPositionConstraint(Rect stickyBoxRect, Rect containingBlockRect, Optional<LayerId> nearestLayerShiftingStickyBox, Optional<LayerId> nearestLayerShiftingContainingBlock) -
Uses of Rect in org.openqa.selenium.devtools.v141.overlay.model
Methods in org.openqa.selenium.devtools.v141.overlay.model that return RectConstructors in org.openqa.selenium.devtools.v141.overlay.model with parameters of type Rect -
Uses of Rect in org.openqa.selenium.devtools.v141.page
Methods in org.openqa.selenium.devtools.v141.page that return RectModifier and TypeMethodDescriptionPage.GetLayoutMetricsResponse.getContentSize()Deprecated size of scrollable area.Page.GetLayoutMetricsResponse.getCssContentSize()Size of scrollable area in CSS pixels.Constructors in org.openqa.selenium.devtools.v141.page with parameters of type RectModifierConstructorDescriptionGetLayoutMetricsResponse(LayoutViewport layoutViewport, VisualViewport visualViewport, Rect contentSize, LayoutViewport cssLayoutViewport, VisualViewport cssVisualViewport, Rect cssContentSize) -
Uses of Rect in org.openqa.selenium.devtools.v141.performancetimeline.model
Methods in org.openqa.selenium.devtools.v141.performancetimeline.model that return RectModifier and TypeMethodDescriptionLayoutShiftAttribution.getCurrentRect()LayoutShiftAttribution.getPreviousRect()Constructors in org.openqa.selenium.devtools.v141.performancetimeline.model with parameters of type RectModifierConstructorDescriptionLayoutShiftAttribution(Rect previousRect, Rect currentRect, Optional<BackendNodeId> nodeId)