com.atlassian.confluence.pageobjects.component.dashboard
Class DashboardPagesTab

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesTab
          extended by com.atlassian.confluence.pageobjects.component.dashboard.DashboardPagesTab
All Implemented Interfaces:
PageComponent

public class DashboardPagesTab
extends DashboardEntitiesTab

Represents the pages tab in the dashboard's entities panel

Since:
4.1

Field Summary
static org.openqa.selenium.By TAB_PANE_LOCATOR
           
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
DashboardPagesTab()
           
 
Method Summary
 FavouritePage getFavouritePage(Page page)
           
 org.openqa.selenium.WebElement getPageItem(Page page)
           
protected  org.openqa.selenium.By getPaneLocator()
           
 boolean isPagePresent(Page page)
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesTab
getText, isVisible
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAB_PANE_LOCATOR

public static final org.openqa.selenium.By TAB_PANE_LOCATOR
Constructor Detail

DashboardPagesTab

public DashboardPagesTab()
Method Detail

getPaneLocator

protected org.openqa.selenium.By getPaneLocator()
Specified by:
getPaneLocator in class DashboardEntitiesTab

isPagePresent

public boolean isPagePresent(Page page)

getFavouritePage

public FavouritePage getFavouritePage(Page page)

getPageItem

public org.openqa.selenium.WebElement getPageItem(Page page)


Copyright © 2003-2014 Atlassian. All Rights Reserved.