com.atlassian.webdriver.confluence.page
Class DashboardPage

java.lang.Object
  extended by com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
      extended by com.atlassian.webdriver.confluence.page.DashboardPage
All Implemented Interfaces:
Page, HomePage<ConfluenceHeader>, UserDiscoverable

public class DashboardPage
extends ConfluenceAbstractPage
implements HomePage<ConfluenceHeader>

Page object implementation for the Dashbaord page in Confluence. TODO: extend to handle more the page properly.


Constructor Summary
DashboardPage()
           
 
Method Summary
 String getUrl()
           
 
Methods inherited from class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
doWait, getBrowseMenu, getHeader, getUserMenu, isAdmin, isLoggedIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.pageobjects.page.HomePage
getHeader
 

Constructor Detail

DashboardPage

public DashboardPage()
Method Detail

getUrl

public String getUrl()
Specified by:
getUrl in interface Page
Returns:
The URI, including query string, relative to the base url


Copyright © 2014 Atlassian. All rights reserved.