diff --git a/packages/native-helpers/windows-helper/src/Services/UIAutomationService.cs b/packages/native-helpers/windows-helper/src/Services/UIAutomationService.cs index 1e6f974..4e5440c 100644 --- a/packages/native-helpers/windows-helper/src/Services/UIAutomationService.cs +++ b/packages/native-helpers/windows-helper/src/Services/UIAutomationService.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Windows.Automation; +using System.Windows.Automation.Text; using System.Windows.Forms; using WindowsHelper.Models;