Uses of Interface
io.fluentlenium.core.hook.FluentHook
Packages that use FluentHook
Package
Description
-
Uses of FluentHook in io.fluentlenium.core.domain
Methods in io.fluentlenium.core.domain with type parameters of type FluentHookModifier and TypeMethodDescription<O,H extends FluentHook<O>>
FluentList<E><O,H extends FluentHook<O>>
FluentList<E><O,H extends FluentHook<O>>
FluentWebElement<O,H extends FluentHook<O>>
FluentWebElementMethod parameters in io.fluentlenium.core.domain with type arguments of type FluentHookModifier and TypeMethodDescription<R> RFluentListImpl.noHook(Class<? extends FluentHook> hook, Function<FluentList<E>, R> function) <R> RFluentWebElement.noHook(Class<? extends FluentHook> hook, Function<FluentWebElement, R> function) -
Uses of FluentHook in io.fluentlenium.core.hook
Classes in io.fluentlenium.core.hook that implement FluentHookModifier and TypeClassDescriptionclassBase hook supportingFluentWebElementAPI.classBaseHook<T>Base hook implementation.Methods in io.fluentlenium.core.hook with type parameters of type FluentHookModifier and TypeMethodDescription<O,H extends FluentHook<O>>
TEnable a hook with default options.<O,H extends FluentHook<O>>
TEnable a hook with given options.<O,H extends FluentHook<O>>
T<O,H extends FluentHook<O>>
TMethods in io.fluentlenium.core.hook that return FluentHookModifier and TypeMethodDescriptionprotected FluentHook<?>DefaultHookChainBuilder.newInstance(Class<? extends FluentHook<?>> hookClass, FluentControl fluentControl, ComponentInstantiator instantiator, Supplier<org.openqa.selenium.WebElement> elementSupplier, Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locatorSupplier, Supplier<String> toStringSupplier, Object options) Creates a new hook instance.Methods in io.fluentlenium.core.hook that return types with arguments of type FluentHookModifier and TypeMethodDescriptionDefaultHookChainBuilder.build(Supplier<org.openqa.selenium.WebElement> elementSupplier, Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locator, Supplier<String> toStringSupplier, List<HookDefinition<?>> hooks) HookChainBuilder.build(Supplier<org.openqa.selenium.WebElement> elementSupplier, Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locator, Supplier<String> toStringSupplier, List<HookDefinition<?>> hooks) Build the hook chain.Class<? extends FluentHook<T>>HookDefinition.getHookClass()Method parameters in io.fluentlenium.core.hook with type arguments of type FluentHookModifier and TypeMethodDescriptionprotected FluentHook<?>DefaultHookChainBuilder.newInstance(Class<? extends FluentHook<?>> hookClass, FluentControl fluentControl, ComponentInstantiator instantiator, Supplier<org.openqa.selenium.WebElement> elementSupplier, Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locatorSupplier, Supplier<String> toStringSupplier, Object options) Creates a new hook instance.<R> RHookControl.noHook(Class<? extends FluentHook> hook, Function<T, R> function) Invoke a function with no hook.<R> RHookControlImpl.noHook(Class<? extends FluentHook> hook, Function<T, R> function) Constructor parameters in io.fluentlenium.core.hook with type arguments of type FluentHookModifierConstructorDescriptionHookDefinition(Class<? extends FluentHook<T>> hookClass) HookDefinition(Class<? extends FluentHook<T>> hookClass, T options) -
Uses of FluentHook in io.fluentlenium.core.hook.wait
Classes in io.fluentlenium.core.hook.wait that implement FluentHookModifier and TypeClassDescriptionclassHook that automatically wait for actions beeing available on the underlying element. -
Uses of FluentHook in io.fluentlenium.core.proxy
Fields in io.fluentlenium.core.proxy with type parameters of type FluentHook