Uses of Interface
org.alfresco.webdrone.HtmlPage

Packages that use HtmlPage
org.alfresco.webdrone   
org.alfresco.webdrone.share   
org.alfresco.webdrone.share.dashlet   
org.alfresco.webdrone.share.search   
org.alfresco.webdrone.share.site   
org.alfresco.webdrone.share.site.datalist   
org.alfresco.webdrone.share.site.document   
org.alfresco.webdrone.share.site.wiki   
 

Uses of HtmlPage in org.alfresco.webdrone
 

Classes in org.alfresco.webdrone that implement HtmlPage
 class Page
          Abstract HTML page.
 

Methods in org.alfresco.webdrone with type parameters of type HtmlPage
<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.
 

Methods in org.alfresco.webdrone that return HtmlPage
 HtmlPage WebDroneImpl.getCurrentPage()
           
 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.
 

Uses of HtmlPage in org.alfresco.webdrone.share
 

Classes in org.alfresco.webdrone.share that implement HtmlPage
 class ChangePasswordPage
          Change password page object, holds all element of the html page relating to share's my profile change password page.
 class DashBoardPage
          Dashboard page object, holds all element of the HTML page relating to share's
 class LoginPage
          Login Page object that holds all information and methods that can be found on the login page.
 class MyProfilePage
          My profile page object, holds all element of the html page relating to share's my profile page.
 class MyTasksPage
          My tasks page object, holds all element of the html page relating to share's my tasks page.
 class Navigation
          Represent elements found on the HTML page relating to the main navigation bar
 class PeopleFinderPage
          People finder page object, holds all element of the html page relating to share's people finder page.
 class PeopleFinderResultPage
          People finder page result object, holds all element of the html page relating to share's people finder page.
 class RepositoryPage
          Repository page object, holds all element of the html page relating to share's repository page.
 class SharePage
          Abstract of an Alfresco Share HTML page.
 

Methods in org.alfresco.webdrone.share that return HtmlPage
 HtmlPage Navigation.logout()
          Mimics the action of selecting logout link.
 HtmlPage PeopleFinderPage.searchFor(String person)
          Completes the search form on the people finders page.
static HtmlPage Pagination.selectPagiantionButton(WebDrone drone, String css)
          Selects the next or previous button on the pagination bar based on the action required.
 

Uses of HtmlPage in org.alfresco.webdrone.share.dashlet
 

Classes in org.alfresco.webdrone.share.dashlet that implement HtmlPage
 class MyActivitiesDashlet
          My activities dashlet object, holds all element of the HTML page relating to share's my activities dashlet on dashboard page.
 class MyDocumentsDashlet
          My documents dashlet object, holds all element of the HTML page relating to share's my documents dashlet on dashboard page.
 class MySitesDashlet
          My site dashlet object, holds all element of the HTML page relating to share's my site dashlet on dashboard page.
 class MyTasksDashlet
          My tasks dashlet object, holds all element of the HTML page relating to share's my tasks dashlet on dashboard page.
 class SiteContentDashlet
          Site content dashlet object, holds all element of the HTML relating to
 class SiteMembersDashlet
          Site members dashlet object, holds all element of the HTML relating to share's site members dashlet.
 

Methods in org.alfresco.webdrone.share.dashlet that return HtmlPage
 HtmlPage MyActivitiesDashlet.selectActivityDocument(String name)
          Selects the document link on the activity that appears on my activities dashlet by matching the name to the link.
 HtmlPage MyActivitiesDashlet.selectActivitySite(String name)
          Selects a the site link on an activity that appears on my activities dashlet by matching the name to the link.
 HtmlPage MyActivitiesDashlet.selectActivityUser(String name)
          Selects the user link on an activity that appears on my activities dashlet by matching the name to the link.
 

Uses of HtmlPage in org.alfresco.webdrone.share.search
 

Classes in org.alfresco.webdrone.share.search that implement HtmlPage
 class AdvanceSearchPage
          Advance search page object, holds all element of the html page.
 class AllSitesResultsPage
          All sites search results page object, holds all element of the html page relating to search results.
 class RepositoryResultsPage
          Repository search results page object, holds all element of the html page relating to search results.
 class SearchBox
          Represent elements found on the html page relating to the search functionality.
 class SearchResultsPage
          Search results page object, holds all element of the html page relating to share's search results.
 class SiteResultsPage
          Site search results page object, holds all element of the html page relating to search results.
 

Methods in org.alfresco.webdrone.share.search that return HtmlPage
protected  HtmlPage SearchResultsPage.doSearch(String text)
          Enters the search text and submits the from on basic search page form.
 HtmlPage SearchResultsPage.paginationSelect(int position)
          Selects and opens the paginated page based on the required position.
 HtmlPage SearchResultsPage.selectFirstResult()
          Selects the first result from page.
 HtmlPage SearchResultsPage.selectItem(Integer number)
          Select a particular search result item link based on the count.
 HtmlPage SearchResultsPage.selectItem(String title)
          Select a particular search result item link based on the match of the title.
 HtmlPage SearchResultsPage.selectNextPage()
          Action of selecting next page on pagination bar.
 HtmlPage SearchResultsPage.selectOnAllSites(String text)
          Selects All sites option and searches against all sites in alfresco share.
 HtmlPage SearchResultsPage.selectOnlyOnSite(String text)
          Selects search within a specific site and performs the search,
 HtmlPage SearchResultsPage.selectPreviousPage()
          Action of selecting previous page on pagination bar.
 HtmlPage SearchResultsPage.selectRepository()
          Select repository option search and performs search against repository.
 

Uses of HtmlPage in org.alfresco.webdrone.share.site
 

Classes in org.alfresco.webdrone.share.site that implement HtmlPage
 class CreateSitePage
          Create site page object, holds all element of the HTML page relating to share's create site page.
 class NewFolderPage
          Create folder page object, holds all element of the HTML page relating to share's create folder page.
 class SiteDashboardPage
          Site dashboard page object, holds all element of the HTML page relating to share's site dashboard page.
 class SiteFinderPage
          Site finder page object, holds all element of the html page relating to share's site finder page.
 class SiteNavigation
          Represent elements found on the html page relating to the sub navigation bar that appears on the site pages.
 class SitePage
          Abstract of an Alfresco Share site pages.
 class UpdateFilePage
          Upload file page object, holds all element of the html page relating to share's upload file page in site.
 class UploadFilePage
          Upload file page object, holds all element of the HTML page relating to share's upload file page in site.
 

Methods in org.alfresco.webdrone.share.site that return HtmlPage
 HtmlPage NewFolderPage.createNewFolder(String folderName)
           
 HtmlPage CreateSitePage.createNewSite(String siteName)
          Create a new site action.
 HtmlPage SiteFinderPage.deleteSite(String siteName)
          Deletes a site based on the result of the site finder search which should only yield one result.
 HtmlPage SiteNavigation.selectSiteDashBoard()
          Mimics the action of selecting the site dashboard link.
 HtmlPage SiteNavigation.selectSiteDocumentLibrary()
          Mimics the action of selecting the site document library link.
 HtmlPage SiteNavigation.selectSiteProjectLibrary()
          Mimics the action of selecting the site project library link.
 

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

Classes in org.alfresco.webdrone.share.site.datalist that implement HtmlPage
 class DataListPage
          Site data list page object, holds all element of the HTML page relating to share's site data list page.
 

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

Classes in org.alfresco.webdrone.share.site.document that implement HtmlPage
 class AbstractEditProperties
          Abstract of edit properties
 class DocumentDetailsPage
          Site document library page object, holds all element of the HTML page relating to share's site document library page.
 class DocumentEditOfflinePage
           
 class DocumentLibraryNavigation
          Represent elements found on the HTML page relating to the document library sub navigation bar that appears on the document library site page.
 class DocumentLibraryPage
          Site document library page object, holds all element of the HTML page relating to share's site document library page.
 class EditDocumentPropertiesPage
          Edit document properties page object, holds all element of the HTML page relating to share's edit document properties page.
 class EditDocumentPropertiesPopup
          Edit document properties pop up page object, holds all element of the HTML page relating to share's edit document properties pop up page.
 

Methods in org.alfresco.webdrone.share.site.document that return HtmlPage
 HtmlPage DocumentEditOfflinePage.selectCancelEditing()
          Select the cancel edit off line link.
 HtmlPage DocumentDetailsPage.selectDownload(File file)
          Downloads the document shown by the current page, optionally doing it by clicking the link in the browser (no control) or by doing a URL-based download.
 HtmlPage DocumentEditOfflinePage.selectEditOffLine(File file)
           
 HtmlPage DocumentDetailsPage.selectEditOffLine(File file)
          Select the edit off line link.
 

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

Classes in org.alfresco.webdrone.share.site.wiki that implement HtmlPage
 class WikiPage
          Site wiki main page object, holds all element of the HTML page relating to share's site wiki page.
 



Copyright © 2013. All Rights Reserved.