private class EventFiringWebDriver.EventFiringNavigation
extends java.lang.Object
implements org.openqa.selenium.WebDriver.Navigation
Modifier and Type | Field and Description |
---|---|
private org.openqa.selenium.WebDriver.Navigation |
navigation |
Constructor and Description |
---|
EventFiringNavigation(org.openqa.selenium.WebDriver.Navigation navigation) |
Modifier and Type | Method and Description |
---|---|
void |
back() |
void |
forward() |
void |
refresh() |
void |
to(java.lang.String url) |
void |
to(java.net.URL url) |
EventFiringNavigation(org.openqa.selenium.WebDriver.Navigation navigation)
public void to(java.lang.String url)
to
in interface org.openqa.selenium.WebDriver.Navigation
public void to(java.net.URL url)
to
in interface org.openqa.selenium.WebDriver.Navigation
public void back()
back
in interface org.openqa.selenium.WebDriver.Navigation
public void forward()
forward
in interface org.openqa.selenium.WebDriver.Navigation
public void refresh()
refresh
in interface org.openqa.selenium.WebDriver.Navigation