UNPKG

testplane

Version:

Tests framework based on mocha and wdio

9 lines 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (browser) => { const { publicAPI: session } = browser; session.addCommand("unstable_getCdp", async () => { return browser.cdp; }); }; //# sourceMappingURL=unstable_getCdp.js.map