> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simular.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# BoundingBox

> Axis-aligned rectangle.

Axis-aligned rectangle. `right` and `bottom` are exclusive (Playwright /
DOM convention), so the box covers `[left, right) × [top, bottom)`.

## Properties

<ResponseField name={"bottom"} type={"number"} required />

<ResponseField name={"left"} type={"number"} required />

<ResponseField name={"right"} type={"number"} required />

<ResponseField name={"top"} type={"number"} required />
