3031323334353637
public void waitForBody() { driver.waitUntilElementIsLocated(By.tagName("body")); if (!driver.getDriver().getCurrentUrl().contains(getUrl())) { throw new PageBindingException("", this); } }