com.atlassian.pageobjects
Interface Tester


public interface Tester

Abstracts the technology that can drive the browser.


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

Method Detail

gotoUrl

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

Parameters:
url - The url to change to


Copyright © 2013 Atlassian. All Rights Reserved.