| Interface | Description |
|---|---|
| HtmlPage |
An HTML page interface, the basic shell of an HTML page.
|
| PageFactory |
Page factory interface used in @WebDrone,is a place holder for the possible page object library
to use.
|
| Render |
A render interface that determines if elements are rendered.
|
| Version | |
| WebDrone |
WebDrone represents an unmanned web browser used for testing Alfresco Share.
|
| WebDroneProperties |
WebDrone properties interface, every page object library
that uses
WebDrone get element by id will require to
load a properties file with all the ids from the page object. |
| Class | Description |
|---|---|
| HtmlElement |
A wrapper to add functionality to
WebElement. |
| Page |
A page interface, the basic shell of an HTML or a mobile device page.
|
| RenderElement |
Renderable element with Locator and Element State with optional text.
|
| RenderTime |
An Object to measure time left for the operation to complete.
|
| 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.
|
| WebDroneRemoteWebDriver |
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 |
| WebDroneUtil |
Utility to handle operations and actions relating
to share sites.
|
| Enum | Description |
|---|---|
| Browser |
Enum that represents the possible web driver browser implementation.
|
| BrowserPreference |
The Browser Preference enum for FireFox and Chrome profile keys.
|
| ElementState |
Represents the
RenderElement's State. |
| Annotation Type | Description |
|---|---|
| RenderWebElement |
Copyright © 2014. All rights reserved.