Package com.atlassian.mywork.pageobjects
Class AbstractPageObject
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- Direct Known Subclasses:
DashboardPage,Flyout,MobilePageObject,NotificationDrilldownItem,NotificationDrilldownPage,NotificationItem,NotificationsPage,ProfileDraftsPage,ProfileFavouritesPage,ProfileMainPage,ProfileNetworkPage,ProfileSettingsPage,ProfileStatusUpdatePage,ProfileWatchesPage,TaskDetailPage,TaskItem,TasksPage
public abstract class AbstractPageObject extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.elements.PageElementFinderelementFinderprotected com.atlassian.pageobjects.PageBinderpageBinderprotected static StringROOT_URL
-
Constructor Summary
Constructors Constructor Description AbstractPageObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidwaitForTransition(int millis)Deprecated.
-
-
-
Field Detail
-
ROOT_URL
protected static final 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
-
-
Method Detail
-
waitForTransition
@Deprecated protected void waitForTransition(int millis)
Deprecated.
-
-