Example #1
0
 /// <summary>
 /// Sets the Credit card type to the MasterCard
 /// </summary>
 public void CreditCardTypeIsMasterCard()
 {
     ScenarioContext.Current["CreitCardType"] = MasterCard.Text.ToString();
     MasterCard.Click();
 }