com.atlassian.confluence.pageobjects.page.space
Class PagesCollectorPage.TreeBrowser

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.page.space.PagesCollectorPage.TreeBrowser
All Implemented Interfaces:
PageComponent
Enclosing class:
PagesCollectorPage

public static class PagesCollectorPage.TreeBrowser
extends ConfluenceAbstractPageComponent


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
PagesCollectorPage.TreeBrowser()
           
 
Method Summary
 PagesCollectorPage.TreeBrowser expandTo(java.util.Collection<java.lang.String> path)
          Walk down the tree along the links with the given names.
 void waitForTree()
           
 
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
 

Constructor Detail

PagesCollectorPage.TreeBrowser

public PagesCollectorPage.TreeBrowser()
Method Detail

waitForTree

public void waitForTree()

expandTo

public PagesCollectorPage.TreeBrowser expandTo(java.util.Collection<java.lang.String> path)
Walk down the tree along the links with the given names. This has to be done fairly dynamically, since parts of the tree's DOM are lazily generated, so there's no way of only specifying the target node and looking up the correct path via JS.



Copyright © 2003-2014 Atlassian. All Rights Reserved.