UNPKG

playwright-self-healer

Version:

A powerful self-healing automation tool for Playwright that automatically finds alternative selectors when original ones fail, including CSS and XPath support, similar to Healenium but built for modern web applications. Now with comprehensive XPath healin

12 lines 431 B
"use strict"; /** * Playwright Self-Healer * A powerful self-healing automation tool for Playwright * * @packageDocumentation */ Object.defineProperty(exports, "__esModule", { value: true }); exports.HealingPage = void 0; var healingPage_1 = require("./healingPage"); Object.defineProperty(exports, "HealingPage", { enumerable: true, get: function () { return healingPage_1.HealingPage; } }); //# sourceMappingURL=index.js.map