UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

14 lines (11 loc) 232 B
var win; if (typeof window !== "undefined") { win = window; } else if (typeof global !== "undefined") { win = global; } else if (typeof self !== "undefined"){ win = self; } else { win = {}; } module.exports = win;