Facebook login screen Username is not able to find

Hi,

Here you can find the Facebook login screen Email/Username field Details.

I am using the following path to locate to Facebook login Screen USERNAME field:
//android.widget.EditText[@index=“2”]
Note! This path works for password field (where the index is “3”]

Though when locating to this element another element is being shown.

Has anybody see this kind of behavior?
Thanks

Can you try findElements by class name. As there are only two EditText so the first will be the UserName and second will be the password field.