Exemplo n.º 1
0
 public static void CheckForDiplayedNotification(IWebDriver driver)
 {
     SeleniumMethods.WaitForElementDisplayed(driver, PageObjectsClass.MaxAmountNotification);
 }
Exemplo n.º 2
0
 public static void CloseCookieBanner(IWebDriver driver)
 {
     SeleniumMethods.WaitForElementDisplayed(driver, PageObjectsClass.CloseCookieButton);
     SeleniumMethods.ClickElement(driver, PageObjectsClass.CloseCookieButton);
 }