Class NavigationStub
java.lang.Object
net.thucydides.core.webdriver.stubs.NavigationStub
- All Implemented Interfaces:
org.openqa.selenium.WebDriver.Navigation
public class NavigationStub
extends java.lang.Object
implements org.openqa.selenium.WebDriver.Navigation
-
Constructor Summary
Constructors Constructor Description NavigationStub() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NavigationStub
public NavigationStub()
-
-
Method Details
-
back
public void back()- Specified by:
backin interfaceorg.openqa.selenium.WebDriver.Navigation
-
forward
public void forward()- Specified by:
forwardin interfaceorg.openqa.selenium.WebDriver.Navigation
-
to
public void to(java.lang.String url)- Specified by:
toin interfaceorg.openqa.selenium.WebDriver.Navigation
-
to
public void to(java.net.URL url)- Specified by:
toin interfaceorg.openqa.selenium.WebDriver.Navigation
-
refresh
public void refresh()- Specified by:
refreshin interfaceorg.openqa.selenium.WebDriver.Navigation
-