Uses of Class
org.openqa.selenium.devtools.domsnapshot.model.Rectangle
-
Packages that use Rectangle Package Description org.openqa.selenium.devtools.domsnapshot.model -
-
Uses of Rectangle in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return types with arguments of type Rectangle Modifier and Type Method Description java.util.List<Rectangle>
LayoutTreeSnapshot. getBounds()
The absolute position bounding box.java.util.List<Rectangle>
TextBoxSnapshot. getBounds()
The absolute position bounding box.java.util.List<Rectangle>
LayoutTreeSnapshot. getClientRects()
The client rect of nodes.java.util.List<Rectangle>
LayoutTreeSnapshot. getOffsetRects()
The offset rect of nodes.java.util.List<Rectangle>
LayoutTreeSnapshot. getScrollRects()
The scroll rect of nodes.
-