com.atlassian.webdriver.pageobjects
Class DefaultWebDriverTester
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultWebDriverTester
public DefaultWebDriverTester()
DefaultWebDriverTester
public DefaultWebDriverTester(AtlassianWebDriver driver)
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.