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