public interface HookChainBuilder
| Modifier and Type | Method and Description |
|---|---|
java.util.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<java.lang.String> toStringSupplier,
java.util.List<HookDefinition<?>> hooks)
Build the hook chain.
|
java.util.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<java.lang.String> toStringSupplier, java.util.List<HookDefinition<?>> hooks)
elementSupplier - element supplierlocator - element locator suppliertoStringSupplier - element toString supplierhooks - list of hook definitionsCopyright © 2018 FluentLenium. All Rights Reserved.