pt_list_inputs
Lists all TextInput components currently rendered in a React Native app, returning their placeholder, accessibility label, and value to help you identify available fields before automating input.
Instructions
List all TextInput components currently rendered in the React Native app.
Connects to the Hermes debugger via CDP and walks the React fiber tree to find all components with an onChangeText prop. Returns their name, placeholder, accessibilityLabel, testID, and current value.
Use this to discover which inputs are available before calling pt_fill_input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metroUrl | No | Metro dev server URL (default: http://localhost:8081) | http://localhost:8081 |