Package io.fluentlenium.core
Interface FluentContainer
- All Known Implementing Classes:
BaseFluentHook,BaseHook,DefaultFluentContainer,FluentPage,WaitHook
public interface FluentContainer
Container object that can be initialized with a
FluentControl.-
Method Summary
Modifier and TypeMethodDescriptionvoidinitFluent(FluentControl control) Init this container with aFluentControlinstance.
-
Method Details
-
initFluent
Init this container with aFluentControlinstance.- Parameters:
control- control interface of the container
-