UNPKG

@focusconsulting/auto-a11y

Version:

A powerful tool that combines AI with accessibility-first element selection for Playwright tests

8 lines (7 loc) 530 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.A11yAILocator = exports.createA11yAILocator = void 0; const a11y_ai_locator_1 = require("./a11y-ai-locator"); Object.defineProperty(exports, "createA11yAILocator", { enumerable: true, get: function () { return a11y_ai_locator_1.createA11yAILocator; } }); Object.defineProperty(exports, "A11yAILocator", { enumerable: true, get: function () { return a11y_ai_locator_1.A11yAILocator; } }); exports.default = a11y_ai_locator_1.createA11yAILocator;