get_text
Fetch the text rendered by a Flutter widget in a live app using a target selector, enabling UI verification and assertions without pre-written tests.
Instructions
Returns the text content of a widget identified by the target string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Target string (e.g. '#loginBtn', 'text="Submit"', 'type="ElevatedButton"', 'semanticsLabel="Username"') | |
| timeout_ms | No | Implicit wait timeout in milliseconds before failing |