"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); async function getWindowHandle() { return this.currentWindowHandle; } exports.default = getWindowHandle;