UNPKG

webdriver-reuse-session

Version:

Manage Webdriver sessions and make sessions id's available for e.g. Protractor and other TDD and BBD tools

7 lines (6 loc) 541 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSessionIdFromFileSync = exports.getChromeSessionId = void 0; const webdriver_reuse_session_1 = require("./webdriver-reuse-session"); Object.defineProperty(exports, "getChromeSessionId", { enumerable: true, get: function () { return webdriver_reuse_session_1.getChromeSessionId; } }); Object.defineProperty(exports, "getSessionIdFromFileSync", { enumerable: true, get: function () { return webdriver_reuse_session_1.getSessionIdFromFileSync; } });