com.atlassian.webdriver.pageobjects
Class DefaultWebDriverTester

java.lang.Object
  extended by com.atlassian.webdriver.pageobjects.DefaultWebDriverTester
All Implemented Interfaces:
BrowserAware, Tester, WebDriverTester

public class DefaultWebDriverTester
extends Object
implements WebDriverTester, BrowserAware

Implementation that uses WebDriver to drive the browser.


Constructor Summary
DefaultWebDriverTester()
           
DefaultWebDriverTester(AtlassianWebDriver driver)
           
 
Method Summary
 Browser getBrowser()
          Get browser associated with this component.
 AtlassianWebDriver getDriver()
           
 void gotoUrl(String url)
          Goes to a URL by changing the browser's location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWebDriverTester

public DefaultWebDriverTester()

DefaultWebDriverTester

public DefaultWebDriverTester(AtlassianWebDriver driver)
Method Detail

getDriver

public AtlassianWebDriver getDriver()
Specified by:
getDriver in interface WebDriverTester

gotoUrl

public void gotoUrl(String url)
Description copied from interface: Tester
Goes to a URL by changing the browser's location

Specified by:
gotoUrl in interface Tester
Parameters:
url - The url to change to

getBrowser

public Browser getBrowser()
Description copied from interface: BrowserAware
Get browser associated with this component.

Specified by:
getBrowser in interface BrowserAware
Returns:
browser


Copyright © 2014 Atlassian. All rights reserved.