net.serenitybdd.screenplay.waits.WithTimeout Maven / Gradle / Ivy
package net.serenitybdd.screenplay.waits;
public interface WithTimeout {
WithTimeUnits forNoLongerThan(long timeout);
WithTimeUnits forNoLongerThan(int timeout);
}
package net.serenitybdd.screenplay.waits;
public interface WithTimeout {
WithTimeUnits forNoLongerThan(long timeout);
WithTimeUnits forNoLongerThan(int timeout);
}