ai-debug-local-mcp
Version:
🎯 ENHANCED AI GUIDANCE v4.1.2: Dramatically improved tool descriptions help AI users choose the right tools instead of 'close enough' options. Ultra-fast keyboard automation (10x speed), universal recording, multi-ecosystem debugging support, and compreh
24 lines • 846 B
TypeScript
import { BaseHandler } from './base-handler.js';
export declare class AdvancedFormInteractionHandler extends BaseHandler {
constructor();
getToolName(): string;
getToolDescription(): string;
getTools(): any[];
handle(tool: string, params: any, sessions: Map<string, any>): Promise<any>;
private smartFormInteraction;
private processFormField;
private handleDynamicElements;
private handleDropdown;
private handleModal;
private handleAutocomplete;
private handleDatepicker;
private handleOverlay;
private simulateFileUpload;
private waitForFormState;
private evaluateFormState;
private stateMatches;
private extractFormValidationErrors;
private createFormTestScenario;
private captureValidationErrors;
}
//# sourceMappingURL=advanced-form-interaction-handler.d.ts.map