コード例 #1
0
 public static void CheckForDiplayedNotification(IWebDriver driver)
 {
     SeleniumMethods.WaitForElementDisplayed(driver, PageObjectsClass.MaxAmountNotification);
 }
コード例 #2
0
 public static void CloseCookieBanner(IWebDriver driver)
 {
     SeleniumMethods.WaitForElementDisplayed(driver, PageObjectsClass.CloseCookieButton);
     SeleniumMethods.ClickElement(driver, PageObjectsClass.CloseCookieButton);
 }