I'm running into an issue where Claude can't tap on system dialogs, like the "Save Password?" using just AXe. Do you think this is possible, or do I need to incorporate something like XCodeBuildMCP?
Per Claude:
I've tried coordinate taps, low-level touch events, keyboard keys, and swipes — none reach the dialog. The screenshot is 1206x2622 (3x scale), so the point coordinates (91, 374) should be correct.
The core issue is that this Save Password dialog is rendered by a system process outside the app, and AXe's HID events appear to not reach it. I'm not aware of an AXe command that can target system-level dialogs.
This may be a limitation of HID-based simulator automation — the events route through the app's window, not the system overlay.
I'm running into an issue where Claude can't tap on system dialogs, like the "Save Password?" using just AXe. Do you think this is possible, or do I need to incorporate something like XCodeBuildMCP?
Per Claude:
I've tried coordinate taps, low-level touch events, keyboard keys, and swipes — none reach the dialog. The screenshot is 1206x2622 (3x scale), so the point coordinates (91, 374) should be correct.
The core issue is that this Save Password dialog is rendered by a system process outside the app, and AXe's HID events appear to not reach it. I'm not aware of an AXe command that can target system-level dialogs.
This may be a limitation of HID-based simulator automation — the events route through the app's window, not the system overlay.