ui.assert_text
Verify UI elements display expected text content in iOS Simulator during React Native/Expo testing. Specify element selector and text to validate exact or partial matches.
Instructions
Assert that an element has specific text content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | Element selector. | |
| text | Yes | Expected text content. | |
| exact | No | Exact match (true) or contains (false). |