public class NavigationStub
extends java.lang.Object
implements org.openqa.selenium.WebDriver.Navigation
Constructor and Description |
---|
NavigationStub() |
Modifier and Type | Method and Description |
---|---|
void |
back() |
void |
forward() |
void |
refresh() |
void |
to(java.lang.String url) |
void |
to(java.net.URL url) |
public void back()
back
in interface org.openqa.selenium.WebDriver.Navigation
public void forward()
forward
in interface org.openqa.selenium.WebDriver.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 refresh()
refresh
in interface org.openqa.selenium.WebDriver.Navigation