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