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) 165 B
module.exports = function clickElement(locatorKey) { return this.getCurrentPage() .getElementWhenInDOM(locatorKey) .then((element) => element.click()); };