healix-mcp 1.2.6 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,7 +36,7 @@ export declare function g_replace_locator(): string[];
36
36
  export declare function g_screenshot(path?: string): string[];
37
37
  export declare function g_stop(sessionPort: number): string[];
38
38
  export declare function g_read_logs(locatorVariable?: string, testEndFailed?: boolean, anyError?: boolean): string[];
39
- export declare function g_get_dom(isPaused?: boolean): string[];
39
+ export declare function g_get_dom(isPaused?: boolean, hasAria?: boolean): string[];
40
40
  export declare function g_switch_context_list(contexts: string[], current?: string): string[];
41
41
  export declare function g_switch_context(error?: string): string[];
42
42
  export declare function g_pending_maintenance_steps(): string[];