| Modifier and Type | Class and Description |
|---|---|
class |
SelectAssigneePage.AssigneeResultsRow
This class represent a row of result that comes up in this page.
|
dojoSupport, PROMPT_PANEL_ID, WAIT_TIME_3000drone, elementWaitInSeconds, maxPageLoadingTime, popupRendertime, version| Constructor and Description |
|---|
SelectAssigneePage(WebDrone drone) |
| Modifier and Type | Method and Description |
|---|---|
EditTaskPage |
closePage()
Searches for user with the string passed.
|
SelectAssigneePage |
render()
Page renderer verifies the page has rendered
by checking java script page loaded status is complete.
|
SelectAssigneePage |
render(long time)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded by the
max limit time set.
|
SelectAssigneePage |
render(RenderTime timer)
(non-Javadoc)
|
List<SelectAssigneePage.AssigneeResultsRow> |
searchPeople(String searchString)
Searches for user with the string passed.
|
HtmlPage |
selectUserAsAssignee(SelectAssigneePage.AssigneeResultsRow user,
String loggedInUsername)
This method selects the user by clicking and Select button.
|
basicRender, canResume, canResume, disbaleFileUploadFlash, elementRender, findButton, getCopyRight, getElementText, getLogin, getNav, getPageTitle, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists, submit, waitForFile, waitForFile, waitForFileclose, getDrone, getScreenShot, getTitle, isBrowserTitle, toStringpublic SelectAssigneePage(WebDrone drone)
drone - public SelectAssigneePage render(RenderTime timer) throws PageException
timer - RenderTime time to waitHtmlPage page object responsePageExceptionRender.render(org.alfresco.webdrone.RenderTime)public SelectAssigneePage render() throws PageException
RenderHtmlPage object responsePageExceptionpublic SelectAssigneePage render(long time) throws PageException
Rendertime - waiting timeHtmlPage page object responsePageExceptionpublic List<SelectAssigneePage.AssigneeResultsRow> searchPeople(String searchString)
searchString - public EditTaskPage closePage()
searchString - public HtmlPage selectUserAsAssignee(SelectAssigneePage.AssigneeResultsRow user, String loggedInUsername)
user - - the AssigneeResultsRow that was returned during search.loggedInUsername - - the current logged in username.Copyright © 2014. All rights reserved.