UNPKG

playwright-advanced-ml-healer

Version:

Advanced AI-powered self-healing selectors for Playwright with 20+ healing types, neural networks, and machine learning models

52 lines 2.21 kB
/** * playwright-advanced-ml-healer * * Advanced AI-powered self-healing selectors for Playwright * featuring 20+ healing types, neural networks, and machine learning models. * * @version 1.0.0 * @license MIT */ export { AdvancedMLHealing } from './advanced-ml-healing'; export { AdvancedHealingPage } from './healing-page'; export type { AdvancedMLResult, AdvancedElementFeatures, NeuralNetworkModel, MultiModalFeatures, ContextAwareFeatures, AdaptiveLearningSystem, ParallelProcessingConfig, AdvancedCachingSystem, MachineLearningModels, NaturalLanguageProcessing, ComputerVisionFeatures, EnsembleMethods, RealTimeLearning, HealingAction, HealingOptions } from './types'; export { ADVANCED_ML_TRAINING_DATA } from './data/advanced-ml-training-data'; export type { TrainingData } from './data/advanced-ml-training-data'; export declare const VERSION = "1.0.0"; export declare const PACKAGE_NAME = "playwright-advanced-ml-healer"; export declare const HEALING_TYPES: { readonly ID_BASED: "ID-Based"; readonly CLASS_BASED: "Class-Based"; readonly TAG_BASED: "Tag-Based"; readonly ATTRIBUTE_BASED: "Attribute-Based"; readonly TEXT_BASED: "Text-Based"; readonly XPATH_BASED: "XPath-Based"; readonly POSITION_BASED: "Position-Based"; readonly COMPLEX: "Complex"; readonly ABBREVIATION: "Abbreviation"; readonly SEMANTIC: "Semantic"; readonly CONTEXT_AWARE: "Context-Aware"; readonly FUZZY: "Fuzzy"; readonly MULTI_MODAL: "Multi-Modal"; readonly PATTERN: "Pattern"; readonly NEURAL: "Neural"; }; export declare const PERFORMANCE_METRICS: { readonly SUCCESS_RATE: 0.773; readonly AVERAGE_CONFIDENCE: 0.842; readonly HEALING_TYPES_COUNT: 20; readonly RESPONSE_TIME_MS: 100; readonly BUNDLE_SIZE_KB: 500; readonly MEMORY_USAGE_MB: 50; }; export declare const FEATURES: { readonly NEURAL_NETWORKS: true; readonly MACHINE_LEARNING: true; readonly NATURAL_LANGUAGE_PROCESSING: true; readonly COMPUTER_VISION: true; readonly ENSEMBLE_METHODS: true; readonly REAL_TIME_LEARNING: true; readonly ADVANCED_CACHING: true; readonly COMPREHENSIVE_ANALYTICS: true; }; //# sourceMappingURL=index.d.ts.map