appium-ios-simulator
Version:
iOS Simulator interface for Appium.
12 lines • 405 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getDevices = getDevices;
const node_simctl_1 = require("node-simctl");
/**
* @param {import('@appium/types').StringRecord} [simctlOpts]
* @returns {Promise<any[]>}
*/
async function getDevices(simctlOpts) {
return await new node_simctl_1.Simctl(simctlOpts).getDevices();
}
//# sourceMappingURL=device-utils.js.map
;