예제 #1
0
 public static IUIElement EnterText(this ITestEngine engine, string automationId, string text) =>
 engine.EnterText(automationId, text, null);