Interface LazyComponentsListener<T>

Type Parameters:
T - type of component

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

    Modifier and Type
    Method
    Description
    void
    lazyComponentsInitialized(Map<org.openqa.selenium.WebElement,T> componentMap)
    Invoked when components are initialized for web elements.
  • Method Details

    • 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.