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