| Modifier and Type | Class and Description |
|---|---|
class |
Page
Abstract HTML page.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends HtmlPage> |
HtmlPage.render()
Page renderer verifies the page has rendered
by checking java script page loaded status is complete.
|
<T extends HtmlPage> |
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> |
HtmlPage.render(RenderTime timer)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlPage |
Navigation.logout()
Mimics the action of selecting logout link.
|
HtmlPage |
Navigation.selectAdvanceSearch() |
HtmlPage |
Navigation.selectChangePassword()
Mimics the action of selecting my profile link.
|
HtmlPage |
Navigation.selectMyDashBoard()
Mimics the action of selecting the dashboard link.
|
HtmlPage |
Navigation.selectMyProfile()
Mimics the action of selecting my profile link.
|
HtmlPage |
Navigation.selectPeople()
Mimics the action of selecting people finder link.
|
HtmlPage |
Navigation.selectRepository()
Mimics the action of selecting repository link.
|
HtmlPage |
Navigation.selectSearchForSites()
Mimics the action of selecting site finder link.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySitesDashlet
My site dashlet object, holds all element of the HTML page relating to
share's my site dashlet on dashboard page.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlPage |
MySitesDashlet.deleteSite(String siteName)
Selects a site that appears on my site dashlet by the matching name and
clicks on the delete link.
|
HtmlPage |
MySitesDashlet.selectSite(String siteName)
Selects a site that appears on my site dashlet by the matching name and
clicks on the link.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdvanceSearchPage
Advance search page object, holds all element of the html page.
|
class |
Search
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected HtmlPage |
SearchResultsPage.doSearch(String text)
Enters the search text and submits the from on basic search page form.
|
HtmlPage |
SearchResultsPage.onlyOnSite(String text)
Selects search within a specific site and performs the search,
|
HtmlPage |
SearchResultsPage.onRepository(String text)
Select repository option search and performs search against repository.
|
HtmlPage |
SearchResultsPage.searchOnAllSites(String text)
Selects All sites option and searches against all sites in alfresco
share.
|
HtmlPage |
SearchResultsPage.selectFirstResult()
Selects the first result from page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateSitePage
Create site page object, holds all element of the HTML page relating to
share's create site 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
SiteFinderPage.searchForSite(String title)
Search for a site form action.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentDetailsPage
Site document library page object, holds all element of the HTML page
relating to share's site document library page.
|
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.
|
Copyright © 2012. All Rights Reserved.