I am trying to automate the login to an android application. But it identifies the EditText container of the user and the password with the same name.
When I run the test, it only puts text in the first container (both the user and the password)
Do you know if these elements can be indexed to differentiate them?