com.atlassian.mywork.pageobjects
Class AbstractPageObject

java.lang.Object
  extended by com.atlassian.mywork.pageobjects.AbstractPageObject
Direct Known Subclasses:
DashboardPage, Flyout, HomePage, MobilePageObject, NotificationDrilldownItem, NotificationDrilldownPage, NotificationItem, NotificationsPage, TaskDetailPage, TaskItem, TasksPage

public abstract class AbstractPageObject
extends java.lang.Object


Field Summary
protected  com.atlassian.pageobjects.elements.PageElementFinder elementFinder
           
protected  com.atlassian.pageobjects.PageBinder pageBinder
           
protected static java.lang.String ROOT_URL
           
 
Constructor Summary
AbstractPageObject()
           
 
Method Summary
protected  void waitForTransition(int millis)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_URL

protected static final java.lang.String ROOT_URL
See Also:
Constant Field Values

pageBinder

@Inject
protected com.atlassian.pageobjects.PageBinder pageBinder

elementFinder

@Inject
protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
Constructor Detail

AbstractPageObject

public AbstractPageObject()
Method Detail

waitForTransition

@Deprecated
protected void waitForTransition(int millis)
Deprecated. 



Copyright © 2012 Atlassian. All Rights Reserved.