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

# boundingBox

Returns the bounding box of the element in pixels, relative to the main frame's viewport.
Returns null if the element is not visible.

## Definition

```graphql theme={null}
boundingBox: BoundingBox
```

## Returns

[BoundingBox](/reference/graphql/objects/bounding-box)

Represents the bounding box of an element on the page.
All coordinates and dimensions are in CSS pixels, relative to the top-left of the viewport.

## Usage

This field is available on the [Page](/reference/graphql/objects/page) object. Use it to query page information and content.
