pub fn type_text( runner: &dyn ProcessRunner, text: &str, delay_ms: Option<u64>, enter: bool, timeout_ms: u64, ) -> Result<(), CliError>