public boolean auto_checkPageTitleContains(String title) { return auto_getFluentWait().until(ExpectedConditions.titleContains(title)); }