Uses of Class
org.alfresco.webdrone.PageException

Packages that use PageException
org.alfresco.webdrone   
org.alfresco.webdrone.share   
org.alfresco.webdrone.share.site.datalist   
org.alfresco.webdrone.share.site.document   
org.alfresco.webdrone.share.site.wiki   
 

Uses of PageException in org.alfresco.webdrone
 

Methods in org.alfresco.webdrone that throw PageException
 HtmlPage WebDrone.getCurrentPage()
          Gets the current page in the form of a page object based on the Alfresco site type.
static HtmlPage WebDroneUtil.loginAs(WebDrone drone, String url, String... userInfo)
          Logs user into share.
<T extends HtmlPage>
T
HtmlPage.render()
          Page renderer verifies the page has rendered by checking java script page loaded status is complete.
<T extends HtmlPage>
T
HtmlPage.render(long time)
          Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set.
<T extends HtmlPage>
T
HtmlPage.render(RenderTime timer)
          Page renderer verifies the page has rendered by checking all elements are visible and loaded.
 

Uses of PageException in org.alfresco.webdrone.share
 

Methods in org.alfresco.webdrone.share that throw PageException
 SearchBox SharePage.getSearch()
          Perform inputing a search term in to the search box on the main navigation.
 MyTasksPage MyTasksPage.render()
           
 MyTasksPage MyTasksPage.render(long time)
           
 MyTasksPage MyTasksPage.render(RenderTime timer)
           
 

Uses of PageException in org.alfresco.webdrone.share.site.datalist
 

Methods in org.alfresco.webdrone.share.site.datalist that throw PageException
 DataListPage DataListPage.render()
           
 DataListPage DataListPage.render(long time)
           
 DataListPage DataListPage.render(RenderTime timer)
           
 

Uses of PageException in org.alfresco.webdrone.share.site.document
 

Methods in org.alfresco.webdrone.share.site.document that throw PageException
 EditDocumentPropertiesPopup EditDocumentPropertiesPopup.render()
           
 EditDocumentPropertiesPage EditDocumentPropertiesPage.render()
           
 DocumentEditOfflinePage DocumentEditOfflinePage.render()
           
 EditDocumentPropertiesPopup EditDocumentPropertiesPopup.render(long time)
           
 EditDocumentPropertiesPage EditDocumentPropertiesPage.render(long time)
           
 EditDocumentPropertiesPopup EditDocumentPropertiesPopup.render(RenderTime timer)
           
 EditDocumentPropertiesPage EditDocumentPropertiesPage.render(RenderTime timer)
           
 

Uses of PageException in org.alfresco.webdrone.share.site.wiki
 

Methods in org.alfresco.webdrone.share.site.wiki that throw PageException
 WikiPage WikiPage.render()
           
 WikiPage WikiPage.render(long time)
           
 WikiPage WikiPage.render(RenderTime timer)
           
 



Copyright © 2013. All Rights Reserved.