@qavajs/steps-wdio
Version:
qavajs steps to interact with webdriverio
15 lines • 355 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
present: 10000,
visible: 10000,
clickable: 10000,
page: 10000,
implicit: 0,
element: 2000,
value: 5000,
valueInterval: 500,
actionInterval: 1000,
pageRefreshInterval: 2000
};
//# sourceMappingURL=defaultTimeouts.js.map
;