net.thucydides.core.webdriver.stubs
Class NavigationStub

Package class diagram package NavigationStub
java.lang.Object
  extended by net.thucydides.core.webdriver.stubs.NavigationStub
All Implemented Interfaces:
org.openqa.selenium.WebDriver.Navigation

public class NavigationStub
extends Object
implements org.openqa.selenium.WebDriver.Navigation


Constructor Summary
NavigationStub()
           
 
Method Summary
 void back()
           
 void forward()
           
 void refresh()
           
 void to(String url)
           
 void to(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationStub

public NavigationStub()
Method Detail

back

public void back()
Specified by:
back in interface org.openqa.selenium.WebDriver.Navigation

forward

public void forward()
Specified by:
forward in interface org.openqa.selenium.WebDriver.Navigation

to

public void to(String url)
Specified by:
to in interface org.openqa.selenium.WebDriver.Navigation

to

public void to(URL url)
Specified by:
to in interface org.openqa.selenium.WebDriver.Navigation

refresh

public void refresh()
Specified by:
refresh in interface org.openqa.selenium.WebDriver.Navigation


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.