Interface FluentWait<ARG,FLUENT>

Type Parameters:
ARG - The input type for each condition used with this instance.
FLUENT - The type of value returned in the end of fluent chain.
All Superinterfaces:
FluentBase<FLUENT>, org.openqa.selenium.support.ui.Wait<ARG>
All Known Subinterfaces:
WebDriverWait<FLUENT>

public interface FluentWait<ARG,FLUENT> extends org.openqa.selenium.support.ui.Wait<ARG>, FluentBase<FLUENT>
This interface is a replication of FluentWait. It's here because of a fluent API in Graphene.
Author:
Jan Papousek