Ejemplo n.º 1
0
 public void ChooseOptionInDropdownLeistung(string option)
 {
     try
     {
         TestDataManager.InputDropdown(string.Format(XPathPendenzen.TaskDetailFields1, "leistung"), option);
     }
     catch (Exception)
     {
         Cleanup();
         throw;
     }
 }