Exemple #1
0
 public void addcard(string nameCard, int count = 1)
 {
     mainPage.ButtonPesengerClick();
     mainPage.AddCart(nameCard, count);
 }