Interface LazyComponentsListener<T>

  • Type Parameters:
    T - type of component

    public interface LazyComponentsListener<T>
    Listen to lazy components events.
    • Method Detail

      • lazyComponentsInitialized

        void lazyComponentsInitialized​(Map<org.openqa.selenium.WebElement,​T> componentMap)
        Invoked when components are initialized for web elements.
        Parameters:
        componentMap - map matching WebElement objects to their components couterparts.