public final class FactorySharePage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCUMENTLIBRARY |
static String |
NODE_REFRESH_META_DATA_IDENTIFIER |
| Constructor and Description |
|---|
FactorySharePage() |
| Modifier and Type | Method and Description |
|---|---|
static SharePage |
getPage(String url,
WebDrone drone)
Resolves the required page based on the URL containing a keyword
that identify's the page the drone is currently on.
|
static HtmlPage |
getPage(WebDrone drone)
Creates the appropriate page object based on the current page the
WebDrone is on. |
static SharePage |
getUnknownPage(WebDrone drone)
Factory method to produce a page that defers all work until render time.
|
public static final String DOCUMENTLIBRARY
public static final String NODE_REFRESH_META_DATA_IDENTIFIER
public static HtmlPage getPage(WebDrone drone) throws PageException
WebDrone is on.drone - WebDrone Alfresco unmanned web browser clientPageExceptionpublic static SharePage getUnknownPage(WebDrone drone)
drone - browser driverRender.render() is calledpublic static SharePage getPage(String url, WebDrone drone)
driver - WebDriver browser clientCopyright © 2014. All rights reserved.