예제 #1
0
 public static void SetValue(this AutomationElement automationElement, string value)
 {
     automationElement.AsValuePattern().SetValue(value);
 }
예제 #2
0
 public static string Value(this AutomationElement automationElement)
 {
     return(automationElement.AsValuePattern().Current.Value);
 }