assert_screen_text
Verify that a specific text appears or is absent on screen using OCR or UI element detection. Useful for automated UI testing in Godot.
Instructions
Assert that specific text appears on screen (OCR or UI element check)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text that should appear on screen | |
| should_exist | No | Whether text should be present (true) or absent (false) (default: true) |