- FactoryShareDashlet - Class in org.alfresco.webdrone.share.dashlet
-
Alfresco Share factory, creates the appropriate page object that corresponds
to the browser view.
- FactorySharePage - Class in org.alfresco.webdrone.share
-
Alfresco Share factory, creates the appropriate page object that corresponds
to the browser view.
- FILE_UPLOAD_BUTTON - Static variable in class org.alfresco.webdrone.share.site.document.DocumentLibraryNavigation
-
- FileDirectoryInfo - Class in org.alfresco.webdrone.share.site.document
-
- FileDirectoryInfo(WebElement) - Constructor for class org.alfresco.webdrone.share.site.document.FileDirectoryInfo
-
- FileDownloader - Class in org.alfresco.webdrone
-
Downloads file from given url using
WebDrone's session details
extracted from a cookie.
- FileDownloader(WebDrone) - Constructor for class org.alfresco.webdrone.FileDownloader
-
- finalize() - Method in class org.alfresco.webdrone.AlfrescoRemoteWebDriver
-
Clean up process once the driver is not in use.
- finalize() - Method in class org.alfresco.webdrone.WebDroneImpl
-
- find(By) - Method in interface org.alfresco.webdrone.WebDrone
-
Finds WebElement by text in html.
- find(By) - Method in class org.alfresco.webdrone.WebDroneImpl
-
Helper method to find a WebElement.
- findAll(By) - Method in interface org.alfresco.webdrone.WebDrone
-
Finds all possible matching WebElement.
- findAll(By) - Method in class org.alfresco.webdrone.WebDroneImpl
-
Helper method to find all WebElement on HTML page
- findAndWait(By) - Method in class org.alfresco.webdrone.HtmlElement
-
Helper method to find a WebElement with a time limit in
milliseconds.
- findAndWait(By) - Method in interface org.alfresco.webdrone.WebDrone
-
Find WebElement by the html name attribute.
- findAndWait(By, long) - Method in interface org.alfresco.webdrone.WebDrone
-
Finds WebElement using By pattern with a
time limit set in milliseconds.
- findAndWait(By, long, long) - Method in interface org.alfresco.webdrone.WebDrone
-
Finds WebElement using By pattern with a
time limit and interval time set in milliseconds.
- findAndWait(By, long) - Method in class org.alfresco.webdrone.WebDroneImpl
-
Helper method to find a WebElement with a time limit in
milliseconds.
- findAndWait(By, long, long) - Method in class org.alfresco.webdrone.WebDroneImpl
-
Helper method to find a WebElement with a time limit in
milliseconds.
- findAndWait(By) - Method in class org.alfresco.webdrone.WebDroneImpl
-
Helper method to find and return a slow loading WebElement.
- findAndWaitById(String) - Method in interface org.alfresco.webdrone.WebDrone
-
Finds
WebElement by id, this method uses an
implicit wait time which set by the
WebDrone
max wait time.
- findAndWaitById(String) - Method in class org.alfresco.webdrone.WebDroneImpl
-
Helper method to find and return a slow loading WebElement by id.
- findAndWaitForElements(By, long) - Method in interface org.alfresco.webdrone.WebDrone
-
Finds all possible matching WebElement with time limit.
- findAndWaitForElements(By) - Method in interface org.alfresco.webdrone.WebDrone
-
Finds all possible matching WebElement with time limit.
- findAndWaitForElements(By, long) - Method in class org.alfresco.webdrone.WebDroneImpl
-
Helper method to find and return a slow loading collection of
WebElement.
- findAndWaitForElements(By) - Method in class org.alfresco.webdrone.WebDroneImpl
-
Helper method to find and return a slow loading collection of
WebElement.
- findButton(String, List<WebElement>) - Method in class org.alfresco.webdrone.share.SharePage
-
Helper to resolve the delete button from the collection of buttons.
- findById(String) - Method in interface org.alfresco.webdrone.WebDrone
-
Finds the WebElement by the given identifier.
- findById(String) - Method in class org.alfresco.webdrone.WebDroneImpl
-
Helper method to find a WebElement by id using the
WebDroneProperties to resolve the key value of the id.
- findFileOrFolder(String) - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Selects file or folder from page.
- formPresent() - Method in class org.alfresco.webdrone.share.ChangePasswordPage
-
- fromString(String) - Static method in enum org.alfresco.webdrone.AlfrescoVersion
-
- fromString(String) - Static method in enum org.alfresco.webdrone.Browser
-
- getActivities(MyActivitiesDashlet.LinkType) - Method in class org.alfresco.webdrone.share.dashlet.MyActivitiesDashlet
-
Get Activities based on the link type.
- getAlfrescoVersion() - Method in interface org.alfresco.webdrone.WebDrone
-
- getAlfrescoVersion() - Method in class org.alfresco.webdrone.WebDroneImpl
-
- getAuthor() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Get value seen on the author input value.
- getChromeServerPath() - Method in class org.alfresco.webdrone.WebDroneFactory
-
- getCommentCount() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
The number of comments value displayed on the span comment count.
- getCommentCount() - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
The number of comments value displayed
on the span comment count.
- getComments() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Get all the comments that are displayed on the page.
- getCommentsOfLastCommit() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Get the comments of the last commit from the revision history panel
- getCookies() - Method in class org.alfresco.webdrone.WebDroneImpl
-
Extract cookie information
- getCopyRight() - Method in class org.alfresco.webdrone.share.SharePage
-
Get copy right text from alfresco footer.
- getCurrentPage() - Method in interface org.alfresco.webdrone.WebDrone
-
Gets the current page in the form of a page object based on the Alfresco
site type.
- getCurrentPage() - Method in class org.alfresco.webdrone.WebDroneImpl
-
- getCurrentUrl() - Method in interface org.alfresco.webdrone.WebDrone
-
Get the URL displayed on the browser.
- getCurrentUrl() - Method in class org.alfresco.webdrone.WebDroneImpl
-
- getDashlet(String) - Method in class org.alfresco.webdrone.share.DashBoardPage
-
Gets dashlets in the dashboard page.
- getDefaultWaitTime() - Method in class org.alfresco.webdrone.WebDroneImpl
-
- getDescription() - Method in class org.alfresco.webdrone.share.ShareLink
-
Gets text value of link
- getDescription() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Get value seen on the description input value.
- getDescription() - Method in class org.alfresco.webdrone.share.site.document.FileDirectoryInfo
-
Gets the description of the file or directory,
if none then empty string is returned
- getDocuments() - Method in class org.alfresco.webdrone.share.dashlet.MyDocumentsDashlet
-
The collection of documents displayed on my documents dashlet.
- getDocumentSize() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Get the file size from the properties
section of the document details page.
- getDocumentTitle() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Gets the document detail title.
- getDocumentTitle() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Get value seen on the title input value.
- getDocumentVersion() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Gets document version value from top of the details page
- getDriver() - Method in class org.alfresco.webdrone.WebDroneImpl
-
- getDrone() - Method in class org.alfresco.webdrone.Page
-
- getElement(String) - Method in interface org.alfresco.webdrone.WebDrone
-
Gets the HTML element id value for the given key.
- getElement(String) - Method in class org.alfresco.webdrone.WebDroneImpl
-
- getElement(String) - Method in class org.alfresco.webdrone.WebDroneProperties
-
Gets the HTML element id value for the given key.
- getFiles() - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Extracts the results from result table that matches the file name.
- getFileUpdate(WebDrone, String, boolean) - Static method in class org.alfresco.webdrone.share.FactorySharePage
-
File upload page pop up object.
- getFileUpload(WebDrone) - Static method in class org.alfresco.webdrone.share.FactorySharePage
-
File upload page pop up object.
- getGridUrl() - Method in class org.alfresco.webdrone.WebDroneFactory
-
- getHref() - Method in class org.alfresco.webdrone.share.ShareLink
-
- getIeServerPath() - Method in class org.alfresco.webdrone.WebDroneFactory
-
- getInstance() - Method in class org.alfresco.webdrone.WebDroneFactory
-
Create new instance of WebDriver based on
the browser type.
- getLikeCount() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Checks for the number of positive votes.
- getLink() - Method in class org.alfresco.webdrone.share.ShareLink
-
- getLocalDownloadPath() - Method in class org.alfresco.webdrone.FileDownloader
-
- getLogin() - Method in class org.alfresco.webdrone.share.SharePage
-
- getMaxPageRenderWaitTime() - Method in class org.alfresco.webdrone.WebDroneImpl
-
- getMembers() - Method in class org.alfresco.webdrone.share.dashlet.SiteMembersDashlet
-
The member of the site that is displayed on
site members dashlet.
- getMimeType() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Get the value of selected mime type
- getName() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Get the String value of name input value.
- getName() - Method in class org.alfresco.webdrone.share.site.document.FileDirectoryInfo
-
Gets the name of the file or directory,
if none then empty string is returned
- getNav() - Method in class org.alfresco.webdrone.share.SharePage
-
- getNavigation() - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Get document library sub navigation.
- getNewFolderPage(WebDrone) - Static method in class org.alfresco.webdrone.share.FactorySharePage
-
New folder page pop up object.
- getObject() - Method in class org.alfresco.webdrone.WebDroneFactory
-
- getObjectType() - Method in class org.alfresco.webdrone.WebDroneFactory
-
- getOrientation() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Get value seen on the orientation input value.
- getPage(WebDrone, String) - Static method in class org.alfresco.webdrone.share.dashlet.FactoryShareDashlet
-
Gets the dashlet HTML element from the dashboard page.
- getPage(WebDrone) - Static method in class org.alfresco.webdrone.share.FactorySharePage
-
Creates the appropriate page object based on the current page the
WebDrone is on.
- getPageName(String) - Static method in class org.alfresco.webdrone.share.FactorySharePage
-
Extracts the String value from the last occurrence of slash in the url.
- getPageSouce() - Method in class org.alfresco.webdrone.WebDroneImpl
-
The HTML source code of the page viewed.
- getPageTitle() - Method in class org.alfresco.webdrone.share.SharePage
-
Alfresco share based layout and style page title label element.
- getPaginationPosition() - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Displays the position the page is in
the pagination, if there is only one page
then it will return the value 1
- getProperties() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Get the document properties from view.
- getResolutionUnit() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Get value seen on the resolution unit input value.
- getResults() - Method in class org.alfresco.webdrone.share.PeopleFinderResultPage
-
Gets the names of the search result.
- getResults() - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Gets the search results as a collection of SearResultItems.
- getRevisionPanel() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Locates the revision history DIV.
- getScreenShot() - Method in class org.alfresco.webdrone.Page
-
Grabs a screen shot of currently displayed page.
- getScreenShot() - Method in interface org.alfresco.webdrone.WebDrone
-
Grabs the screen shot of the current page.
- getScreenShot() - Method in class org.alfresco.webdrone.WebDroneImpl
-
Grabs a screen shot of what the WebDriver is currently viewing.
- getScreenshotAs(OutputType<X>) - Method in class org.alfresco.webdrone.AlfrescoRemoteWebDriver
-
- getSearch() - Method in class org.alfresco.webdrone.share.SharePage
-
Perform inputing a search term in to the search box on the main
navigation.
- getSiteNav() - Method in class org.alfresco.webdrone.share.site.SitePage
-
Get main navigation.
- getSites() - Method in class org.alfresco.webdrone.share.dashlet.MySitesDashlet
-
The active sites displayed on my site dashlet.
- getTargetUrl() - Method in class org.alfresco.webdrone.WebDroneFactory
-
- getTasks() - Method in class org.alfresco.webdrone.share.dashlet.MyTasksDashlet
-
The collection of tasks displayed on my tasks dashlet.
- getTitle() - Method in interface org.alfresco.webdrone.HtmlPage
-
Page title.
- getTitle() - Method in class org.alfresco.webdrone.Page
-
Gets the title of the html page
as it appears on the browser header.
- getTitle() - Method in class org.alfresco.webdrone.share.search.SearchResultItem
-
Title of search result item.
- getTitle() - Method in interface org.alfresco.webdrone.WebDrone
-
Title of the page.
- getTitle() - Method in class org.alfresco.webdrone.WebDroneImpl
-
- getVersion() - Method in enum org.alfresco.webdrone.AlfrescoVersion
-
- getVerticalResolution() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Get value seen on the vertical resolution unit input value.
- isBrowserTitle(String) - Method in class org.alfresco.webdrone.Page
-
Helper method to verify if the current Browser page
title contains the title name.
- isCheckedOut() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Verifies if document is locked for offline editing.
- isCheckedOut() - Method in class org.alfresco.webdrone.share.site.document.DocumentEditOfflinePage
-
- isChromeBrowser() - Method in class org.alfresco.webdrone.WebDroneImpl
-
Checks to see if driver used is chrome.
- isCloud() - Method in enum org.alfresco.webdrone.AlfrescoVersion
-
Checks if its a cloud base enum.
- isCreateSiteDialogDisplayed() - Method in class org.alfresco.webdrone.share.site.CreateSitePage
-
Verify if the create dialog is displayed.
- isCreateSiteDialogDisplayed() - Method in class org.alfresco.webdrone.share.site.NewFolderPage
-
Verify if the create dialog is displayed.
- isDocumentDetailsPage() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Verify if the page viewed is the document details page.
- isDocumentLibrary() - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Verify if the page viewed is the document library page.
- isDocumentLibraryPage(String) - Static method in class org.alfresco.webdrone.share.FactorySharePage
-
Checks if pageName is document library.
- isEditOfflineDisplayed() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Check for edit offline banner that appears on the top
of the page when document is locked by edit off line.
- isEditOfflineLinkDisplayed() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Verify if the action to edit offline is available
- isEditPropertiesVisible() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Verify if edit properties element,
that contains the form is visible.
- isFilesVisible() - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Checks to see if files is on the page.
- isFileUploadHtml5() - Method in enum org.alfresco.webdrone.AlfrescoVersion
-
Flag to indicates if file upload is supported
by HTML5
- isFileVisible(String) - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Checks to see if file is on the page.
- isHelpScreenDisplayed() - Method in class org.alfresco.webdrone.share.PeopleFinderPage
-
Checks for people finder help screen on the page.
- isHtmlUnit() - Method in class org.alfresco.webdrone.WebDroneImpl
-
Checks to see if driver used is HtmlUnit.
- isJSMessageDisplayed() - Method in class org.alfresco.webdrone.share.SharePage
-
Check if javascript message is displayed.
- isLoggedIn() - Method in class org.alfresco.webdrone.share.SharePage
-
Verifies if a user is currently logged in
- isLogoPresent() - Method in class org.alfresco.webdrone.share.SharePage
-
Verify if the Alfresco logo is present on the page.
- isReady() - Method in interface org.alfresco.webdrone.WebDrone
-
- isReady() - Method in class org.alfresco.webdrone.WebDroneImpl
-
- isRenderComplete(long) - Method in interface org.alfresco.webdrone.WebDrone
-
Verify if the page has completed render.
- isRenderComplete(long) - Method in class org.alfresco.webdrone.WebDroneImpl
-
Verify if loading of the page is complete using java script to validate
state of the HTML DOM.
- isSingleton() - Method in class org.alfresco.webdrone.WebDroneFactory
-
- isSite(String) - Method in class org.alfresco.webdrone.share.site.SitePage
-
Checks that the current site is the same as
requested site name.
- isSitePage(String) - Method in class org.alfresco.webdrone.share.site.SitePage
-
Checks the hight ligted link in the site sub navigation
to verify which page we are on.
- isSubFolderDocLib(String) - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Checks to verify if we are in the correct sub folder document library page.
- isTitlePresent() - Method in class org.alfresco.webdrone.share.PeopleFinderPage
-
Verify if people finder title is present on the page
- isTitlePresent(String) - Method in class org.alfresco.webdrone.share.SharePage
-
Verify share page title is present and matches the page
- isTypeFolder() - Method in class org.alfresco.webdrone.share.site.document.FileDirectoryInfo
-
Checks if the FileDirectory is of a folder type.
- isUploadFileDialogDisplayed() - Method in class org.alfresco.webdrone.share.site.UploadFilePage
-
Verify if the file upload dialog is displayed.
- isUploadNewVersionDisplayed() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Verify if button on version history view is displayed
- saveScreenShot(WebDrone, String) - Static method in class org.alfresco.webdrone.WebDroneUtil
-
Grabs and stores screen shot that is currently
on view by the
WebDrone.
- search(String) - Method in class org.alfresco.webdrone.share.search.AllSitesResultsPage
-
Performs the search by entering the term into search field
and submitting the search.
- search(String) - Method in class org.alfresco.webdrone.share.search.RepositoryResultsPage
-
Performs the search by entering the term into search field
and submitting the search.
- search(String) - Method in class org.alfresco.webdrone.share.search.SearchBox
-
Performs the search by entering the term into search field
and submitting the search.
- SearchBox - Class in org.alfresco.webdrone.share.search
-
Represent elements found on the html page relating to the search
functionality.
- SearchBox(WebDrone) - Constructor for class org.alfresco.webdrone.share.search.SearchBox
-
Constructor.
- searchFor(String) - Method in class org.alfresco.webdrone.share.PeopleFinderPage
-
Completes the search form on the people
finders page.
- searchFor(String) - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Performs the search by entering the term into search field
and submitting the search form on the result page.
- searchForSite(String) - Method in class org.alfresco.webdrone.share.site.SiteFinderPage
-
Search for a site form action.
- SearchResultItem - Class in org.alfresco.webdrone.share.search
-
Holds the information of a search result item.
- SearchResultItem(WebElement) - Constructor for class org.alfresco.webdrone.share.search.SearchResultItem
-
Constructor
- SearchResultsPage - Class in org.alfresco.webdrone.share.search
-
Search results page object, holds all element of the html page relating to
share's search results.
- SearchResultsPage(WebDrone) - Constructor for class org.alfresco.webdrone.share.search.SearchResultsPage
-
Constructor.
- searchType() - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Gets the search type description on the search that has been performed.
- selectActivityDocument(String) - Method in class org.alfresco.webdrone.share.dashlet.MyActivitiesDashlet
-
Selects the document link on the activity that appears on my activities dashlet
by matching the name to the link.
- selectActivitySite(String) - Method in class org.alfresco.webdrone.share.dashlet.MyActivitiesDashlet
-
Selects a the site link on an activity that appears on my activities dashlet
by matching the name to the link.
- selectActivityUser(String) - Method in class org.alfresco.webdrone.share.dashlet.MyActivitiesDashlet
-
Selects the user link on an activity that appears on my activities dashlet
by matching the name to the link.
- selectAdvanceSearch() - Method in class org.alfresco.webdrone.share.Navigation
-
Select the advance search button from dropdown.
- selectCancel() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Select cancel button.
- selectCancelEditing() - Method in class org.alfresco.webdrone.share.site.document.DocumentEditOfflinePage
-
Select the cancel edit off line link.
- selectChangePassword() - Method in class org.alfresco.webdrone.share.Navigation
-
Mimics the action of selecting my profile link.
- selectCreateSite() - Method in class org.alfresco.webdrone.share.Navigation
-
Mimics the action of selecting create site link.
- selectDelete(WebDrone) - Method in class org.alfresco.webdrone.share.site.document.FileDirectoryInfo
-
Select the delete button on the item.
- selectDocument(String) - Method in class org.alfresco.webdrone.share.dashlet.MyDocumentsDashlet
-
Selects a document that appears on my documents dashlet by the matching name and
clicks on the link.
- selectDownload(File) - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
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.
- selectEditOffLine(File) - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Select the edit off line link.
- selectEditOffLine(File) - Method in class org.alfresco.webdrone.share.site.document.DocumentEditOfflinePage
-
- selectEditProperties() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Mimics the action of selecting edit properties on the document details
page.
- selectFile(String) - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Selects the title of the document link.
- selectFileUpload() - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryNavigation
-
Mimics the action of selecting the file upload button.
- selectFirstResult() - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Selects the first result from page.
- selectFolder(String) - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Selects the title of the folder link.
- selectItem(String) - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Select a particular search result item link
based on the match of the title.
- selectItem(Integer) - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Select a particular search result item link
based on the count.
- selectLike() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Mimics the action of selecting the thumbs up icon on the document page.
- selectLink(String) - Method in class org.alfresco.webdrone.share.dashlet.MyActivitiesDashlet
-
Select a link from activity list by a given name
with a default of document type, as there are additional
links such as user or site in the same web element.
- selectMajorVersionChange() - Method in class org.alfresco.webdrone.share.site.UpdateFilePage
-
Select the major version tick box.
- selectMember(String) - Method in class org.alfresco.webdrone.share.dashlet.SiteMembersDashlet
-
Retrieves the link that match the site members name.
- selectMimeType(String) - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Selects a mime type from the dropdown by matching
the option displayed with the mimeType input.
- selectMinorVersionChange() - Method in class org.alfresco.webdrone.share.site.UpdateFilePage
-
Select the minor version tick box.
- selectMyDashBoard() - Method in class org.alfresco.webdrone.share.Navigation
-
Mimics the action of selecting the dashboard link.
- selectMyProfile() - Method in class org.alfresco.webdrone.share.Navigation
-
Mimics the action of selecting my profile link.
- selectNextPage() - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Action of selecting next page on pagination bar.
- selectNextPage() - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Selects the button next on the pagination bar.
- selectOnAllSites(String) - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Selects All sites option and searches against all sites in alfresco
share.
- selectOnlyOnSite(String) - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Selects search within a specific site and performs the search,
- selectPagiantionButton(WebDrone, String) - Static method in class org.alfresco.webdrone.share.Pagination
-
Selects the next or previous button on the pagination
bar based on the action required.
- selectPeople() - Method in class org.alfresco.webdrone.share.Navigation
-
Mimics the action of selecting people finder link.
- selectPreviousPage() - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Action of selecting previous page on pagination bar.
- selectPreviousPage() - Method in class org.alfresco.webdrone.share.site.document.DocumentLibraryPage
-
Selects the button previous on the pagination bar.
- selectRepository() - Method in class org.alfresco.webdrone.share.Navigation
-
Mimics the action of selecting repository link.
- selectRepository() - Method in class org.alfresco.webdrone.share.search.SearchResultsPage
-
Select repository option search and performs search against repository.
- selectSave() - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Selects the save button that triggers the form submition.
- selectSearchForSites() - Method in class org.alfresco.webdrone.share.Navigation
-
Mimics the action of selecting site finder link.
- selectSite(String) - Method in class org.alfresco.webdrone.share.dashlet.MySitesDashlet
-
Retrieves the link that match the site name.
- selectSiteDashBoard() - Method in class org.alfresco.webdrone.share.site.SiteNavigation
-
Mimics the action of selecting the site dashboard link.
- selectSiteDocumentLibrary() - Method in class org.alfresco.webdrone.share.site.SiteNavigation
-
Mimics the action of selecting the site
document library link.
- selectSiteProjectLibrary() - Method in class org.alfresco.webdrone.share.site.SiteNavigation
-
Mimics the action of selecting the site
project library link.
- selectTask(String) - Method in class org.alfresco.webdrone.share.dashlet.MyTasksDashlet
-
Selects a task that appears on my tasks dashlet by the matching name and
clicks on the link.
- selectUploadNewVersion() - Method in class org.alfresco.webdrone.share.site.document.DocumentDetailsPage
-
Mimics the action of clicking on the upload new version button.
- setAuthor(String) - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Enters a value in to the properties form.
- setChromeServerPath(String) - Method in class org.alfresco.webdrone.WebDroneFactory
-
- setComment(String) - Method in class org.alfresco.webdrone.share.site.UpdateFilePage
-
Sets the comment in the comments field
- setDefaultWaitTime(long) - Method in class org.alfresco.webdrone.WebDroneImpl
-
- setDescription(String) - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Enters a value in to the properties form.
- setDocumentTitle(String) - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Enters a value in to the properties form.
- setFollowRedirects(boolean) - Method in class org.alfresco.webdrone.FileDownloader
-
- setGridUrl(String) - Method in class org.alfresco.webdrone.WebDroneFactory
-
- setIeServerPath(String) - Method in class org.alfresco.webdrone.WebDroneFactory
-
- setLocalDownloadPath(String) - Method in class org.alfresco.webdrone.FileDownloader
-
- setName(String) - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Enters a value in to the properties form.
- setOrientation(String) - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Enters a value in to the properties form.
- setResolutionUnit(String) - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Enters a value in to the properties form.
- setTargetUrl(String) - Method in class org.alfresco.webdrone.WebDroneFactory
-
- setVerticalResolution(String) - Method in class org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPage
-
Enters a value in to the properties form.
- ShareLink - Class in org.alfresco.webdrone.share
-
Represents a generic link, a warpper for WebElement
- ShareLink(WebElement, WebDrone) - Constructor for class org.alfresco.webdrone.share.ShareLink
-
- SharePage - Class in org.alfresco.webdrone.share
-
Abstract of an Alfresco Share HTML page.
- SharePage(WebDrone) - Constructor for class org.alfresco.webdrone.share.SharePage
-
- SiteDashboardPage - Class in org.alfresco.webdrone.share.site
-
Site dashboard page object, holds all element of the HTML page relating to
share's site dashboard page.
- SiteDashboardPage(WebDrone) - Constructor for class org.alfresco.webdrone.share.site.SiteDashboardPage
-
Constructor
- SiteFinderPage - Class in org.alfresco.webdrone.share.site
-
Site finder page object, holds all element of the html page relating to
share's site finder page.
- SiteFinderPage(WebDrone) - Constructor for class org.alfresco.webdrone.share.site.SiteFinderPage
-
Constructor.
- SiteMembersDashlet - Class in org.alfresco.webdrone.share.dashlet
-
Site members dashlet object, holds all element of the HTML relating to
share's site members dashlet.
- SiteMembersDashlet(WebDrone) - Constructor for class org.alfresco.webdrone.share.dashlet.SiteMembersDashlet
-
Constructor.
- SiteNavigation - Class in org.alfresco.webdrone.share.site
-
Represent elements found on the html page relating to the
sub navigation bar that appears on the site pages.
- SiteNavigation(WebDrone) - Constructor for class org.alfresco.webdrone.share.site.SiteNavigation
-
Constructor
- SitePage - Class in org.alfresco.webdrone.share.site
-
Abstract of an Alfresco Share site pages.
- SitePage(WebDrone) - Constructor for class org.alfresco.webdrone.share.site.SitePage
-
Constructor.
- siteProfileDisplayed() - Method in class org.alfresco.webdrone.share.site.SiteDashboardPage
-
Verify if we are on site dashboard page and the site profile dashlet is
displayed.
- start() - Method in class org.alfresco.webdrone.RenderTime
-
- submit() - Method in class org.alfresco.webdrone.share.site.UpdateFilePage
-
Clicks on the submit upload button.