com.atlassian.mywork.pageobjects
Class WebLoginPage<T>

java.lang.Object
  extended by com.atlassian.mywork.pageobjects.WebLoginPage<T>

public class WebLoginPage<T>
extends java.lang.Object


Constructor Summary
WebLoginPage(T nextPage)
           
 
Method Summary
static com.atlassian.pageobjects.elements.query.TimedCondition getWaitCondition(com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder)
          Returns the TimedCondition to wait (until true) for, to ensure the page is fully loaded.
 T handleWebLoginIfRequired(java.lang.String username, java.lang.String password)
           
 void waitUntilReady()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebLoginPage

public WebLoginPage(T nextPage)
Method Detail

waitUntilReady

public void waitUntilReady()

getWaitCondition

public static com.atlassian.pageobjects.elements.query.TimedCondition getWaitCondition(com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder)
Returns the TimedCondition to wait (until true) for, to ensure the page is fully loaded.

Parameters:
pageElementFinder - page element finder
Returns:
TimedCondition

handleWebLoginIfRequired

public T handleWebLoginIfRequired(java.lang.String username,
                                  java.lang.String password)


Copyright © 2012 Atlassian. All Rights Reserved.