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