Exemplo n.º 1
0
 public static void SetValue(this AutomationElement automationElement, string value)
 {
     automationElement.AsValuePattern().SetValue(value);
 }
Exemplo n.º 2
0
 public static string Value(this AutomationElement automationElement)
 {
     return(automationElement.AsValuePattern().Current.Value);
 }