UNPKG

nightwatch

Version:

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

22 lines (16 loc) 270 B
const namespacedApi = { browser: {}, app: {}, appium: {}, alerts: {}, cookies: {}, document: {}, window: {}, chrome: {}, firefox: {}, assert: {}, verify: {}, expect: function() {}, element: function() {} }; module.exports = namespacedApi;