UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

7 lines 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLATFORM_NAME_TVOS = exports.PLATFORM_NAME_IOS = void 0; /** Valid values for the `platformName` capability (also used in simulator names). */ exports.PLATFORM_NAME_IOS = 'iOS'; exports.PLATFORM_NAME_TVOS = 'tvOS'; //# sourceMappingURL=constants.js.map