org.alfresco.webdrone.share
Class MyProfilePage

java.lang.Object
  extended by org.alfresco.webdrone.Page
      extended by org.alfresco.webdrone.share.SharePage
          extended by org.alfresco.webdrone.share.MyProfilePage
All Implemented Interfaces:
HtmlPage

public class MyProfilePage
extends SharePage

My profile page object, holds all element of the html page relating to share's my profile page.

Since:
1.0
Author:
Michael Suzuki

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
MyProfilePage(WebDrone drone)
          Constructor.
 
Method Summary
 MyProfilePage render()
          Page renderer verifies the page has rendered by checking java script page loaded status is complete.
 MyProfilePage render(long time)
          Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set.
 MyProfilePage render(RenderTime timer)
          Page renderer verifies the page has rendered by checking all elements are visible and loaded.
 boolean titlePresent()
          Verify if home page banner web element is present
 
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

MyProfilePage

public MyProfilePage(WebDrone drone)
Constructor.

Parameters:
drone - WebDriver to access page
Method Detail

render

public MyProfilePage render(RenderTime timer)
Description copied from interface: HtmlPage
Page renderer verifies the page has rendered by checking all elements are visible and loaded. To verify this assertion every page object that implements the method will contain logic to determine if the page has loaded completely in the given time set by the RenderTime.

Parameters:
timer - RenderTime time to wait
Returns:
HtmlPage page object response

render

public MyProfilePage render()
Description copied from interface: HtmlPage
Page renderer verifies the page has rendered by checking java script page loaded status is complete.

Returns:
HtmlPage object response

render

public MyProfilePage render(long time)
Description copied from interface: HtmlPage
Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set.

Parameters:
time - waiting time
Returns:
HtmlPage page object response

titlePresent

public boolean titlePresent()
Verify if home page banner web element is present

Returns:
true if exists


Copyright © 2013. All Rights Reserved.