xcode_set_simulator_preference
Configure simulator preferences by setting specific domain, key, and value pairs for targeted iOS testing automation.
Instructions
Set a specific simulator preference
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | The UDID of the simulator | |
| domain | Yes | Preference domain | |
| key | Yes | Preference key | |
| value | Yes | Preference value |