Esempio n. 1
0
 public void ClickSubmitButton()
 {
     WebElementHelper.WaitUntilElementVisible(_webDriver, _continueButtonById);
     WebElementHelper.WaitUntilElementClickable(_webDriver, _continueButtonById);
     WebElementHelper.ClickAndWaitForPageToLoad(_webDriver, _continueButtonById);
 }
 public IWebElement NotificationBanner()
 {
     return(WebElementHelper.WaitUntilElementVisible(_webDriver,
                                                     _notificationBannerByXPath));
 }