assert_screen_contains
Verify that expected text appears on the Android emulator screen during UI tests.
Instructions
Assert that specific text is visible on screen (useful for testing)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text that should be visible | |
| exact | No | Exact match (default: false) |