示例#1
0
 public void ReadTheContentOf(string elementKey)
 {
     FeatureContext.Current[elementKey] = UiAutomationService.GetElementText(elementKey);
 }
示例#2
0
 public void ReadTheContentOf(string elementKey)
 {
     dataRepoManager.AddData(elementKey, UiAutomationService.GetElementText(elementKey));
 }