We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8ba37 commit fd4f4ebCopy full SHA for fd4f4eb
ProxyDialogAutoFiller/ProxyDialogAutoFiller.cs
@@ -58,7 +58,6 @@ internal static void PrintControlIdentifiers(RuntimeContext context, AutomationE
58
{
59
var ind = new string(' ', indent * 2);
60
Console.WriteLine($"{ind}- {element.Current.ControlType.ProgrammaticName} : {element.Current.Name}");
61
- context.Logger.Log($"{ind}- {element.Current.ControlType.ProgrammaticName} : {element.Current.Name}");
62
var children = element.FindAll(TreeScope.Children, Condition.TrueCondition);
63
foreach (AutomationElement child in children)
64
0 commit comments