com.atlassian.pageobjects
Interface Tester

All Known Subinterfaces:
SeleniumTester, WebDriverTester
All Known Implementing Classes:
DefaultWebDriverTester

public interface Tester

Abstracts the technology that can drive the browser.


Method Summary
 void gotoUrl(String url)
          Goes to a URL by changing the browser's location
 

Method Detail

gotoUrl

void gotoUrl(String url)
Goes to a URL by changing the browser's location

Parameters:
url - The url to change to


Copyright © 2014 Atlassian. All rights reserved.