UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

15 lines 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mobileClearKeychains = mobileClearKeychains; const helpers_1 = require("./helpers"); /** * Clears keychains on a simulated device. * * @throws {Error} If current device is not a Simulator or there was an error * while clearing keychains. * @group Simulator Only */ async function mobileClearKeychains() { await (0, helpers_1.requireSimulator)(this, 'Keychain modification').clearKeychains(); } //# sourceMappingURL=keychains.js.map