3 references to AutomationElementHelper
Microsoft.VisualStudio.LanguageServices.IntegrationTests (3)
CSharp\CSharpInteractive.cs (1)
96
await
AutomationElementHelper
.ClickAutomationElementAsync(testValue.ToString(), recursive: true);
CSharp\CSharpInteractiveFormsAndWpf.cs (2)
51
var form = await
AutomationElementHelper
.FindAutomationElementAsync("win form text").WithCancellation(cancellationTokenSource.Token);
52
var wpf = await
AutomationElementHelper
.FindAutomationElementAsync("wpf window text").WithCancellation(cancellationTokenSource.Token);