public FluentWebDriver within(final Period period) {
return new RetryingFluentWebDriver(delegate, period, Context.singular(context, "within", null, period), monitor);
}
public NegatingFluentWebDriver without(Period period) {
return new NegatingFluentWebDriver(delegate, period, Context.singular(context, "without", null, period), monitor);
}