Class WaitHook

    • Constructor Detail

      • WaitHook

        public WaitHook​(FluentControl control,
                        ComponentInstantiator instantiator,
                        Supplier<org.openqa.selenium.WebElement> elementSupplier,
                        Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locatorSupplier,
                        Supplier<String> toStringSupplier,
                        WaitHookOptions options)
        Creates a new wait hook
        Parameters:
        control - FluentLenium control interface
        instantiator - FluentLenium instantiator
        elementSupplier - element supplier
        locatorSupplier - element locator supplier
        toStringSupplier - element toString supplier
        options - hook options