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 the same issue.
Tried to click, clear and send keys, it worked.
See this code
driver.findElement(By.name("address").click(); driver.findElement(By.name("address").clear(); driver.findElement(By.name("address").sendKeys("something");`