pub async fn text(host: &Host, udid: &str, input: &str) -> Result<()>Expand description
Input text on an iOS simulator.
Uses IDB (iOS Development Bridge) to send text input to the simulator.
ยงErrors
Returns an error if IDB is not installed or the text input fails.