Wait wait = new FluentWait(WebDriver reference);
.withTimeout(timeout, SECONDS);
.pollingEvery(timeout, SECONDS);
.ignoring(Exception.class);