public void successfullyPaid() { successMessageElement.assertReady(); }
public void switchToPopup() { WebLocator popup = new WebLocator().setClasses("popup"); WebLocator iframe = new WebLocator(popup).setTag("iframe"); iframe.assertReady(); WebDriverConfig.getDriver().switchTo().frame(iframe.currentElement); }