appium-xcuitest-driver
Version:
Appium driver for iOS using XCUITest for backend
15 lines • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
/**
* Returns information about the active application.
*
* @returns {Promise<import('./types').ActiveAppInfo>} Active app information
* @throws {Error} if an error raised by command
* @this {import('../driver').XCUITestDriver}
*/
async mobileGetActiveAppInfo() {
return /** @type {import('./types').ActiveAppInfo} */ (await this.proxyCommand('/wda/activeAppInfo', 'GET'));
},
};
//# sourceMappingURL=activeAppInfo.js.map