public interface FindByListener
| Modifier and Type | Method and Description |
|---|---|
void |
on(org.openqa.selenium.By by,
FluentWebElement element,
org.openqa.selenium.WebDriver driver)
Invoked when an element has been found.
|
void on(org.openqa.selenium.By by,
FluentWebElement element,
org.openqa.selenium.WebDriver driver)
by - locator that found the elementelement - element founddriver - selenium webdriverCopyright © 2016 FluentLenium. All Rights Reserved.