Uses of Class
com.atlassian.confluence.selenium.client.Breadcrumbs.Crumb

Packages that use Breadcrumbs.Crumb
com.atlassian.confluence.selenium.client   
 

Uses of Breadcrumbs.Crumb in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client that return Breadcrumbs.Crumb
 Breadcrumbs.Crumb Breadcrumbs.getLastCrumb()
          Returns the last crumb, which is the current page one when viewing a page or the operation in other cases.
 Breadcrumbs.Crumb Breadcrumbs.getParentCrumb()
          Returns the second-to-last crumb, which is the parent page one when viewing a page.
 Breadcrumbs.Crumb Breadcrumbs.getSpaceCrumb()
          Returns the second crumb, which is the space one when viewing a page.
 

Methods in com.atlassian.confluence.selenium.client that return types with arguments of type Breadcrumbs.Crumb
 List<Breadcrumbs.Crumb> Breadcrumbs.getCrumbs()
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.