org.alfresco.webdrone.share.search
Class Search

java.lang.Object
  extended by org.alfresco.webdrone.Page
      extended by org.alfresco.webdrone.share.SharePage
          extended by org.alfresco.webdrone.share.search.Search
All Implemented Interfaces:
HtmlPage
Direct Known Subclasses:
SearchResultsPage

public class Search
extends SharePage

Represent elements found on the html page relating to the search functionality.

Since:
1.1
Author:
Michael Suzuki

Field Summary
 
Fields inherited from class org.alfresco.webdrone.Page
DEFAULT_PAGE_LOADING_TIME_WAIT, drone, version
 
Constructor Summary
Search(WebDrone drone)
          Constructor.
 
Method Summary
 Search render()
          Page renderer verifies the page has rendered by checking java script page loaded status is complete.
 Search render(long time)
          Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set.
 Search render(RenderTime timer)
          Page renderer verifies the page has rendered by checking all elements are visible and loaded.
 SearchResultsPage search(String term)
          Performs the search by entering the term into search field and submitting the search.
 
Methods inherited from class org.alfresco.webdrone.share.SharePage
basicRender, disbaleFileUploadFlash, findButton, getLogin, getNav, getPageTitle, getSearch, isLogoPresent, isTitlePresent, panelExists
 
Methods inherited from class org.alfresco.webdrone.Page
close, getScreenShot, getTitle, isBrowserTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Search

public Search(WebDrone drone)
Constructor.

Method Detail

render

public Search render(RenderTime timer)
              throws PageException
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
Throws:
PageException

render

public Search render()
              throws PageException
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
Throws:
PageException

render

public Search render(long time)
              throws PageException
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.

Returns:
HtmlPage page object response
Throws:
PageException

search

public SearchResultsPage search(String term)
Performs the search by entering the term into search field and submitting the search.

Parameters:
term - String term to search
Returns:
SearchResultsPage page response


Copyright © 2012. All Rights Reserved.