verify_element_present
Checks if a specific UI element appears on screen within a timeout, returning true or false to validate acceptance criteria.
Instructions
Verify that a specific element is present on screen. Returns true/false. Critical for acceptance criteria validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | SceneGraph component type | |
| text | No | Text content to search for | |
| attributes | No | Element attributes to match | |
| timeout_ms | No | How long to wait for element to appear (default: 10000) |