I am writing tests in Protractor for an Angular app. I want to fill out a login form and submit it.
How can I do this? I have got this far, but I don\'t know how to
How about xpath?
I create a button like bellow:
And set the value using
element(by.xpath('//*[@name="password"]/input')).sendKeys('PASSWORD')