UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

18 lines 622 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ATTRIBUTE_SCHEMA = void 0; exports.ATTRIBUTE_SCHEMA = { attributes: { visible: { type: 'boolean' }, accessible: { type: 'boolean' }, 'accessibility-container': { type: 'boolean' }, enabled: { type: 'boolean' }, index: { type: 'numeric', aliases: ['nth-child'] }, label: { type: 'string' }, name: { type: 'string', aliases: ['id'] }, value: { type: 'string' }, type: { type: 'string' }, }, booleanFormat: 'zero-one', }; //# sourceMappingURL=schema.js.map