Package org.fluentlenium.core.events
Interface FindByListener
-
public interface FindByListenerListener interface for FindBy events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidon(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver)Invoked when an element has been found.
-
-
-
Method Detail
-
on
void on(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver)Invoked when an element has been found.- Parameters:
by- locator that found the elementelement- element founddriver- selenium webdriver
-
-