UNPKG

cucumber-protractor

Version:

POM CukeTractor - Bootstrap your cucumber tests with cucumber, protractor and a structured way of creating page objects and component objects

6 lines (5 loc) 189 B
module.exports = function appendInputFieldValue(value, locatorKey) { return this.getCurrentPage() .getElementWhenInDOM(locatorKey) .then((element) => element.sendKeys(value)); };