refactor(automation): remove browser automation, use OS-level automation only

This commit is contained in:
2025-11-22 17:57:35 +01:00
parent 99fa06e12b
commit 84800c663a
44 changed files with 110 additions and 5125 deletions

View File

@@ -92,8 +92,9 @@ export interface IScreenAutomation {
/**
* Initialize the automation connection.
* Returns an AutomationResult indicating success or failure.
*/
connect?(): Promise<void>;
connect?(): Promise<AutomationResult>;
/**
* Clean up resources.