| Package | Description |
|---|---|
| org.alfresco.webdrone |
| Modifier and Type | Field and Description |
|---|---|
protected AlfrescoVersion |
Page.version |
| Modifier and Type | Method and Description |
|---|---|
static AlfrescoVersion |
AlfrescoVersion.fromString(String value)
Create
AlfrescoVersion from string. |
AlfrescoVersion |
WebDroneImpl.getAlfrescoVersion() |
AlfrescoVersion |
WebDrone.getAlfrescoVersion()
Gets the
AlfrescoVersion that is used. |
static AlfrescoVersion |
AlfrescoVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlfrescoVersion[] |
AlfrescoVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WebDroneFactory(AlfrescoVersion alfrescoVersion,
long defaultWaitTime,
WebDroneFactory.Browser browser)
Sole constructor.
|
WebDroneImpl(org.openqa.selenium.WebDriver driver,
AlfrescoVersion alfrescoVersion)
Constructor with default time set to 2000 milliseconds.
|
WebDroneImpl(org.openqa.selenium.WebDriver driver,
AlfrescoVersion alfrescoVersion,
long defaultWaitTime)
The main constructor
|
WebDroneProperties(AlfrescoVersion alfresco) |
Copyright © 2012. All Rights Reserved.