I'm trying to test a mobile application on android, I am trying to login but when I execute the sendkeys of the password, what happens is that the password is sent but for some reason writes an extra letter in the password (the letter is y), does anyone know what it can be? In username it writes everything right. thanks
MobileElement el2 = (MobileElement) driver.findElementById("password");
el2.sendKeys("DPY16085");