sim_statusbar
Set or clear the data network indicator in the iOS simulator status bar. Specify a network type (e.g., wifi, 5g) or use "clear" to reset overrides, ensuring accurate network status simulation for testing.
Instructions
Sets the data network indicator in the iOS simulator status bar. Use "clear" to reset all overrides, or specify a network type (hide, wifi, 3g, 4g, lte, lte-a, lte+, 5g, 5g+, 5g-uwb, 5g-uc).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dataNetwork | Yes | Data network type to display in status bar. Use "clear" to reset all overrides. Valid values: clear, hide, wifi, 3g, 4g, lte, lte-a, lte+, 5g, 5g+, 5g-uwb, 5g-uc. | |
simulatorUuid | Yes | UUID of the simulator to use (obtained from list_simulators) |