I have my login screen in app now. Each time the app is launched in screen the mobile number is pre filled with the older text.
I just want to know I have tried: >
I faced similar issue recently. What I did, get the text from edit text if equals "", then send keys else called clear() method.
equals ""
clear()