How to find default error message of edittext in android

Hi guys,

How to find default error message of edittext on android .
Thanks ,

1 Like

@ nguyenthihuong5795

Did u find any solution for this?

you can use getText method i think

Mobile.getText(null, 0)

I have a question, how to handle if a form has multiple android.widget.editext fields.
My script is not filling all the text fields in the form, instead it is filling the only one edittext field again and again by clearing the first value. Please help