Package io.fluentlenium.core
Class FluentDriverWait
java.lang.Object
io.fluentlenium.core.FluentDriverWait
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawait(FluentControl control) Creates aFluentWaitinstance with the argumentFluentControl, and configures the FluentWait with theawaitAtMostandpollingEveryvalues from aConfigurationif they are set in that configuration.
-
Constructor Details
-
FluentDriverWait
-
-
Method Details
-
await
Creates aFluentWaitinstance with the argumentFluentControl, and configures the FluentWait with theawaitAtMostandpollingEveryvalues from aConfigurationif they are set in that configuration.- Parameters:
control- the fluent control- Returns:
- the configured FluentWait
-