Answer the question
In order to leave comments, you need to log in
How to solve the protractor problem?
element.findElement(by.css('label', 'Старый пароль'))
.then(
element(by.css('input.mm-input')).sendKeys('qwerty');
);
Answer the question
In order to leave comments, you need to log in
element.all(by.css('p.flex-container')).all(by.css('input')).get(0).sendKeys('qwerty');
element.all(by.css('p.flex-container')).all(by.css('input')).get(1).sendKeys('asd');
element.all(by.css('p.flex-container')).all(by.css('input')).get(2).sendKeys('asd');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question