コード例 #1
0
 public ShopingCartPage()
 {
     WaitManager.WaitForTrueCondition(
         () => shoppingCartTable.GetHeaderElements().Count > 0,
         "Wait for cart table");
 }
コード例 #2
0
 public OShopMainPage()
 {
     WaitManager.WaitForTrueCondition(
         () => ProductCards.Count > 0,
         "Wait for product cards");
 }