| Interface | Description |
|---|---|
| HtmlPage |
An HTML page interface, the basic shell of an HTML page.
|
| Render |
A render interface that determines if elements are rendered.
|
| WebDrone |
WebDrone represents an unmanned web browser used for testing Alfresco Share.
|
| Class | Description |
|---|---|
| AlfrescoRemoteWebDriver |
Custom
RemoteWebDriver that allows us to extend the remote web driver
with added functionalities such as screen grab and ability to load files
from test machine to the grid |
| FileDownloader |
Downloads file from given url using
WebDrone's session details
extracted from a cookie. |
| HtmlElement |
A wrapper to add functionality to
WebElement. |
| Page |
Abstract HTML page.
|
| RenderElement |
Renderable element with Locator and Element State with optional text.
|
| RenderTime |
An Object to measure time left for the operation to complete.
|
| WebDroneClient |
Main entry point of Web Drone.
|
| WebDroneFactory |
A WebDrone factory that implements spring base bean factory.
|
| WebDroneImpl |
An Alfresco web browser simulator that uses Selenium WebDriver as a base with added helper methods that are specific to Alfresco site and version.
|
| WebDronePageFactory | |
| WebDroneProperties |
The object returns the value of a key from the properties.
|
| WebDroneUtil |
Utility to handle operations and actions relating
to share sites.
|
| Enum | Description |
|---|---|
| AlfrescoVersion |
The Alfresco site type and version enum.
|
| Browser |
Enum that represents the possible web driver browser implementation.
|
| ElementState |
Represents the
RenderElement's State. |
Copyright © 2014. All rights reserved.