Uses of Class
com.ibm.team.fvt.tests.web.WebFolderElement

Packages that use WebFolderElement
com.ibm.team.fvt.tests.web   
 

Uses of WebFolderElement in com.ibm.team.fvt.tests.web
 

Methods in com.ibm.team.fvt.tests.web that return WebFolderElement
 WebFolderElement WebFolderElement.getFolder(java.lang.String folderPath)
          Gets the sub-folder for the given path.
 WebFolderElement WebFolderElement.searchFolder(java.lang.String folder)
          Searches the folder with the given name in the hierarchy starting from current folder.
 WebFolderElement WebFolderElement.selectFolder(java.lang.String folderPath)
          Selects the sub-folder for the given path.
 

Methods in com.ibm.team.fvt.tests.web that return types with arguments of type WebFolderElement
 java.util.List<WebFolderElement> WebFolderElement.getAllLeaves()
          Return all leaves of the current folder.
 java.util.List<WebFolderElement> WebFolderElement.getChildren()
          Returns the folder's children.
 

Constructors in com.ibm.team.fvt.tests.web with parameters of type WebFolderElement
WebFolderElement(WebPage page, WebBrowserElement element, org.openqa.selenium.By expandBy, org.openqa.selenium.By expansionBy, org.openqa.selenium.By containerBy, WebFolderElement parentFolder)
           
WebFolderElement(WebPage page, WebBrowserElement element, WebFolderElement parentFolder)