refactor(automation): remove browser automation, use OS-level automation only
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user