UNPKG

nightwatch

Version:

Easy to use Node.js based end-to-end testing solution for web applications using the W3C WebDriver API.

7 lines (6 loc) 129 B
module.exports = { command: function(selector){ return this.waitForElementVisible(selector) .click(selector); } };