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 TypeMethodDescriptionvoid
initFluent
(FluentControl control) Init this container with aFluentControl
instance.
-
Method Details
-
initFluent
Init this container with aFluentControl
instance.- Parameters:
control
- control interface of the container
-