|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.alfresco.webdrone.Page
org.alfresco.webdrone.share.SharePage
org.alfresco.webdrone.share.PeopleFinderPage
public class PeopleFinderPage
People finder page object, holds all element of the html page relating to share's people finder page.
| Field Summary |
|---|
| Fields inherited from class org.alfresco.webdrone.share.SharePage |
|---|
dojoSupport, WAIT_TIME_3000 |
| Fields inherited from class org.alfresco.webdrone.Page |
|---|
drone, maxPageLoadingTime, version |
| Constructor Summary | |
|---|---|
PeopleFinderPage(WebDrone drone)
Constructor. |
|
| Method Summary | |
|---|---|
protected boolean |
isHelpScreenDisplayed()
Checks for people finder help screen on the page. |
protected boolean |
isTitlePresent()
Verify if people finder title is present on the page |
PeopleFinderPage |
render()
Page renderer verifies the page has rendered by checking java script page loaded status is complete. |
PeopleFinderPage |
render(long time)
Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set. |
PeopleFinderPage |
render(RenderTime timer)
Page renderer verifies the page has rendered by checking all elements are visible and loaded. |
HtmlPage |
searchFor(String person)
Completes the search form on the people finders page. |
| Methods inherited from class org.alfresco.webdrone.share.SharePage |
|---|
basicRender, canResume, canResume, disbaleFileUploadFlash, findButton, getCopyRight, getLogin, getNav, getPageTitle, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists |
| Methods inherited from class org.alfresco.webdrone.Page |
|---|
close, getDrone, getScreenShot, getTitle, isBrowserTitle, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PeopleFinderPage(WebDrone drone)
drone - WebDriver to access page| Method Detail |
|---|
public PeopleFinderPage render(RenderTime timer)
HtmlPageRenderTime.
timer - RenderTime time to wait
HtmlPage page object responsepublic PeopleFinderPage render()
HtmlPage
HtmlPage object responsepublic PeopleFinderPage render(long time)
HtmlPage
time - waiting time
HtmlPage page object responseprotected boolean isTitlePresent()
public HtmlPage searchFor(String person)
person - String name
protected boolean isHelpScreenDisplayed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||