inspect_element
Retrieve detailed information about a named game screen element, including position, size, visibility, and text content. Use screen and element names to examine specific UI objects.
Instructions
Get detailed info about a named element on a screen (position, size, visibility, text content)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screen | Yes | Screen name | |
| element | Yes | Element name (h2d.Object.name) |