Skip to main content

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.

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

boundingBox: BoundingBox

Returns

BoundingBox 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 object. Use it to query page information and content.