Exemplo n.º 1
0
 public void ThenIAddBatchAmounts(int iAmount)
 {
     try
     {
         RevenueFunctionalArea.SetTextField("//input[contains(@id,'_AMOUNT_value')]", iAmount.ToString()); // set the text field to the amount parameter passed in
     }
     catch (Exception ex)
     {
         throw new Exception("Error: could not add batch amounts. " + ex.Message);
     }
 }