ForbesLindesay / cabbie

WebDriver for the masses
https://cabbiejs.org/
MIT License
71 stars 11 forks source link

SendKeys to password input. #14

Open jeancroy opened 7 years ago

jeancroy commented 7 years ago

If I understand correctly, the proper way to fill form is element.sendKeys().

However on password field I run into an issue. Some kind of password autofill menu appears and keys get lost. (Ie only two of five characters are typed)

First using element.click() on the input mitigate the issue for me.