T - type of componentpublic interface LazyComponentsListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
lazyComponentsInitialized(java.util.Map<org.openqa.selenium.WebElement,T> componentMap)
Invoked when components are initialized for web elements.
|
void lazyComponentsInitialized(java.util.Map<org.openqa.selenium.WebElement,T> componentMap)
componentMap - map matching WebElement objects to their components couterparts.Copyright © 2018 FluentLenium. All Rights Reserved.