B C D E F G H I M N O P Q R S T V W 

B

Browser - Enum in org.alfresco.webdrone
Enum that represents the possible web driver browser implementation.
BrowserPreference - Enum in org.alfresco.webdrone
The Browser Preference enum for FireFox and Chrome profile keys.

C

checkMandotaryParam(String, Object) - Static method in class org.alfresco.webdrone.WebDroneUtil
Helper method to check the parameters.
checkPageResponse() - Method in class org.alfresco.webdrone.grid.GridHub
HttpClient getter call to verify grid response to http get request.
clearAndType(By, String) - Method in interface org.alfresco.webdrone.WebDrone
Find the element the clear any text and type text into the text box.
clearAndType(By, String) - Method in class org.alfresco.webdrone.WebDroneImpl
 
click() - Method in class org.alfresco.webdrone.HtmlElement
Wrapper to web emlement click with added check to see if dom event complete.
close() - Method in class org.alfresco.webdrone.grid.Grid
 
close() - Method in interface org.alfresco.webdrone.HtmlPage
Close browser action.
close() - Method in class org.alfresco.webdrone.Page
Closes the browser.
closeTab() - Method in interface org.alfresco.webdrone.WebDrone
Closes the recently opened tab in the same browser.
closeTab() - Method in class org.alfresco.webdrone.WebDroneImpl
Closes the recently opened tab in the same browser.
closeWindow() - Method in interface org.alfresco.webdrone.WebDrone
This method closes the current window or tab.
closeWindow() - Method in class org.alfresco.webdrone.WebDroneImpl
This method closes the current window or tab.
createNewTab() - Method in interface org.alfresco.webdrone.WebDrone
Create new tab.
createNewTab() - Method in class org.alfresco.webdrone.WebDroneImpl
Opens the new tab in the same browser.

D

defaultWaitTime - Variable in class org.alfresco.webdrone.HtmlElement
 
deleteCookie(Cookie) - Method in interface org.alfresco.webdrone.WebDrone
Delete cookie based on given cookie.
deleteCookie(Cookie) - Method in class org.alfresco.webdrone.WebDroneImpl
 
deleteCookies() - Method in interface org.alfresco.webdrone.WebDrone
Function to delete the cookies in the browser
deleteCookies() - Method in class org.alfresco.webdrone.WebDroneImpl
Function to delete the cookies in the browser
domEventCompleted() - Method in class org.alfresco.webdrone.HtmlElement
Checks if page event action completed.
doubleClickOnElement(WebElement) - Method in interface org.alfresco.webdrone.WebDrone
Doubleclick on an element
doubleClickOnElement(WebElement) - Method in class org.alfresco.webdrone.WebDroneImpl
Doubleclick on an element
dragAndDrop(WebElement, WebElement) - Method in interface org.alfresco.webdrone.WebDrone
Drag the source element and drop into target element.
dragAndDrop(WebElement, int, int) - Method in interface org.alfresco.webdrone.WebDrone
Drag web element by x,y coordinates
dragAndDrop(WebElement, WebElement) - Method in class org.alfresco.webdrone.WebDroneImpl
Drag the source element and drop into target element.
dragAndDrop(WebElement, int, int) - Method in class org.alfresco.webdrone.WebDroneImpl
Drag and drop element by x,y
drone - Variable in class org.alfresco.webdrone.HtmlElement
 
drone - Variable in class org.alfresco.webdrone.Page
 
DroneExpectedConditions - Class in org.alfresco.webdrone.util
Canned ExpectedConditions which are generally useful within webdrone test.

E

ElementState - Enum in org.alfresco.webdrone
Represents the RenderElement's State.
end() - Method in class org.alfresco.webdrone.RenderTime
 
end(String) - Method in class org.alfresco.webdrone.RenderTime
 
executeJavaScript(String) - Method in interface org.alfresco.webdrone.WebDrone
Actions custom javascript that needs to be injected to the current page.
executeJavaScript(String, Object...) - Method in interface org.alfresco.webdrone.WebDrone
Execute java script in resepect of object (i.e.
executeJavaScript(String) - Method in class org.alfresco.webdrone.WebDroneImpl
Injects java script directly to the page to invoke a change on the page's java script
executeJavaScript(String, Object...) - Method in class org.alfresco.webdrone.WebDroneImpl
Execute java script in resepect of object (i.e.

F

finalize() - Method in class org.alfresco.webdrone.WebDroneImpl
Clean up WebDrone.
finalize() - Method in class org.alfresco.webdrone.WebDroneRemoteWebDriver
Clean up process once the driver is not in use.
find(By) - Method in class org.alfresco.webdrone.HtmlElement
Deprecated.
as of 2.5 use WebDrone.find instead.
find(By) - Method in interface org.alfresco.webdrone.WebDrone
Finds WebElement by text in html.
find(Target) - Method in interface org.alfresco.webdrone.WebDrone
Finds WebElement by using an image.
find(int, int) - Method in interface org.alfresco.webdrone.WebDrone
Find WebElement by x and y coordinates.
find(By) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find a WebElement.
find(Target) - Method in class org.alfresco.webdrone.WebDroneImpl
 
find(int, int) - Method in class org.alfresco.webdrone.WebDroneImpl
 
findAll(By) - Method in interface org.alfresco.webdrone.WebDrone
Finds all possible matching WebElement.
findAll(By) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find all WebElement on HTML page
findAllWithWait(By) - Method in class org.alfresco.webdrone.HtmlElement
Helper method to find a list of WebElement with a time limit in milliseconds.
findAndWait(By) - Method in class org.alfresco.webdrone.HtmlElement
Helper method to find a WebElement with a time limit in milliseconds.
findAndWait(By) - Method in interface org.alfresco.webdrone.WebDrone
Find WebElement by the html name attribute.
findAndWait(By, long) - Method in interface org.alfresco.webdrone.WebDrone
Finds WebElement using By pattern with a time limit set in milliseconds.
findAndWait(By, long, long) - Method in interface org.alfresco.webdrone.WebDrone
Finds WebElement using By pattern with a time limit and interval time set in milliseconds.
findAndWait(By, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find a WebElement with a time limit in milliseconds.
findAndWait(By, long, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find a WebElement with a time limit in milliseconds.
findAndWait(By) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find and return a slow loading WebElement.
findAndWaitById(String) - Method in interface org.alfresco.webdrone.WebDrone
Finds WebElement by id, this method uses an implicit wait time which set by the WebDrone max wait time.
findAndWaitById(String) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find and return a slow loading WebElement by id.
findAndWaitForElements(By, long) - Method in interface org.alfresco.webdrone.WebDrone
Finds all possible matching WebElement with time limit.
findAndWaitForElements(By) - Method in interface org.alfresco.webdrone.WebDrone
Finds all possible matching WebElement with time limit.
findAndWaitForElements(By, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find and return a slow loading collection of WebElement.
findAndWaitForElements(By) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find and return a slow loading collection of WebElement.
findAndWaitWithRefresh(By) - Method in interface org.alfresco.webdrone.WebDrone
Find WebElement by the html name attribute.
findAndWaitWithRefresh(By, long) - Method in interface org.alfresco.webdrone.WebDrone
Finds WebElement using By pattern with a time limit set in milliseconds.
findAndWaitWithRefresh(By, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find a WebElement with a time limit in milliseconds.
findAndWaitWithRefresh(By) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find and return a slow loading WebElement.
findByKey(String) - Method in interface org.alfresco.webdrone.WebDrone
Finds the WebElement by the given identifier.
findByKey(String) - Method in class org.alfresco.webdrone.WebDroneImpl
Helper method to find a WebElement by id using the WebDroneProperties to resolve the key value of the id.
findDisplayedElements(By) - Method in interface org.alfresco.webdrone.WebDrone
This function will return list of visible elements found with the specified selector
findDisplayedElements(By) - Method in class org.alfresco.webdrone.WebDroneImpl
This function will return list of visible elements found with the specified selector
findElement(By) - Method in class org.alfresco.webdrone.HtmlElement
Wrapper to WebElement findElement.
findElements(By) - Method in class org.alfresco.webdrone.HtmlElement
Wrapper to WebElement findElements.
findFirstDisplayedElement(By) - Method in interface org.alfresco.webdrone.WebDrone
This function will return 1st visible element found with the specified selector
findFirstDisplayedElement(By) - Method in class org.alfresco.webdrone.WebDroneImpl
This function will return 1st visible element found with the specified selector
fromString(String) - Static method in enum org.alfresco.webdrone.Browser
Create AlfrescoVersion from string.

G

getAttribute(String) - Method in class org.alfresco.webdrone.HtmlElement
Wrapper to WebElement get attribute value of web element.
getChromeKey() - Method in enum org.alfresco.webdrone.BrowserPreference
 
getChromeServerPath() - Method in class org.alfresco.webdrone.WebDroneFactory
 
getCookie(String) - Method in interface org.alfresco.webdrone.WebDrone
Get a cookie that matches the name.
getCookie(String) - Method in class org.alfresco.webdrone.WebDroneImpl
Gets the cookie from the WebDrone browser session.
getCookies() - Method in class org.alfresco.webdrone.WebDroneImpl
Extract cookie information
getCurrentPage() - Method in interface org.alfresco.webdrone.WebDrone
Gets the current page in the form of a page object based on the Alfresco site type.
getCurrentPage() - Method in class org.alfresco.webdrone.WebDroneImpl
 
getCurrentUrl() - Method in interface org.alfresco.webdrone.WebDrone
Get the URL displayed on the browser.
getCurrentUrl() - Method in class org.alfresco.webdrone.WebDroneImpl
 
getDefaultWaitTime() - Method in interface org.alfresco.webdrone.WebDrone
Get the default wait time value.
getDefaultWaitTime() - Method in class org.alfresco.webdrone.WebDroneImpl
 
getDriver() - Method in class org.alfresco.webdrone.WebDroneImpl
 
getDrone() - Method in class org.alfresco.webdrone.HtmlElement
 
getDrone() - Method in class org.alfresco.webdrone.Page
 
getElement(String) - Method in interface org.alfresco.webdrone.WebDrone
Gets an element value for the given key.
getElement(String) - Method in class org.alfresco.webdrone.WebDroneImpl
 
getElement(String) - Method in interface org.alfresco.webdrone.WebDroneProperties
Gets the HTML element id value for the given key from the loaded properties file.
getElementState() - Method in class org.alfresco.webdrone.RenderElement
 
getFireFoxKey() - Method in enum org.alfresco.webdrone.BrowserPreference
 
getGridUrl() - Method in class org.alfresco.webdrone.WebDroneFactory
 
getHubProperties() - Static method in class org.alfresco.webdrone.grid.GridProperties
Reads the properties file(s) for the hub configuration and returns it as an String array
getIeServerPath() - Method in class org.alfresco.webdrone.WebDroneFactory
 
getInstance() - Method in class org.alfresco.webdrone.WebDroneFactory
Create new instance of WebDriver based on the browser type.
getLocator() - Method in class org.alfresco.webdrone.RenderElement
 
getMaxPageRenderWaitTime() - Method in class org.alfresco.webdrone.WebDroneImpl
 
getNodeProperties(int...) - Static method in class org.alfresco.webdrone.grid.GridProperties
Reads the properties file(s) for the node configuration and returns it as an String array
getObject() - Method in class org.alfresco.webdrone.WebDroneFactory
 
getObjectType() - Method in class org.alfresco.webdrone.WebDroneFactory
 
getPage(WebDrone) - Method in interface org.alfresco.webdrone.PageFactory
 
getPageSouce() - Method in class org.alfresco.webdrone.WebDroneImpl
The HTML source code of the page viewed.
getPreviousUrl() - Method in interface org.alfresco.webdrone.WebDrone
Gets the URL of the previously visited page.
getPreviousUrl() - Method in class org.alfresco.webdrone.WebDroneImpl
 
getProperties() - Method in interface org.alfresco.webdrone.WebDrone
Get the WebDrone property which contains additional information such as the page object library, version details or language.
getProperties() - Method in class org.alfresco.webdrone.WebDroneImpl
 
getScreenShot() - Method in class org.alfresco.webdrone.Page
Grabs a screen shot of currently displayed page.
getScreenShot() - Method in interface org.alfresco.webdrone.WebDrone
Grabs the screen shot of the current page.
getScreenShot() - Method in class org.alfresco.webdrone.WebDroneImpl
Grabs a screen shot of what the WebDriver is currently viewing.
getScreenshotAs(OutputType<X>) - Method in class org.alfresco.webdrone.WebDroneRemoteWebDriver
 
getSessionId() - Method in interface org.alfresco.webdrone.WebDrone
Get the JSESSIONID
getSessionId() - Method in class org.alfresco.webdrone.WebDroneImpl
Gets the WebDrone browser session id from a cookie.
getTargetUrl() - Method in class org.alfresco.webdrone.WebDroneFactory
 
getText() - Method in class org.alfresco.webdrone.RenderElement
 
getTitle() - Method in interface org.alfresco.webdrone.HtmlPage
Page title.
getTitle() - Method in class org.alfresco.webdrone.Page
Gets the title of the html page as it appears on the browser header.
getTitle() - Method in interface org.alfresco.webdrone.WebDrone
Title of the page.
getTitle() - Method in class org.alfresco.webdrone.WebDroneImpl
 
getUrl() - Method in class org.alfresco.webdrone.grid.GridHub
 
getValue(String) - Method in interface org.alfresco.webdrone.WebDrone
Check value of given key, such as string value of an i18n label.
getValue(String) - Method in class org.alfresco.webdrone.WebDroneImpl
 
getVersion() - Method in interface org.alfresco.webdrone.WebDroneProperties
Get the product version.
getVisibleRenderElement(By) - Static method in class org.alfresco.webdrone.RenderElement
Returns the Visible RenderElement.
getWebElement() - Method in class org.alfresco.webdrone.HtmlElement
 
getWindowHandle() - Method in interface org.alfresco.webdrone.WebDrone
This method finds the current window handle and return it as string.
getWindowHandle() - Method in class org.alfresco.webdrone.WebDroneImpl
This method finds the current window handle and return it as string.
getWindowHandles() - Method in interface org.alfresco.webdrone.WebDrone
This method finds the all window handles and returns the set of string values.
getWindowHandles() - Method in class org.alfresco.webdrone.WebDroneImpl
This method finds the all window handles and return it as string.
Grid - Class in org.alfresco.webdrone.grid
Selenium Grid bean, the bean holds both the grid and a node and acts as the local grid.
Grid(boolean) - Constructor for class org.alfresco.webdrone.grid.Grid
Constructor.
GridHub - Class in org.alfresco.webdrone.grid
Creates the configuration for a Hub an starts it.
GridHub(int...) - Constructor for class org.alfresco.webdrone.grid.GridHub
 
GridNode - Class in org.alfresco.webdrone.grid
Builds a RegistrationRequest for SelfRegisteringRemote server, starts the remote server and the registration process for the drivers.
GridNode(int...) - Constructor for class org.alfresco.webdrone.grid.GridNode
Constructor with optional array of ports to set.
GridProperties - Class in org.alfresco.webdrone.grid
Utility class to provide the properties for the grid hub/node

H

HtmlElement - Class in org.alfresco.webdrone
A wrapper to add functionality to WebElement.
HtmlElement(WebDrone) - Constructor for class org.alfresco.webdrone.HtmlElement
Constructor.
HtmlElement(WebElement, WebDrone) - Constructor for class org.alfresco.webdrone.HtmlElement
Constructor.
HtmlPage - Interface in org.alfresco.webdrone
An HTML page interface, the basic shell of an HTML page.

I

invisibilityOfElementWithPartialText(WebDriver, By, String) - Static method in class org.alfresco.webdrone.util.DroneExpectedConditions
An expectation for checking that an element with text is either invisible or not present on the DOM.
isAlive() - Method in class org.alfresco.webdrone.grid.Grid
Checks if grid is running.
isAlive() - Method in class org.alfresco.webdrone.grid.GridHub
Verify the status of hub.
isBrowserTitle(String) - Method in class org.alfresco.webdrone.Page
Helper method to verify if the current Browser page title contains the title name.
isClosed() - Method in class org.alfresco.webdrone.grid.Grid
Checks if grid is not running.
isElementDisplayed(By) - Method in interface org.alfresco.webdrone.WebDrone
Returns true if the element is displayed else false.
isElementDisplayed(By) - Method in class org.alfresco.webdrone.WebDroneImpl
 
isGridLocal() - Method in class org.alfresco.webdrone.grid.Grid
 
isImageVisible(Target) - Method in interface org.alfresco.webdrone.WebDrone
Finds the target image in the screen.
isImageVisible(Target) - Method in class org.alfresco.webdrone.WebDroneImpl
 
isReady() - Method in interface org.alfresco.webdrone.WebDrone
 
isReady() - Method in class org.alfresco.webdrone.WebDroneImpl
 
isRenderComplete(long) - Method in interface org.alfresco.webdrone.WebDrone
Verify if the page has completed render.
isRenderComplete(long) - Method in class org.alfresco.webdrone.WebDroneImpl
Verify if loading of the page is complete using java script to validate state of the HTML DOM.
isSingleton() - Method in class org.alfresco.webdrone.WebDroneFactory
 

M

maximize() - Method in interface org.alfresco.webdrone.WebDrone
Maximizes the current window if it is not already maximized
maximize() - Method in class org.alfresco.webdrone.WebDroneImpl
 
maxPageLoadingTime - Variable in class org.alfresco.webdrone.Page
 
maxTime - Variable in class org.alfresco.webdrone.HtmlElement
 
mouseOver(WebElement) - Method in interface org.alfresco.webdrone.WebDrone
Recreating the action of hovering over a particular HTML element on a page.
mouseOver(WebElement) - Method in class org.alfresco.webdrone.WebDroneImpl
Recreating the action of hovering over a particular HTML element on a page.
mouseOverOnElement(WebElement) - Method in interface org.alfresco.webdrone.WebDrone
Recreating the action of hovering over a particular HTML element on a page based WebElement class.
mouseOverOnElement(WebElement) - Method in class org.alfresco.webdrone.WebDroneImpl
 

N

navigateTo(String) - Method in interface org.alfresco.webdrone.WebDrone
Navigate the browser to given URL.
navigateTo(String) - Method in class org.alfresco.webdrone.WebDroneImpl
 

O

org.alfresco.webdrone - package org.alfresco.webdrone
 
org.alfresco.webdrone.exception - package org.alfresco.webdrone.exception
 
org.alfresco.webdrone.grid - package org.alfresco.webdrone.grid
 
org.alfresco.webdrone.util - package org.alfresco.webdrone.util
 

P

Page - Class in org.alfresco.webdrone
A page interface, the basic shell of an HTML or a mobile device page.
Page(WebDrone) - Constructor for class org.alfresco.webdrone.Page
 
PageException - Exception in org.alfresco.webdrone.exception
Thrown by WebDrone when page has not rendered in the set time.
PageException(String) - Constructor for exception org.alfresco.webdrone.exception.PageException
 
PageException(String, Throwable) - Constructor for exception org.alfresco.webdrone.exception.PageException
 
PageException() - Constructor for exception org.alfresco.webdrone.exception.PageException
 
PageFactory - Interface in org.alfresco.webdrone
Page factory interface used in @WebDrone,is a place holder for the possible page object library to use.
PageOperationException - Exception in org.alfresco.webdrone.exception
Alfresco page operation exception thrown when an operation fail to execute due page elements not being found.
PageOperationException(String) - Constructor for exception org.alfresco.webdrone.exception.PageOperationException
 
PageOperationException(String, Throwable) - Constructor for exception org.alfresco.webdrone.exception.PageOperationException
 
PageOperationException() - Constructor for exception org.alfresco.webdrone.exception.PageOperationException
 
PageRenderTimeException - Exception in org.alfresco.webdrone.exception
Throws an exception if the operation of RenderTime has exceded the max wait time.
PageRenderTimeException(String) - Constructor for exception org.alfresco.webdrone.exception.PageRenderTimeException
 
PageRenderTimeException(String, Throwable) - Constructor for exception org.alfresco.webdrone.exception.PageRenderTimeException
 
PageRenderTimeException() - Constructor for exception org.alfresco.webdrone.exception.PageRenderTimeException
 

Q

quit() - Method in interface org.alfresco.webdrone.WebDrone
End Browser session.
quit() - Method in class org.alfresco.webdrone.WebDroneImpl
 

R

refresh() - Method in interface org.alfresco.webdrone.WebDrone
Acts as a refresh page action similar to F5 key.
refresh() - Method in class org.alfresco.webdrone.WebDroneImpl
 
Render - Interface in org.alfresco.webdrone
A render interface that determines if elements are rendered.
render(RenderTime) - Method in interface org.alfresco.webdrone.Render
Page renderer verifies the page has rendered by checking all elements are visible and loaded.
render(long) - Method in interface org.alfresco.webdrone.Render
Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set.
render() - Method in interface org.alfresco.webdrone.Render
Page renderer verifies the page has rendered by checking java script page loaded status is complete.
render(WebDrone, long) - Method in class org.alfresco.webdrone.RenderElement
Render the element based the ElementState.
RenderElement - Class in org.alfresco.webdrone
Renderable element with Locator and Element State with optional text.
RenderElement(By, ElementState) - Constructor for class org.alfresco.webdrone.RenderElement
 
RenderElement(By, ElementState, String) - Constructor for class org.alfresco.webdrone.RenderElement
 
RenderTime - Class in org.alfresco.webdrone
An Object to measure time left for the operation to complete.
RenderTime(long, TimeUnit) - Constructor for class org.alfresco.webdrone.RenderTime
 
RenderTime(long) - Constructor for class org.alfresco.webdrone.RenderTime
RenderTime constructor that take maxWait time in milliseconds.
RenderWebElement - Annotation Type in org.alfresco.webdrone
The Locator By annotated with RenderWebElement can be rendered while calling the render on Page.
RESPONSE_STATUS_200 - Static variable in class org.alfresco.webdrone.grid.Grid
 
RESPONSE_STATUS_404 - Static variable in class org.alfresco.webdrone.grid.Grid
 
rightClickOnElement(WebElement) - Method in interface org.alfresco.webdrone.WebDrone
Rightclick on an element
rightClickOnElement(WebElement) - Method in class org.alfresco.webdrone.WebDroneImpl
Rightclick on an element
run() - Method in class org.alfresco.webdrone.grid.GridHub
Start selenium grid server.

S

saveScreenShot(WebDrone, String) - Static method in class org.alfresco.webdrone.WebDroneUtil
Grabs and stores screen shot that is currently on view by the WebDrone.
setChromeServerPath(String) - Method in class org.alfresco.webdrone.WebDroneFactory
 
setDefaultWaitTime(long) - Method in class org.alfresco.webdrone.WebDroneImpl
 
setDownloadDirectory(String) - Method in class org.alfresco.webdrone.WebDroneFactory
 
setGridUrl(String) - Method in class org.alfresco.webdrone.WebDroneFactory
 
setIeServerPath(String) - Method in class org.alfresco.webdrone.WebDroneFactory
 
setMimeTypes(String) - Method in class org.alfresco.webdrone.WebDroneFactory
 
setTargetUrl(String) - Method in class org.alfresco.webdrone.WebDroneFactory
 
setWebElement(WebElement) - Method in class org.alfresco.webdrone.HtmlElement
 
start() - Method in class org.alfresco.webdrone.grid.GridNode
Starts selenium node and registers against the grid.
start() - Method in class org.alfresco.webdrone.RenderTime
 
stop() - Method in class org.alfresco.webdrone.grid.GridHub
 
stop() - Method in class org.alfresco.webdrone.grid.GridNode
Stops the selenium server
switchToDefaultContent() - Method in interface org.alfresco.webdrone.WebDrone
Method to switch back from i-frame to default content.
switchToDefaultContent() - Method in class org.alfresco.webdrone.WebDroneImpl
 
switchToFrame(String) - Method in interface org.alfresco.webdrone.WebDrone
Method to switch on to frames of content object.
switchToFrame(String) - Method in class org.alfresco.webdrone.WebDroneImpl
 
switchToWindow(String) - Method in interface org.alfresco.webdrone.WebDrone
This method transfers the control to the specific window as per the given window handle.
switchToWindow(String) - Method in class org.alfresco.webdrone.WebDroneImpl
This method transfers the control to the specific window as per the given window handle.

T

timeLeft() - Method in class org.alfresco.webdrone.RenderTime
The time left in nanoseconds.
toString() - Method in class org.alfresco.webdrone.Page
 
toString() - Method in class org.alfresco.webdrone.RenderTime
 
toString() - Method in class org.alfresco.webdrone.WebDroneImpl
 

V

valueOf(String) - Static method in enum org.alfresco.webdrone.Browser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.alfresco.webdrone.BrowserPreference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.alfresco.webdrone.ElementState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.alfresco.webdrone.Browser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.alfresco.webdrone.BrowserPreference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.alfresco.webdrone.ElementState
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Interface in org.alfresco.webdrone
 

W

waitFor(long) - Method in interface org.alfresco.webdrone.WebDrone
Deprecated.
as of 2.2, this method should not be use, since it pauses a process for a set time unconditionally, its the same as thread sleep.
waitFor(long) - Method in class org.alfresco.webdrone.WebDroneImpl
Deprecated.
this method should never be used, its the same as thread sleep.
waitForElement(By, long) - Method in interface org.alfresco.webdrone.WebDrone
Wait until the element is visible for the specified amount of time.
waitForElement(By, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Wait until the element is visible for the specified amount of time.
waitForPageLoad(long) - Method in interface org.alfresco.webdrone.WebDrone
Wait document.readyState to return completed.
waitForPageLoad(long) - Method in class org.alfresco.webdrone.WebDroneImpl
Wait document.readyState to return completed.
waitForWindowsCount(int, long) - Method in interface org.alfresco.webdrone.WebDrone
Wait until the windows count are displayed in set time in seconds.
waitForWindowsCount(int, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Wait until the windows count are displayed in set time in seconds.
waitUntilElementClickable(By, long) - Method in interface org.alfresco.webdrone.WebDrone
Wait until the given click able element is found within the time set in seconds.
waitUntilElementClickable(By, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Wait until the Clickable of given Element for given seconds.
waitUntilElementDeletedFromDom(By, long) - Method in interface org.alfresco.webdrone.WebDrone
Wait Until element successfully deleting from DOM.
waitUntilElementDeletedFromDom(By, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Wait Until element successfully deleting from DOM.
waitUntilElementDisappears(By, long) - Method in interface org.alfresco.webdrone.WebDrone
Wait until the invisibility of given Element for given seconds.
waitUntilElementDisappears(By, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Wait until the invisibility of given Element for given seconds.
waitUntilElementPresent(By, long) - Method in interface org.alfresco.webdrone.WebDrone
Wait until the element is present in set time in seconds.
waitUntilElementPresent(By, long) - Method in class org.alfresco.webdrone.WebDroneImpl
 
waitUntilNotVisible(By, String, long) - Method in interface org.alfresco.webdrone.WebDrone
Wait until the element is not visible in set time in seconds.
waitUntilNotVisible(By, String, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Wait until the invisibility of given Element for given seconds.
waitUntilNotVisibleWithParitalText(By, String, long) - Method in interface org.alfresco.webdrone.WebDrone
Wait until the invisibility of given Element for given seconds.
waitUntilNotVisibleWithParitalText(By, String, long) - Method in class org.alfresco.webdrone.WebDroneImpl
Wait until the invisibility of given Element for given seconds.
waitUntilVisible(By, String, long) - Method in interface org.alfresco.webdrone.WebDrone
Wait until the element is visible in set time in seconds.
waitUntilVisible(By, String, long) - Method in class org.alfresco.webdrone.WebDroneImpl
 
WebDrone - Interface in org.alfresco.webdrone
WebDrone represents an unmanned web browser used for testing Alfresco Share.
WebDroneException - Exception in org.alfresco.webdrone.exception
Thrown by WebDrone when page has not rendered in the set time.
WebDroneException(String) - Constructor for exception org.alfresco.webdrone.exception.WebDroneException
 
WebDroneException(String, Throwable) - Constructor for exception org.alfresco.webdrone.exception.WebDroneException
 
WebDroneException() - Constructor for exception org.alfresco.webdrone.exception.WebDroneException
 
WebDroneFactory - Class in org.alfresco.webdrone
A WebDrone factory that implements spring base bean factory.
WebDroneFactory(long, long, String, WebDroneProperties, PageFactory, Map<BrowserPreference, Object>) - Constructor for class org.alfresco.webdrone.WebDroneFactory
Sole constructor.
WebDroneImpl - Class in org.alfresco.webdrone
An Alfresco web browser simulator that uses Selenium WebDriver as a base with added helper methods that are specific to Alfresco site and version.
WebDroneImpl(WebDriver) - Constructor for class org.alfresco.webdrone.WebDroneImpl
Constructor with default time set to 2000 milliseconds.
WebDroneImpl(WebDriver, WebDroneProperties) - Constructor for class org.alfresco.webdrone.WebDroneImpl
 
WebDroneImpl(WebDriver, long, long) - Constructor for class org.alfresco.webdrone.WebDroneImpl
The main constructor
WebDroneImpl(WebDriver, long, long, WebDroneProperties, PageFactory) - Constructor for class org.alfresco.webdrone.WebDroneImpl
The main constructor
WebDroneProperties - Interface in org.alfresco.webdrone
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.
WebDroneRemoteWebDriver - Class in org.alfresco.webdrone
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
WebDroneRemoteWebDriver(URL, Capabilities) - Constructor for class org.alfresco.webdrone.WebDroneRemoteWebDriver
 
WebDroneRemoteWebDriver(URL, Capabilities, FileDetector) - Constructor for class org.alfresco.webdrone.WebDroneRemoteWebDriver
Constructor that instantiate the RemoteWebDriver with a flag to indicate files will be loaded from the client.
WebDroneUtil - Class in org.alfresco.webdrone
Utility to handle operations and actions relating to share sites.
B C D E F G H I M N O P Q R S T V W 

Copyright © 2014. All rights reserved.