nightwatch
Version:
Easy to use Node.js based end-to-end testing solution for web applications using the W3C WebDriver API.
19 lines (18 loc) • 372 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const namespacedApi = {
browser: {},
app: {},
appium: {},
alerts: {},
cookies: {},
document: {},
window: {},
chrome: {},
firefox: {},
assert: {},
verify: {},
expect: function () { },
element: function () { }
};
module.exports = namespacedApi;