UNPKG

nightwatch

Version:

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

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