Package io.fluentlenium.core
Class FluentDriverWait
java.lang.Object
io.fluentlenium.core.FluentDriverWait
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionawait
(FluentControl control) Creates aFluentWait
instance with the argumentFluentControl
, and configures the FluentWait with theawaitAtMost
andpollingEvery
values from aConfiguration
if they are set in that configuration.
-
Constructor Details
-
FluentDriverWait
-
-
Method Details
-
await
Creates aFluentWait
instance with the argumentFluentControl
, and configures the FluentWait with theawaitAtMost
andpollingEvery
values from aConfiguration
if they are set in that configuration.- Parameters:
control
- the fluent control- Returns:
- the configured FluentWait
-