assert_screen_text
Verify that specific text appears in any Control element of a running Godot game, ensuring UI content is visible during automated gameplay tests.
Instructions
Assert that text is visible in any Control element of the running game
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| partial | No | ||
| case_sensitive | No |