Skip to main content

Interface: BoundingBox

Defined in: index.d.ts:1198 Axis-aligned rectangle. right and bottom are exclusive (Playwright / DOM convention), so the box covers [left, right) × [top, bottom).

Properties

bottom

bottom: number
Defined in: index.d.ts:1202

left

left: number
Defined in: index.d.ts:1199
right: number
Defined in: index.d.ts:1201

top

top: number
Defined in: index.d.ts:1200