org.alfresco.webdrone.share.dashlet
Class FactoryShareDashlet

java.lang.Object
  extended by org.alfresco.webdrone.share.dashlet.FactoryShareDashlet

public class FactoryShareDashlet
extends Object

Alfresco Share factory, creates the appropriate page object that corresponds to the browser view.

Author:
Michael Suzuki

Constructor Summary
FactoryShareDashlet()
           
 
Method Summary
static Dashlet getPage(WebDrone drone, String name)
          Gets the dashlet HTML element from the dashboard page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryShareDashlet

public FactoryShareDashlet()
Method Detail

getPage

public static Dashlet getPage(WebDrone drone,
                              String name)
                       throws PageException
Gets the dashlet HTML element from the dashboard page.

Parameters:
driver - WebDrone Alfresco browser client.
Returns:
SharePage the page object.
Throws:
Exception - if error
PageException


Copyright © 2012. All Rights Reserved.