keyboard_enter_char "Delete"tap 'textbox'
await_keyboard
keyboard_enter_char "Delete"
keyboard_enter_text("Editing")
but the textbox value is not clear .so can u plz help me on this
--
You received this message because you are subscribed to the Google Groups "calabash-ios" group.
To unsubscribe from this group and stop receiving emails from it, send an email to calabash-ios...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
set_text("textField index:#{1}","")
but in some text box index is not setting so that the I want how to clear the text values in text box.
so I use
keyboard_enter_char "Delete"