UNPKG

locatai-ts

Version:

Enterprise-grade AI-powered element locator for Selenium WebDriver - TypeScript implementation

11 lines 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const AIProvider_1 = require("./AIProviders/AIProvider"); async function main() { // Create a new instance of the AIProvider which will return the appropriate provider const provider = new AIProvider_1.AIProvider(); // Start the interactive chat session await provider.interact(); } main().catch(console.error); //# sourceMappingURL=ai-demo.js.map