public interface NavigateAllListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
NavigateAllListener.Direction
Direction of the navigation
|
| Modifier and Type | Method and Description |
|---|---|
void |
on(String url,
org.openqa.selenium.WebDriver driver,
NavigateAllListener.Direction direction)
Invoked when a navigation is performed
|
void on(String url, org.openqa.selenium.WebDriver driver, NavigateAllListener.Direction direction)
url - destination urldriver - selenium driverdirection - direction of the navigationCopyright © 2016 FluentLenium. All Rights Reserved.