예제 #1
0
 public void DeleteAllProducts()
 {
     productListingPage.OpenCart();
     checkOutPage.DeleteAllItems();
 }