Android App Testing- Set text method does not type whole text in email and password fields

Hi @shitaltadas,

I’ve also found that sendKeys() is sometimes more reliable than setText(). Note that you’ll need to tap into any field you want to type first, so that the keyboard opens.

Here are some details about how to do that:

Hope this helps,

Chris