}
@Test
public void page_should_pause_during_wait() throws InterruptedException {
Clock clock = new org.openqa.selenium.support.ui.SystemClock();
NormalFluentWait<WebDriver> waitFor = new NormalFluentWait(driver, clock, sleeper);
Counter counter = new Counter();
waitFor.withTimeoutOf(5000).milliseconds()
.pollingEvery(100).milliseconds()