Package com.atlassian.mywork.pageobjects
Class WebLoginPage
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.WebLoginPage
-
public class WebLoginPage extends Object
-
-
Constructor Summary
Constructors Constructor Description WebLoginPage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.atlassian.pageobjects.elements.query.TimedConditiongetWaitCondition(com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder)Returns the TimedCondition to wait (until true) for, to ensure the page is fully loaded.<P> Plogin(String username, String password, Class<P> nextPage, Object... args)voidwaitUntilReady()
-
-
-
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
-
-