get_bbox
Retrieve the bounding box coordinates of a web element using CSS selectors or element references to prepare for drag-and-drop operations in Electron applications.
Instructions
Get the bounding box of the first matching element in CSS pixels. Pass selector or ref. Useful before drag operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | ||
| ref | No | Ref from snapshot. |