org.openqa.selenium.support.ui
Interface Clock

All Known Implementing Classes:
SystemClock

public interface Clock

A simple encapsulation to allowing timing


Method Summary
 boolean isNowBefore(long endInMillis)
           
 long laterBy(long durationInMillis)
           
 long now()
           
 

Method Detail

now

long now()

laterBy

long laterBy(long durationInMillis)

isNowBefore

boolean isNowBefore(long endInMillis)


Copyright © 2010. All Rights Reserved.