public ShopingCartPage()
 {
     WaitManager.WaitForTrueCondition(
         () => shoppingCartTable.GetHeaderElements().Count > 0,
         "Wait for cart table");
 }
 public OShopMainPage()
 {
     WaitManager.WaitForTrueCondition(
         () => ProductCards.Count > 0,
         "Wait for product cards");
 }