ios_gamepad_status
Report whether a virtual game controller is currently registered on an iOS device. The pad is a REAL HID device (apps see a GCExtendedGamepad and it appears in Settings > General > Game Controllers), so this reads the device rather than a web page and stays true with no browser open. Look at the gamepad field: registered tells you a pad exists, and the surrounding HID surfaces tell you input can reach the device at all. It reports presence, not the last axes/buttons you sent — confirm values in the app under test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | iOS device UDID |