|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PageException in org.alfresco.webdrone |
|---|
| Methods in org.alfresco.webdrone that throw PageException | ||
|---|---|---|
HtmlPage |
WebDrone.getCurrentPage()
|
|
HtmlPage |
IWebDrone.getCurrentPage()
Gets the current page in the form of a page object based on the Alfresco site type. |
|
static HtmlPage |
WebDroneUtil.loginAs(IWebDrone drone,
String url,
String... userInfo)
|
|
|
HtmlPage.render()
Page renderer verifies the page has rendered by checking java script page loaded status is complete. |
|
|
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. |
|
|
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 | |
|---|---|
void |
SharePage.basicRender(RenderTime timer)
|
static CreateSitePage |
FactorySharePage.createSite(WebDrone drone)
Create site pop up page object. |
Dashlet |
DashBoardPage.getDashlet(String name)
Gets dashlets in the dashboard page. |
static UpdateFilePage |
FactorySharePage.getFileUpdate(WebDrone drone,
String version)
File upload page pop up object. |
static UploadFilePage |
FactorySharePage.getFileUpload(WebDrone drone)
File upload page pop up object. |
static SharePage |
FactorySharePage.getPage(WebDrone drone)
Creates the appropriate page object based on the current page the WebDriver browser is viewing. |
Search |
SharePage.getSearch()
Perform inputing a search term in to the search box on the main navigation. |
HtmlPage |
Navigation.logout()
Mimcs the action of selecting logout link. |
RepositoryPage |
RepositoryPage.render()
|
PeopleFinderPage |
PeopleFinderPage.render()
|
Navigation |
Navigation.render()
|
MyTasksPage |
MyTasksPage.render()
|
MyProfilePage |
MyProfilePage.render()
|
LoginPage |
LoginPage.render()
|
DashBoardPage |
DashBoardPage.render()
|
ChangePasswordPage |
ChangePasswordPage.render()
|
RepositoryPage |
RepositoryPage.render(long time)
|
PeopleFinderPage |
PeopleFinderPage.render(long time)
|
Navigation |
Navigation.render(long time)
|
MyTasksPage |
MyTasksPage.render(long time)
|
MyProfilePage |
MyProfilePage.render(long time)
|
LoginPage |
LoginPage.render(long time)
|
DashBoardPage |
DashBoardPage.render(long time)
|
ChangePasswordPage |
ChangePasswordPage.render(long time)
|
RepositoryPage |
RepositoryPage.render(RenderTime timer)
|
PeopleFinderPage |
PeopleFinderPage.render(RenderTime timer)
|
Navigation |
Navigation.render(RenderTime timer)
|
MyTasksPage |
MyTasksPage.render(RenderTime timer)
|
MyProfilePage |
MyProfilePage.render(RenderTime timer)
|
LoginPage |
LoginPage.render(RenderTime timer)
|
DashBoardPage |
DashBoardPage.render(RenderTime timer)
|
ChangePasswordPage |
ChangePasswordPage.render(RenderTime timer)
|
HtmlPage |
Navigation.selectAdvanceSearch()
|
CreateSitePage |
Navigation.selectCreateSite()
Mimics the action of selecting create site link. |
HtmlPage |
Navigation.selectMyProfile()
Mimcs the action of selecting my profile link. |
HtmlPage |
Navigation.selectRepository()
Mimcs the action of selecting repository link. |
HtmlPage |
Navigation.selectSearchForSites()
Mimics the action of selecting site finder link. |
| Uses of PageException in org.alfresco.webdrone.share.dashlet |
|---|
| Methods in org.alfresco.webdrone.share.dashlet that throw PageException | |
|---|---|
HtmlPage |
MySitesDashlet.deleteSite(String siteName)
Selects a site that appears on my site dashlet by the matching name and clicks on the delete link. |
static Dashlet |
FactoryShareDashlet.getPage(WebDrone drone,
String name)
Gets the dashlet HTML element from the dashboard page. |
MySitesDashlet |
MySitesDashlet.render(long time)
|
HtmlPage |
MySitesDashlet.selectSite(String siteName)
Selects a site that appears on my site dashlet by the matching name and clicks on the link. |
| Uses of PageException in org.alfresco.webdrone.share.search |
|---|
| Methods in org.alfresco.webdrone.share.search that throw PageException | |
|---|---|
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. |
SearchResultsPage |
SearchResultsPage.render()
|
Search |
Search.render()
|
AdvanceSearchPage |
AdvanceSearchPage.render()
|
SearchResultsPage |
SearchResultsPage.render(long time)
|
Search |
Search.render(long time)
|
AdvanceSearchPage |
AdvanceSearchPage.render(long time)
|
SearchResultsPage |
SearchResultsPage.render(RenderTime timer)
|
Search |
Search.render(RenderTime timer)
|
AdvanceSearchPage |
AdvanceSearchPage.render(RenderTime timer)
|
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. |
| Uses of PageException in org.alfresco.webdrone.share.site |
|---|
| Methods in org.alfresco.webdrone.share.site that throw PageException | |
|---|---|
HtmlPage |
CreateSitePage.createNewSite(String siteName)
Create a new site action. |
UploadFilePage |
UploadFilePage.render()
|
UpdateFilePage |
UpdateFilePage.render()
|
SiteNavigation |
SiteNavigation.render()
|
SiteFinderPage |
SiteFinderPage.render()
|
SiteDashboardPage |
SiteDashboardPage.render()
|
CreateSitePage |
CreateSitePage.render()
|
UploadFilePage |
UploadFilePage.render(long time)
|
UpdateFilePage |
UpdateFilePage.render(long time)
|
SiteNavigation |
SiteNavigation.render(long time)
|
SiteFinderPage |
SiteFinderPage.render(long time)
|
SiteDashboardPage |
SiteDashboardPage.render(long time)
|
CreateSitePage |
CreateSitePage.render(long time)
|
UploadFilePage |
UploadFilePage.render(RenderTime timer)
|
UpdateFilePage |
UpdateFilePage.render(RenderTime timer)
|
SiteNavigation |
SiteNavigation.render(RenderTime timer)
|
SiteFinderPage |
SiteFinderPage.render(RenderTime timer)
|
SiteDashboardPage |
SiteDashboardPage.render(RenderTime timer)
|
CreateSitePage |
CreateSitePage.render(RenderTime timer)
|
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. |
DocumentLibraryPage |
UploadFilePage.uploadFile(String filePath)
Uploads a file by entering the file location into the input field and submitting the form. |
void |
UpdateFilePage.uploadFile(String filePath)
Uploads a file by entering the file location into the input field and submitting the form. |
| Uses of PageException in org.alfresco.webdrone.share.site.document |
|---|
| Methods in org.alfresco.webdrone.share.site.document that throw PageException | |
|---|---|
DocumentLibraryPage |
DocumentLibraryPage.render()
|
DocumentLibraryNavigation |
DocumentLibraryNavigation.render()
|
DocumentDetailsPage |
DocumentDetailsPage.render()
|
DocumentLibraryPage |
DocumentLibraryPage.render(long time)
|
DocumentLibraryNavigation |
DocumentLibraryNavigation.render(long time)
|
DocumentDetailsPage |
DocumentDetailsPage.render(long time)
|
DocumentLibraryPage |
DocumentLibraryPage.render(RenderTime timer)
|
DocumentLibraryNavigation |
DocumentLibraryNavigation.render(RenderTime timer)
|
DocumentDetailsPage |
DocumentDetailsPage.render(RenderTime timer)
Verifies if the page has rendered completely by checking the page load is complete and in addition it will observe key HTML elements have rendered. |
DocumentDetailsPage |
DocumentLibraryPage.selectFile(String title)
Selects the document details link. |
UploadFilePage |
DocumentLibraryNavigation.selectFileUpload()
Mimics the action of selecting the file upload button. |
UpdateFilePage |
DocumentDetailsPage.uploadNewVersion()
Mimics the action of clicking on the upload a new version button. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||