public interface HookChainBuilder
| Modifier and Type | Method and Description |
|---|---|
List<FluentHook> |
build(java.util.function.Supplier<org.openqa.selenium.WebElement> elementSupplier,
java.util.function.Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locator,
java.util.function.Supplier<String> toStringSupplier,
List<HookDefinition<?>> hooks)
Build the hook chain.
|
List<FluentHook> build(java.util.function.Supplier<org.openqa.selenium.WebElement> elementSupplier, java.util.function.Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locator, java.util.function.Supplier<String> toStringSupplier, List<HookDefinition<?>> hooks)
elementSupplier - element supplierlocator - element locator suppliertoStringSupplier - element toString supplierhooks - list of hook definitionsCopyright © 2017 FluentLenium. All Rights Reserved.