Skip navigation links
WorkFusion Machine Configs API
$ A B C D E F G H I J K L M N O P R S T U V W Z 

$

$(WebElement) - Static method in class com.workfusion.rpa.helpers.RPA
Wraps standard Selenium WebElement into UiElement to use additional methods like shouldHave(), selectOption(), etc.
$(String) - Static method in class com.workfusion.rpa.helpers.RPA
Finds the first element matching given CSS selector
$(By) - Static method in class com.workfusion.rpa.helpers.RPA
Finds the first element matching given descriptor
$(By, int) - Static method in class com.workfusion.rpa.helpers.RPA
Driver Type: Desktop, Web
$(String, int) - Static method in class com.workfusion.rpa.helpers.RPA
Finds the Nth element matching given criteria
$(String) - Method in class com.workfusion.rpa.helpers.UiElement
Driver Type: Desktop, Web
$(String, int) - Method in class com.workfusion.rpa.helpers.UiElement
Driver Type: Desktop, Web
$(By) - Method in class com.workfusion.rpa.helpers.UiElement
Driver Type: Desktop, Web
$(By, int) - Method in class com.workfusion.rpa.helpers.UiElement
Driver Type: Desktop, Web
$$(Collection<? extends WebElement>) - Static method in class com.workfusion.rpa.helpers.RPA
Initializes collection with Elements
$$(String) - Static method in class com.workfusion.rpa.helpers.RPA
Finds all elements matching given CSS selector.
$$(By) - Static method in class com.workfusion.rpa.helpers.RPA
Find all elements matching given descriptor.
$$(String) - Method in class com.workfusion.rpa.helpers.UiElement
Driver Type: Desktop, Web
$$(By) - Method in class com.workfusion.rpa.helpers.UiElement
Driver Type: Desktop, Web

A

ACTION_COPY_SELECTED_TEXT - Static variable in class com.workfusion.rpa.helpers.RPA
 
ACTION_GET_CLIPBOARD_TEXT - Static variable in class com.workfusion.rpa.helpers.RPA
 
ACTION_PUTTY_COPY_ALL_TEXT - Static variable in class com.workfusion.rpa.helpers.RPA
 
ACTION_SELECT_ALL_TEXT_AND_COPY - Static variable in class com.workfusion.rpa.helpers.RPA
 
actions() - Static method in class com.workfusion.rpa.helpers.RPA
With this method you can use Selenium Actions like described in the AdvancedUserInteractions page.
actualValue(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.AndUiCondition
 
actualValue(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.IsEnabled
 
actualValue(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.IsFocused
 
actualValue(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.IsSelected
 
actualValue(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.NotUiCondition
 
actualValue(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.OrUiCondition
 
actualValue(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.UiCondition
If element didn't match the condition, returns the actual value of element.
actualValue(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.Wrapper
 
add(String, Object) - Method in class com.workfusion.rpa.helpers.ScriptParams
Add variable to result of map of variables
addAll(Map<String, Object>) - Method in class com.workfusion.rpa.helpers.ScriptParams
Add all parameter to result of map of variables
and(String, UiCondition...) - Static method in class com.workfusion.rpa.helpers.UiConditions
Check if element matches ALL given conditions.
AndUiCondition - Class in com.workfusion.rpa.helpers.conditions
 
AndUiCondition(String, UiCondition...) - Constructor for class com.workfusion.rpa.helpers.conditions.AndUiCondition
 
ApiUtils - Class in com.workfusion.rpa.helpers.utils
 
APPEAR - Static variable in class com.workfusion.rpa.helpers.UiConditions
Synonym for UiConditions.VISIBLE - may be used for better readability Sample $("#logoutLink").should(APPEAR);
APPEARS - Static variable in class com.workfusion.rpa.helpers.UiConditions
Synonym for UiConditions.VISIBLE - may be used for better readability
append(String, String, String) - Static method in class com.workfusion.rpa.helpers.Resource
Appends content to file
append(Object) - Method in class com.workfusion.rpa.helpers.UiElement
Append given text to the text field.
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.AndUiCondition
 
apply(List<? extends WebElement>) - Method in class com.workfusion.rpa.helpers.conditions.collection.Size
 
apply(List<? extends WebElement>) - Method in class com.workfusion.rpa.helpers.conditions.collection.SizeGreaterThan
 
apply(List<? extends WebElement>) - Method in class com.workfusion.rpa.helpers.conditions.collection.SizeGreaterThanOrEqual
 
apply(List<? extends WebElement>) - Method in class com.workfusion.rpa.helpers.conditions.collection.SizeLessThan
 
apply(List<? extends WebElement>) - Method in class com.workfusion.rpa.helpers.conditions.collection.SizeLessThanOrEqual
 
apply(List<? extends WebElement>) - Method in class com.workfusion.rpa.helpers.conditions.collection.SizeNotEqual
 
apply(List<? extends WebElement>) - Method in class com.workfusion.rpa.helpers.conditions.collection.UiCollectionCondition
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.ExpectsAttribute
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.ExpectsValue
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.HasAttribute
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.HasCssClass
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.IsDisabled
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.IsDisplayed
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.IsEnabled
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.IsExists
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.IsFocused
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.IsHidden
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.IsSelected
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.MatchRegexp
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.NotUiCondition
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.OrUiCondition
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.TextCaseInSensitive
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.TextCaseSensitive
 
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.UiCondition
Check if given element matches this condition.
apply(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.Wrapper
 
applyNull() - Method in class com.workfusion.rpa.helpers.conditions.UiCondition
 
asJsonString() - Method in class com.workfusion.rpa.helpers.resources.Filter
JSON string representation of filter.
attr(String) - Method in class com.workfusion.rpa.helpers.UiElement
Get the attribute of the element.
attribute(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Checks that element has a given attribute (with any value)
attribute(String, String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Checks that current element has an attribute with specified value
AUTO_IMPORT_CLASSES - Static variable in class com.workfusion.rpa.helpers.utils.ApiUtils
 
AUTO_IMPORT_PACKAGES - Static variable in class com.workfusion.rpa.helpers.utils.ApiUtils
 
AUTO_IMPORT_STATIC - Static variable in class com.workfusion.rpa.helpers.utils.ApiUtils
 

B

back() - Static method in class com.workfusion.rpa.helpers.RPA
Desktop: moves back to preview window in desktopDriver history
be(UiCondition) - Static method in class com.workfusion.rpa.helpers.UiConditions
Used to form human-readable condition expression Example element.should(be(VISIBLE),have(text("abc"))
bottom() - Method in class com.workfusion.rpa.helpers.UiElement
 
by(String, String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
Synonym for #byAttribute Seems to work incorrectly in HtmlUnit and PhantomJS if attribute name contains dash (e.g.
byAttribute(String, String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
Find elements having attribute with given value.
byClassName(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
 
byCssSelector(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
 
byId(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
 
ByImage - Class in com.workfusion.rpa.helpers.selectors
 
ByImage(String) - Constructor for class com.workfusion.rpa.helpers.selectors.ByImage
 
ByImage(String, int, int) - Constructor for class com.workfusion.rpa.helpers.selectors.ByImage
 
byImage(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
Finds the first image element matching given URL.
byImage(String, int, int) - Static method in class com.workfusion.rpa.helpers.UiSelectors
Finds the first image element matching given URL.
byLinkText(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
 
byName(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
 
byPartialLinkText(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
 
byTagName(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
 
ByText - Class in com.workfusion.rpa.helpers.selectors
 
ByText(String) - Constructor for class com.workfusion.rpa.helpers.selectors.ByText
 
byText(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
Find element that has EXACTLY this text NB! It seems that Selenium WebDriver does not support i18n characters in XPath :(
byTitle(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
Find element with given title ("title" attribute)
byValue(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
Find input element with given value ("value" attribute)
byXpath(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
 

C

centerX() - Method in class com.workfusion.rpa.helpers.UiElement
 
centerY() - Method in class com.workfusion.rpa.helpers.UiElement
 
checkDesktopOrUniversalDriver() - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
checkText(String, String) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
checkUniversalDriver() - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
checkWebOrUniversalDriver() - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
cleanClipboard() - Method in class com.workfusion.rpa.helpers.RobotClipboard
Clean clipboard.
cleanClipboard() - Static method in class com.workfusion.rpa.helpers.RPA
Clean clipboard.
clear() - Method in class com.workfusion.rpa.helpers.UiElement
 
click(Coordinates) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop, Web
click(Coordinates, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop
click(int, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Clicks on the point specified by coordinates.
click(int, int, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Clicks n-times on the point specified by coordinates.
click(int, int) - Method in class com.workfusion.rpa.helpers.UiElement
Click the element with offset Offset is calculated from TOP LEFT corner
click() - Method in class com.workfusion.rpa.helpers.UiElement
Click the element
click(int, int, int) - Method in class com.workfusion.rpa.helpers.UiElement
Click the element number of times
click(int) - Method in class com.workfusion.rpa.helpers.UiElement
Click the element number of times
Clipboard - Interface in com.workfusion.rpa.helpers
Deprecated.
use RobotClipboard instead.
clipboard() - Static method in class com.workfusion.rpa.helpers.RPA
Returns clipboard implementation based on the settings
clipboardText() - Method in interface com.workfusion.rpa.helpers.Clipboard
Deprecated.
Returns text from RPA agent clipboard
clipboardText() - Method in class com.workfusion.rpa.helpers.DesktopClipboard
Deprecated.
 
clipboardText() - Method in class com.workfusion.rpa.helpers.RobotClipboard
Returns text from RPA agent clipboard
clipboardText() - Static method in class com.workfusion.rpa.helpers.RPA
Returns text from RPA agent clipboard
close() - Static method in class com.workfusion.rpa.helpers.RPA
Closes the current window.
closeExcel(String) - Static method in class com.workfusion.rpa.helpers.Excel
Close excel file and remove it from script context.
closest(String) - Method in class com.workfusion.rpa.helpers.UiElement
Find closes ancestor element matching given criteria.
com.workfusion.rpa.helpers - package com.workfusion.rpa.helpers
 
com.workfusion.rpa.helpers.conditions - package com.workfusion.rpa.helpers.conditions
 
com.workfusion.rpa.helpers.conditions.collection - package com.workfusion.rpa.helpers.conditions.collection
 
com.workfusion.rpa.helpers.resources - package com.workfusion.rpa.helpers.resources
 
com.workfusion.rpa.helpers.selectors - package com.workfusion.rpa.helpers.selectors
 
com.workfusion.rpa.helpers.utils - package com.workfusion.rpa.helpers.utils
 
confirm() - Static method in class com.workfusion.rpa.helpers.RPA
Accepts (Clicks "Yes" or "Ok") in the existing confirmation dialog (javascript 'alert' or 'confirm').
confirm(String) - Static method in class com.workfusion.rpa.helpers.RPA
Accepts (Clicks "Yes" or "Ok") in the existing confirmation dialog (javascript 'alert' or 'confirm').
contains(String, String) - Method in class com.workfusion.rpa.helpers.utils.Html
 
containsCaseSensitive(String, String) - Method in class com.workfusion.rpa.helpers.utils.Html
 
contextClick(Coordinates) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop, Web
contextClick(int, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Emulates the mouse right-click on the point specified by coordinates.
contextClick(int, int) - Method in class com.workfusion.rpa.helpers.UiElement
Click with right mouse button by offset on this element
contextClick() - Method in class com.workfusion.rpa.helpers.UiElement
Click with right mouse button on this element
copyFail(String, String) - Static method in class com.workfusion.rpa.helpers.Resource
Copies file or directory.
copyOverwrite(String, String) - Static method in class com.workfusion.rpa.helpers.Resource
Copies file or directory.
copyPuttyWindowText() - Static method in class com.workfusion.rpa.helpers.RPA
Copies all text in PuTTY window.
copySelectedText() - Method in interface com.workfusion.rpa.helpers.Clipboard
Deprecated.
Copies currently selected text and returns it.
copySelectedText() - Method in class com.workfusion.rpa.helpers.DesktopClipboard
Deprecated.
 
copySelectedText() - Method in class com.workfusion.rpa.helpers.RobotClipboard
Copies currently selected text and returns it.
copySelectedText() - Static method in class com.workfusion.rpa.helpers.RPA
Copies currently selected text and returns it.
copySelectedText() - Method in class com.workfusion.rpa.helpers.UiElement
Copies selected text
copySkip(String, String) - Static method in class com.workfusion.rpa.helpers.Resource
Copies file or directory.
create(String, Object) - Static method in class com.workfusion.rpa.helpers.ScriptParams
 
createDirectoryFail(String) - Static method in class com.workfusion.rpa.helpers.Resource
Creates new directory.
createDirectoryOverwrite(String) - Static method in class com.workfusion.rpa.helpers.Resource
Creates new directory.
createDirectorySkip(String) - Static method in class com.workfusion.rpa.helpers.Resource
Creates new directory.
createFileFail(String) - Static method in class com.workfusion.rpa.helpers.Resource
Create new file.
createFileOverwrite(String) - Static method in class com.workfusion.rpa.helpers.Resource
Create new file.
createFileSkip(String) - Static method in class com.workfusion.rpa.helpers.Resource
Create new file.
createFolderS3(String, String, String, String, String, String) - Static method in class com.workfusion.rpa.helpers.S3
Create folder on S3 bucket
cssClass(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Sample: $("input").shouldHave(cssClass("active"));

D

DEFAULT_FLUENT_WAIT_TIMEOUT - Static variable in class com.workfusion.rpa.helpers.utils.ApiUtils
 
delete(String) - Static method in class com.workfusion.rpa.helpers.Resource
Delete file or directory
deleteCell(String, ExcelCellPosition) - Static method in class com.workfusion.rpa.helpers.Excel
Clear of value of cell.
deleteCell(String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Clear of value of cell.
deleteFileOnAgent(String) - Static method in class com.workfusion.rpa.helpers.RPA
Deletes file or folder on RPA Agent machine
deleteFolderFileS3(String, String, String, String, String, String) - Static method in class com.workfusion.rpa.helpers.S3
Delete folder or file on S3 bucket
DesktopClipboard - Class in com.workfusion.rpa.helpers
Deprecated.
use RobotClipboard instead.
DesktopClipboard() - Constructor for class com.workfusion.rpa.helpers.DesktopClipboard
Deprecated.
 
desktopDriver() - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
directoryListS3(String, String, String, String, String, String) - Static method in class com.workfusion.rpa.helpers.S3
Get list of folders and files from S# bucket
DISABLED - Static variable in class com.workfusion.rpa.helpers.UiConditions
Checks that element is disabled
disableTypeOnScreen() - Static method in class com.workfusion.rpa.helpers.RPA
Sets an option typeOnScreen is FALSE to a desktop driver
DISAPPEAR - Static variable in class com.workfusion.rpa.helpers.UiConditions
Synonym for UiConditions.HIDDEN - may be used for better readability:
DISAPPEARS - Static variable in class com.workfusion.rpa.helpers.UiConditions
Synonym for UiConditions.HIDDEN - may be used for better readability:
dismiss() - Static method in class com.workfusion.rpa.helpers.RPA
Dismisses (clicks "No" or "Cancel") in the existing confirmation dialog (javascript 'alert' or 'confirm').
dismiss(String) - Static method in class com.workfusion.rpa.helpers.RPA
Dismisses (clicks "No" or "Cancel") in the existing confirmation dialog (javascript 'alert' or 'confirm').
doubleClick(Coordinates) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop, Web
doubleClick(int, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Double clicks on the point specified by coordinates.
doubleClick(int, int) - Method in class com.workfusion.rpa.helpers.UiElement
Double click the element
doubleClick() - Method in class com.workfusion.rpa.helpers.UiElement
Double click the element
downloadFileFromAgent(String) - Static method in class com.workfusion.rpa.helpers.RPA
Downloads file from RPA Agent machine
downloadFileOnAgent(String) - Static method in class com.workfusion.rpa.helpers.RPA
Downloads a file and saves it on RPA agent machine (in default temp folder)
downloadFileOnAgent(String, String) - Static method in class com.workfusion.rpa.helpers.RPA
Downloads a file and saves it on RPA agent machine
downloadFileS3(String, String, String, String, String, String, String) - Static method in class com.workfusion.rpa.helpers.S3
Download file from S3 bucket to local file
downloadFileS3(String, String, String, String, String, String, String, long) - Static method in class com.workfusion.rpa.helpers.S3
Download file from S3 bucket to local file
downloadTextFileFromAgent(String) - Static method in class com.workfusion.rpa.helpers.RPA
Downloads text file from RPA Agent machine
driver() - Static method in class com.workfusion.rpa.helpers.RPA
Short definition for accessing current driver instance.
driver() - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
driverContext() - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
DriverContext - Class in com.workfusion.rpa.helpers.utils
 
DriverContext(Driver) - Constructor for class com.workfusion.rpa.helpers.utils.DriverContext
 

E

elementsToString(List<? extends WebElement>) - Static method in class com.workfusion.rpa.helpers.UiElementCollection
Outputs string presentation of the element's collection
empty() - Static method in class com.workfusion.rpa.helpers.ScriptParams
Build empty map of variable
EMPTY_COLLECTION - Static variable in class com.workfusion.rpa.helpers.UiCollectionConditions
 
EMPTY_ELEMENT - Static variable in class com.workfusion.rpa.helpers.UiConditions
1) For input element, checks that value is missing or empty
ENABLED - Static variable in class com.workfusion.rpa.helpers.UiConditions
Checks that element is not disabled
enableTypeOnScreen() - Static method in class com.workfusion.rpa.helpers.RPA
Sets an option typeOnScreen is TRUE to a desktop driver
encodeContentForGroovyScript(byte[]) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
encodeFilePathForGroovyScript(String) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
equals(Object) - Method in class com.workfusion.rpa.helpers.resources.Filter
 
equals(Object) - Method in class com.workfusion.rpa.helpers.ScriptParams
 
equals(Object) - Method in class com.workfusion.rpa.helpers.UiElement
 
equals(String, String) - Method in class com.workfusion.rpa.helpers.utils.Html
 
equalsCaseSensitive(String, String) - Method in class com.workfusion.rpa.helpers.utils.Html
 
Excel - Class in com.workfusion.rpa.helpers
This class adds static methods for work with excel documents.
ExcelCellPosition - Enum in com.workfusion.rpa.helpers
This class provides values for predefine coordinates of cell.
ExcelColumnRowPosition - Enum in com.workfusion.rpa.helpers
This class provides values for predefine coordinates of row and column.
exclude(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Filters elements excluding those which met the given condition
excludeWith(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Filters elements excluding those which met the given condition
executeAutoitScript(String) - Static method in class com.workfusion.rpa.helpers.Script
Executes AutoIt Script on RPA agent side, not in Control Tower.
executeAutoitScript(String, long) - Static method in class com.workfusion.rpa.helpers.Script
Executes AutoIt Script on RPA agent side, not in Control Tower.
executeAutoitScript(String, long, Object...) - Static method in class com.workfusion.rpa.helpers.Script
Executes AutoIt Script on RPA agent side, not in Control Tower.
executeGroovyScript(String, Map<Object, Object>) - Static method in class com.workfusion.rpa.helpers.Script
executeGroovyScript(Object) - Static method in class com.workfusion.rpa.helpers.Script
executeGroovyScript(String) - Static method in class com.workfusion.rpa.helpers.Script
Executes Groovy script on RPA agent side, not in Control Tower.
executeGroovyScript(String, long) - Static method in class com.workfusion.rpa.helpers.Script
Executes Groovy Script on RPA agent side, not in Control Tower.
executeGroovyScript(String, ScriptParams) - Static method in class com.workfusion.rpa.helpers.Script
Executes Groovy Script on RPA agent side, not in Control Tower.
executeGroovyScript(String, long, ScriptParams) - Static method in class com.workfusion.rpa.helpers.Script
Executes Groovy Script on RPA agent side, not in Control Tower.
executeJavaScript(String, Object...) - Static method in class com.workfusion.rpa.helpers.Script
Executes Java script on RPA agent side, not in Control Tower.
executeScript(String, Object...) - Static method in class com.workfusion.rpa.helpers.Script
executeScript(String) - Static method in class com.workfusion.rpa.helpers.Script
executeScript(Object, Object...) - Static method in class com.workfusion.rpa.helpers.Script
executeScript(Object) - Static method in class com.workfusion.rpa.helpers.Script
exist(String) - Static method in class com.workfusion.rpa.helpers.Resource
Check if file or directory exists
EXIST - Static variable in class com.workfusion.rpa.helpers.UiConditions
Check that element exists.
exists(String) - Static method in class com.workfusion.rpa.helpers.RPA
Checks if element exists on the current page.
exists(By) - Static method in class com.workfusion.rpa.helpers.RPA
Checks if element exists on the current page.
ExpectsAttribute - Class in com.workfusion.rpa.helpers.conditions
 
ExpectsAttribute(String, String, String) - Constructor for class com.workfusion.rpa.helpers.conditions.ExpectsAttribute
 
ExpectsValue - Class in com.workfusion.rpa.helpers.conditions
 
ExpectsValue(String, String) - Constructor for class com.workfusion.rpa.helpers.conditions.ExpectsValue
 

F

fail(List<? extends WebElement>, String) - Method in class com.workfusion.rpa.helpers.conditions.collection.Size
 
fail(List<? extends WebElement>, String) - Method in class com.workfusion.rpa.helpers.conditions.collection.SizeGreaterThan
 
fail(List<? extends WebElement>, String) - Method in class com.workfusion.rpa.helpers.conditions.collection.SizeGreaterThanOrEqual
 
fail(List<? extends WebElement>, String) - Method in class com.workfusion.rpa.helpers.conditions.collection.SizeLessThan
 
fail(List<? extends WebElement>, String) - Method in class com.workfusion.rpa.helpers.conditions.collection.SizeLessThanOrEqual
 
fail(List<? extends WebElement>, String) - Method in class com.workfusion.rpa.helpers.conditions.collection.SizeNotEqual
 
fail(List<? extends WebElement>, String) - Method in class com.workfusion.rpa.helpers.conditions.collection.UiCollectionCondition
 
fail(WebElement) - Method in class com.workfusion.rpa.helpers.conditions.UiCondition
 
files() - Static method in class com.workfusion.rpa.helpers.resources.Filter
Result list will contain only files.
filesAndFolders() - Static method in class com.workfusion.rpa.helpers.resources.Filter
Result list will contain both files and folders.
Filter - Class in com.workfusion.rpa.helpers.resources
Class for specifying rules for filtration resources while listing directory or searching for files
filter(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Filters collection elements based on the given condition
FilterBuilder - Class in com.workfusion.rpa.helpers.resources
 
filterBy(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Filters collection elements based on the given condition
find(String) - Method in class com.workfusion.rpa.helpers.UiElement
Find the first matching element inside given element
find(String, int) - Method in class com.workfusion.rpa.helpers.UiElement
Find the Nth matching element inside given element
find(By) - Method in class com.workfusion.rpa.helpers.UiElement
Find the first matching element inside given element
find(By, int) - Method in class com.workfusion.rpa.helpers.UiElement
Find the Nth matching element inside given element
find(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Find the first element which met the given condition
findAll(String) - Method in class com.workfusion.rpa.helpers.UiElement
Short form of webDriver.findElements(thisElement, By.cssSelector(cssSelector))
findAll(By) - Method in class com.workfusion.rpa.helpers.UiElement
Short form of webDriver.findElements(thisElement, selector)
findBy(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Find the first element which met the given condition
findElement(SearchContext) - Method in class com.workfusion.rpa.helpers.selectors.ByImage
 
findElement(By) - Method in class com.workfusion.rpa.helpers.UiElement
 
findElements(SearchContext) - Method in class com.workfusion.rpa.helpers.selectors.ByImage
 
findElements(By) - Method in class com.workfusion.rpa.helpers.UiElement
 
first() - Method in class com.workfusion.rpa.helpers.UiElementCollection
 
fluentWait() - Static method in class com.workfusion.rpa.helpers.RPA
Creates an org.openqa.selenium.support.ui.FluentWait instance with Selenide timeout/polling.
focus() - Method in class com.workfusion.rpa.helpers.UiElement
 
FOCUSED - Static variable in class com.workfusion.rpa.helpers.UiConditions
Check if browser focus is currently on a given element.
folders() - Static method in class com.workfusion.rpa.helpers.resources.Filter
Result list will contain only folders.
forward() - Static method in class com.workfusion.rpa.helpers.RPA
Desktop: moves forward to next window in desktopDriver history
fromJson(String) - Static method in class com.workfusion.rpa.helpers.PointedCoordinates
Converts JSON string to PointedCoordinates object

G

get() - Method in class com.workfusion.rpa.helpers.resources.FilterBuilder
Fully configured filter with options set up before.
get(int) - Method in class com.workfusion.rpa.helpers.UiElementCollection
 
getActiveCell(String) - Static method in class com.workfusion.rpa.helpers.Excel
Get active cell.
getAttribute(String) - Method in class com.workfusion.rpa.helpers.UiElement
 
getAuxiliary() - Method in class com.workfusion.rpa.helpers.PointedCoordinates
 
getCell(String, ExcelCellPosition) - Static method in class com.workfusion.rpa.helpers.Excel
Get value of cell and return it as string.
getCell(String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Get value of cell and return it as string.
getColumn(String, ExcelColumnRowPosition) - Static method in class com.workfusion.rpa.helpers.Excel
Get column values
getColumn(String, ExcelColumnRowPosition, Integer, Integer) - Static method in class com.workfusion.rpa.helpers.Excel
Get column values
getColumn(String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Get column values
getColumn(String, String, Integer, Integer) - Static method in class com.workfusion.rpa.helpers.Excel
Get column values
getCoordinates() - Method in class com.workfusion.rpa.helpers.UiElement
 
getCssValue(String) - Method in class com.workfusion.rpa.helpers.UiElement
 
getDriver() - Method in class com.workfusion.rpa.helpers.utils.DriverContext
 
getDriverLogs(LogType) - Static method in class com.workfusion.rpa.helpers.RPA
Driver Type: Web
getDriverLogs(LogType, Level) - Static method in class com.workfusion.rpa.helpers.RPA
Getting and filtering of the WebDriver logs for specified LogType by specified logging level
For example to get WebDriver Browser's console output (including JS info, warnings, errors, etc.
getDriverType() - Method in class com.workfusion.rpa.helpers.utils.DriverContext
 
getElement(By) - Static method in class com.workfusion.rpa.helpers.RPA
Finds the first element matching given criteria
getElement(By, int) - Static method in class com.workfusion.rpa.helpers.RPA
Finds the Nth element matching given criteria
getElementPositionCenter(WebElement) - Static method in class com.workfusion.rpa.helpers.PointedCoordinates
Returns coordinates of the UiElement central point
getElements(By) - Static method in class com.workfusion.rpa.helpers.RPA
Finds all elements matching given descriptor
getFluentWaitPollingInterval() - Static method in class com.workfusion.rpa.helpers.RPA
Returns the frequency with which to check the condition, for example in:
getFluentWaitPollingInterval() - Method in class com.workfusion.rpa.helpers.utils.DriverContext
 
getFluentWaitTimeout() - Static method in class com.workfusion.rpa.helpers.RPA
Returns the maximum amount of time to wait for a condition, for example in:
getFluentWaitTimeout() - Method in class com.workfusion.rpa.helpers.utils.DriverContext
 
getFocusedElement() - Static method in class com.workfusion.rpa.helpers.RPA
Returns the currently focused UiElement, that is, the element that will get keystroke events if the user types any.
getId() - Method in class com.workfusion.rpa.helpers.UiElement
 
getLocation() - Method in class com.workfusion.rpa.helpers.UiElement
 
getName() - Method in class com.workfusion.rpa.helpers.conditions.UiCondition
 
getRange(String, String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Get values of the range.
getRange(String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Get values of the range.
getRect() - Method in class com.workfusion.rpa.helpers.UiElement
 
getRow(String, ExcelColumnRowPosition) - Static method in class com.workfusion.rpa.helpers.Excel
Get row values
getRow(String, ExcelColumnRowPosition, String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Get row values
getRow(String, int) - Static method in class com.workfusion.rpa.helpers.Excel
Get row values
getRow(String, int, String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Get row values
getScreenshotAs(OutputType<X>) - Method in class com.workfusion.rpa.helpers.UiElement
 
getSelectedOption() - Method in class com.workfusion.rpa.helpers.UiElement
Find selected option from this select field
getSelectedText() - Method in class com.workfusion.rpa.helpers.UiElement
Get text of selected option in select field
getSelectedValue() - Method in class com.workfusion.rpa.helpers.UiElement
Get value of selected option in select field
getSize() - Method in class com.workfusion.rpa.helpers.UiElement
 
getTagName() - Method in class com.workfusion.rpa.helpers.UiElement
 
getText() - Method in class com.workfusion.rpa.helpers.UiElement
Get the visible text of this element
getTexts() - Method in class com.workfusion.rpa.helpers.UiElementCollection
Gets all the texts in elements collection
getTexts(Collection<? extends WebElement>) - Static method in class com.workfusion.rpa.helpers.UiElementCollection
Fail-safe method for retrieving texts of given elements.
getValue() - Method in class com.workfusion.rpa.helpers.UiElement
Get the "value" attribute of the element
getWrappedElement() - Method in class com.workfusion.rpa.helpers.UiElement
 

H

has(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
Return true iff element matches given condition
HasAttribute - Class in com.workfusion.rpa.helpers.conditions
 
HasAttribute(String, String) - Constructor for class com.workfusion.rpa.helpers.conditions.HasAttribute
 
hasAttribute(String, String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Checks that current element has an attribute with specified value
hasClass(WebElement, String) - Static method in class com.workfusion.rpa.helpers.conditions.HasCssClass
If element has one specific cssClass
hasClass(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Sample: $("input").waitUntil(hasClass("blocked"), 7000);
HasCssClass - Class in com.workfusion.rpa.helpers.conditions
 
HasCssClass(String, String) - Constructor for class com.workfusion.rpa.helpers.conditions.HasCssClass
 
hashCode() - Method in class com.workfusion.rpa.helpers.resources.Filter
 
hashCode() - Method in class com.workfusion.rpa.helpers.ScriptParams
 
hashCode() - Method in class com.workfusion.rpa.helpers.UiElement
 
hasPartialValue(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
hasText(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Asserts that element has specified text content
hasValue(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
have(UiCondition) - Static method in class com.workfusion.rpa.helpers.UiConditions
Used to form human-readable condition expression Example element.should(be(VISIBLE),have(text("abc"))
HIDDEN - Static variable in class com.workfusion.rpa.helpers.UiConditions
Checks that element is not visible or does not exists.
hover() - Method in class com.workfusion.rpa.helpers.UiElement
Emulate "mouseOver" event.
Html - Class in com.workfusion.rpa.helpers.utils
 

I

id(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Asserts that element has given "id" attribute as substring
implicitlyWaitTimeout(long) - Static method in class com.workfusion.rpa.helpers.RPA
Sets the maximum amount of time to wait for element search
inChrome(Closure) - Static method in class com.workfusion.rpa.helpers.RPA
Is used for explicitly Chrome driver choosing.
includeSubFolders() - Method in class com.workfusion.rpa.helpers.resources.FilterBuilder
By default, robot lists files and/or folders inside a target folder, all sub-folder contents is skipped.
inDesktop(Closure) - Static method in class com.workfusion.rpa.helpers.RPA
Is used for explicitly Desktop driver choosing.
inEdge(Closure) - Static method in class com.workfusion.rpa.helpers.RPA
Is used for explicitly Edge driver choosing.
inFirefox(Closure) - Static method in class com.workfusion.rpa.helpers.RPA
Is used for explicitly Firefox driver choosing.
inIE(Closure) - Static method in class com.workfusion.rpa.helpers.RPA
Is used for explicitly IE driver choosing.
innerHtml() - Method in class com.workfusion.rpa.helpers.UiElement
Get the HTML code of the element with children.
innerText() - Method in class com.workfusion.rpa.helpers.UiElement
Get the text code of the element with children.
inViewPort() - Method in class com.workfusion.rpa.helpers.PointedCoordinates
 
is(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
Return true if element matches given condition
isArray(Object) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
IsDisabled - Class in com.workfusion.rpa.helpers.conditions
 
IsDisabled(String) - Constructor for class com.workfusion.rpa.helpers.conditions.IsDisabled
 
IsDisplayed - Class in com.workfusion.rpa.helpers.conditions
 
IsDisplayed(String) - Constructor for class com.workfusion.rpa.helpers.conditions.IsDisplayed
 
isDisplayed() - Method in class com.workfusion.rpa.helpers.UiElement
 
IsEnabled - Class in com.workfusion.rpa.helpers.conditions
 
IsEnabled(String) - Constructor for class com.workfusion.rpa.helpers.conditions.IsEnabled
 
isEnabled() - Method in class com.workfusion.rpa.helpers.UiElement
 
IsExists - Class in com.workfusion.rpa.helpers.conditions
 
IsExists(String) - Constructor for class com.workfusion.rpa.helpers.conditions.IsExists
 
isExists() - Method in class com.workfusion.rpa.helpers.UiElement
Deprecated.
from 9.2, it will be delete in 10.0
IsFocused - Class in com.workfusion.rpa.helpers.conditions
 
IsFocused(String) - Constructor for class com.workfusion.rpa.helpers.conditions.IsFocused
 
IsHidden - Class in com.workfusion.rpa.helpers.conditions
 
IsHidden(String) - Constructor for class com.workfusion.rpa.helpers.conditions.IsHidden
 
IsHidden(String, boolean) - Constructor for class com.workfusion.rpa.helpers.conditions.IsHidden
 
isImageLoaded() - Method in class com.workfusion.rpa.helpers.UiElement
Check if image is properly loaded.
isOptionEnabled(String) - Static method in class com.workfusion.rpa.helpers.RPA
Checks if an option related to a desktop driver is enabled
IsSelected - Class in com.workfusion.rpa.helpers.conditions
 
IsSelected(String) - Constructor for class com.workfusion.rpa.helpers.conditions.IsSelected
 
isSelected() - Method in class com.workfusion.rpa.helpers.UiElement
 
isUniversalDriver() - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
iterator() - Method in class com.workfusion.rpa.helpers.UiElementCollection
 

J

JAVA_SCRIPT_TYPE - Static variable in class com.workfusion.rpa.helpers.Script
 

K

keyboard() - Static method in class com.workfusion.rpa.helpers.RPA
Short definition for accessing current driver keyboard.

L

last() - Method in class com.workfusion.rpa.helpers.UiElementCollection
 
left() - Method in class com.workfusion.rpa.helpers.UiElement
 
listFolder(String) - Static method in class com.workfusion.rpa.helpers.Resource
Lists directory contents of files
listFolder(String, Filter) - Static method in class com.workfusion.rpa.helpers.Resource
Lists directory contents using spcial filter
listIterator() - Method in class com.workfusion.rpa.helpers.UiElementCollection
 
listIterator(int) - Method in class com.workfusion.rpa.helpers.UiElementCollection
 
LogType - Enum in com.workfusion.rpa.helpers
 

M

matches(String, String) - Method in class com.workfusion.rpa.helpers.utils.Html
 
MatchRegexp - Class in com.workfusion.rpa.helpers.conditions
 
MatchRegexp(String, String) - Constructor for class com.workfusion.rpa.helpers.conditions.MatchRegexp
 
matchRegexp(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Assert that given element's text matches given regular expression
MAX_GROOVY_STRING_LENGTH - Static variable in class com.workfusion.rpa.helpers.utils.ApiUtils
 
minimizeWindow() - Static method in class com.workfusion.rpa.helpers.RPA
Minimizes current window
modifiedBetween(LocalDateTime, LocalDateTime) - Method in class com.workfusion.rpa.helpers.resources.FilterBuilder
Filter files and/or folders by their last modified date.
modifiedInLast(int, TemporalUnit) - Method in class com.workfusion.rpa.helpers.resources.FilterBuilder
Filter files and/or folders by their last modified date.
mouse() - Static method in class com.workfusion.rpa.helpers.RPA
Short definition for accessing current driver mouse.
mouseDown(Coordinates) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop, Web
mouseDown(int, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Emulates the mouse down action (without mouse up) on the point specified by coordinates.
mouseMove(Coordinates) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop, Web
mouseMove(Coordinates, long, long) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop, Web
mouseMove(int, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Emulates the mouse move to the point specified by coordinates.
mouseMove(int, int, int, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Emulates the mouse move to the point specified by coordinates.
mouseUp(Coordinates) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop, Web
mouseUp(int, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Emulates the mouse up action on the point specified by coordinates.
moveFail(String, String) - Static method in class com.workfusion.rpa.helpers.Resource
Moves file or directory.
moveOverwrite(String, String) - Static method in class com.workfusion.rpa.helpers.Resource
Moves file or directory.
moveSkip(String, String) - Static method in class com.workfusion.rpa.helpers.Resource
Moves file or directory.

N

name(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Asserts that element has given "name" attribute as substring
name() - Method in class com.workfusion.rpa.helpers.UiElement
Get the "name" attribute of the element
not(UiCondition) - Static method in class com.workfusion.rpa.helpers.UiConditions
Negate given condition.
NotUiCondition - Class in com.workfusion.rpa.helpers.conditions
 
NotUiCondition(UiCondition) - Constructor for class com.workfusion.rpa.helpers.conditions.NotUiCondition
 

O

Ocr - Class in com.workfusion.rpa.helpers
This class adds methods for work with ocr.
Ocr() - Constructor for class com.workfusion.rpa.helpers.Ocr
 
onPage() - Method in class com.workfusion.rpa.helpers.PointedCoordinates
 
onScreen() - Method in class com.workfusion.rpa.helpers.PointedCoordinates
 
open(Object) - Static method in class com.workfusion.rpa.helpers.RPA
Opens a specified URL or application
open(String) - Static method in class com.workfusion.rpa.helpers.RPA
Opens a specified URL or application
open(URL) - Static method in class com.workfusion.rpa.helpers.RPA
Opens a specified absolute URL
openAndFocus(String, long, long) - Static method in class com.workfusion.rpa.helpers.RPA
Opens a specified URL or application and sets focus
openChrome(String) - Static method in class com.workfusion.rpa.helpers.RPA
Opens a specified URL in Chrome browser
openEdge(String) - Static method in class com.workfusion.rpa.helpers.RPA
Opens a specified URL in Edge browser
openExcel(String) - Static method in class com.workfusion.rpa.helpers.Excel
Read excel file by path, store this in script context.
openFirefox(String) - Static method in class com.workfusion.rpa.helpers.RPA
Opens a specified URL in Firefox browser
openIE(String) - Static method in class com.workfusion.rpa.helpers.RPA
Opens a specified URL in IE browser
openLinkInNewWindow(String) - Static method in class com.workfusion.rpa.helpers.RPA
Opens the link in a new browser's tab.
openLinkInNewWindow(By) - Static method in class com.workfusion.rpa.helpers.RPA
Opens the specified link in a new browser's tab.
openNewWindow() - Static method in class com.workfusion.rpa.helpers.RPA
Opens a new browser's tab.
or(String, UiCondition...) - Static method in class com.workfusion.rpa.helpers.UiConditions
Check if element matches ANY of given conditions.
OrUiCondition - Class in com.workfusion.rpa.helpers.conditions
 
OrUiCondition(String, UiCondition...) - Constructor for class com.workfusion.rpa.helpers.conditions.OrUiCondition
 
overwrite(String, String, String) - Static method in class com.workfusion.rpa.helpers.Resource
Overwrites file content

P

pageLoadTimeout(long) - Static method in class com.workfusion.rpa.helpers.RPA
Sets the maximum amount of time to wait for page to load
parent() - Method in class com.workfusion.rpa.helpers.UiElement
Get parent element of this element For example, $("td").parent() could give some "tr".
partialValue(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Asserts that element has given "value" attribute as substring
pattern(String) - Method in class com.workfusion.rpa.helpers.resources.FilterBuilder
Filter files and/or folders by their name using regular expressions.
PointedCoordinates - Class in com.workfusion.rpa.helpers
Aggregates object coordinates and provides coordinates of an element for advanced interactions.
PointedCoordinates(int, int) - Constructor for class com.workfusion.rpa.helpers.PointedCoordinates
Creates a PointedCoordinates object from given coordinates
PointedCoordinates(Point) - Constructor for class com.workfusion.rpa.helpers.PointedCoordinates
Creates a PointedCoordinates object from a given Point object
PRESENT - Static variable in class com.workfusion.rpa.helpers.UiConditions
Checks that element is present on the page.
pressAltF4() - Static method in class com.workfusion.rpa.helpers.RPA
Send ALT+F4 to the current window.
pressBackSpace() - Static method in class com.workfusion.rpa.helpers.RPA
Send BACK_SPACE to the current window.
pressBackSpace() - Method in class com.workfusion.rpa.helpers.UiElement
Press BACK_SPACE.
pressCtrlA() - Static method in class com.workfusion.rpa.helpers.RPA
Send CTRL+A to the current window.
pressCtrlA() - Method in class com.workfusion.rpa.helpers.UiElement
Send CTRL+A.
pressCtrlC() - Static method in class com.workfusion.rpa.helpers.RPA
Send CTRL+C to the current window.
pressCtrlC() - Method in class com.workfusion.rpa.helpers.UiElement
Send CTRL+C.
pressCtrlShiftZ() - Static method in class com.workfusion.rpa.helpers.RPA
Send CTRL+SHIFT+Z to the current window.
pressCtrlShiftZ() - Method in class com.workfusion.rpa.helpers.UiElement
Send CTRL+SHIFT+Z.
pressCtrlV() - Static method in class com.workfusion.rpa.helpers.RPA
Send CTRL+V to the current window.
pressCtrlV() - Method in class com.workfusion.rpa.helpers.UiElement
Send CTRL+V.
pressCtrlX() - Static method in class com.workfusion.rpa.helpers.RPA
Send CTRL+X to the current window.
pressCtrlX() - Method in class com.workfusion.rpa.helpers.UiElement
Send CTRL+X.
pressCtrlZ() - Static method in class com.workfusion.rpa.helpers.RPA
Send CTRL+Z to the current window.
pressCtrlZ() - Method in class com.workfusion.rpa.helpers.UiElement
Send CTRL+Z.
pressEnter() - Static method in class com.workfusion.rpa.helpers.RPA
Sends ENTER to the current window.
pressEnter() - Method in class com.workfusion.rpa.helpers.UiElement
Press ENTER.
pressEscape() - Static method in class com.workfusion.rpa.helpers.RPA
Sends ESCAPE to the current window.
pressEscape() - Method in class com.workfusion.rpa.helpers.UiElement
Press ESCAPE.
pressKey(CharSequence) - Method in class com.workfusion.rpa.helpers.RobotsKeyboard
Delegates execution to Keyboard.pressKey(CharSequence)
pressSpace() - Static method in class com.workfusion.rpa.helpers.RPA
Sends SPACE to the current window.
pressSpace() - Method in class com.workfusion.rpa.helpers.UiElement
Press SPACE.
pressTab() - Static method in class com.workfusion.rpa.helpers.RPA
Sends TAB to the current window.
pressTab() - Method in class com.workfusion.rpa.helpers.UiElement
Press TAB.
proccessImage(String, byte[]) - Static method in class com.workfusion.rpa.helpers.Ocr
Proccess image and return text from image as string.
proccessImage(String, String, byte[]) - Static method in class com.workfusion.rpa.helpers.Ocr
Proccess image and return text from image as string.
proccessImage(String, String, String, byte[]) - Static method in class com.workfusion.rpa.helpers.Ocr
Proccess image and return text from image as string.
proccessImage(String, int, int, int, int) - Static method in class com.workfusion.rpa.helpers.Ocr
Proccess image and return text from image as string.
proccessImage(String, String, int, int, int, int) - Static method in class com.workfusion.rpa.helpers.Ocr
Proccess image and return text from image as string.
proccessImage(String, String, String, int, int, int, int) - Static method in class com.workfusion.rpa.helpers.Ocr
Get image by coordinates and process image and return text from image as string.
proccessImage(String, String, String, String, byte[]) - Static method in class com.workfusion.rpa.helpers.Ocr
Proccess image and return text from image as string.
proccessImage(String, String, String, String, int, int, int, int) - Static method in class com.workfusion.rpa.helpers.Ocr
Get image by coordinates and process image and return text from image as string.

R

read(String, String) - Static method in class com.workfusion.rpa.helpers.Resource
Reads file content
READONLY - Static variable in class com.workfusion.rpa.helpers.UiConditions
Check if element has "readonly" attribute (with any value)
reduceSpaces(String) - Method in class com.workfusion.rpa.helpers.utils.Html
 
refresh() - Static method in class com.workfusion.rpa.helpers.RPA
Refreshes the current page
releaseKey(CharSequence) - Method in class com.workfusion.rpa.helpers.RobotsKeyboard
Delegates execution to Keyboard.pressKey(CharSequence)
Resource - Class in com.workfusion.rpa.helpers
This class adds static methods for work this file system.
right() - Method in class com.workfusion.rpa.helpers.UiElement
 
RobotClipboard - Class in com.workfusion.rpa.helpers
Provides the functionality related to the system clipboard
RobotClipboard() - Constructor for class com.workfusion.rpa.helpers.RobotClipboard
 
RobotsKeyboard - Class in com.workfusion.rpa.helpers
Wraps original driver's Keyboard and provides additional simplified methods like: RobotsKeyboard.sendKeys(CharSequence...) RobotsKeyboard.pressKey(CharSequence) RobotsKeyboard.releaseKey(CharSequence) and others
RobotsKeyboard(Keyboard) - Constructor for class com.workfusion.rpa.helpers.RobotsKeyboard
 
RobotsMouse - Class in com.workfusion.rpa.helpers
Wraps original driver's Mouse and provides additional simplified methods like: RobotsMouse.doubleClick(int, int) RobotsMouse.contextClick(Coordinates) RobotsMouse.mouseMove(int, int, int, int) and others
RobotsMouse(Mouse) - Constructor for class com.workfusion.rpa.helpers.RobotsMouse
Wraps driver's mouse to use simplified RPA methods on it
RPA - Class in com.workfusion.rpa.helpers
This class represents a simplified API for RPA.

S

S3 - Class in com.workfusion.rpa.helpers
This class adds static methods for work this S3.
S3_TIMEOUT - Static variable in class com.workfusion.rpa.helpers.S3
 
S3OverwriteStrategy - Enum in com.workfusion.rpa.helpers
Created by ksheleg on 3/22/2017.
saveExcel(String) - Static method in class com.workfusion.rpa.helpers.Excel
Save excel file.
saveExcel(String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Save excel as new file.
screenshotAsImage() - Static method in class com.workfusion.rpa.helpers.RPA
Takes a screenshot of the current window
Script - Class in com.workfusion.rpa.helpers
This class adds static methods for work this execute script functionality.
ScriptParams - Class in com.workfusion.rpa.helpers
This class represent wrapper and builder of variables for GROOVY script.
ScriptParams() - Constructor for class com.workfusion.rpa.helpers.ScriptParams
 
ScriptParams(Map<String, Object>) - Constructor for class com.workfusion.rpa.helpers.ScriptParams
 
ScriptParams(String, Object) - Constructor for class com.workfusion.rpa.helpers.ScriptParams
 
scriptTimeout(long) - Static method in class com.workfusion.rpa.helpers.RPA
Sets the maximum amount of time to wait for script execution
scrollDown(int) - Method in class com.workfusion.rpa.helpers.UiElement
Moves mouse cursor to the center of element and scrolls down number of times.
scrollTo() - Method in class com.workfusion.rpa.helpers.UiElement
Ask browser to scroll to this element
scrollUp(int) - Method in class com.workfusion.rpa.helpers.UiElement
Moves mouse cursor to the center of element and scrolls up number of times.
selectAllTextAndCopy() - Method in interface com.workfusion.rpa.helpers.Clipboard
Deprecated.
Select all text in current window and copies it to clipboard.
selectAllTextAndCopy() - Method in class com.workfusion.rpa.helpers.DesktopClipboard
Deprecated.
 
selectAllTextAndCopy() - Method in class com.workfusion.rpa.helpers.RobotClipboard
Select all text in current window and copies it to clipboard.
selectAllTextAndCopy() - Static method in class com.workfusion.rpa.helpers.RPA
Select all text in current window and copies it to clipboard.
selectAllTextAndCopy() - Method in class com.workfusion.rpa.helpers.UiElement
Sample: String selectedText = $("[CLASS:Edit; INSTANCE:1]") .append("some text") .selectAllTextAndCopy();
SELECTED - Static variable in class com.workfusion.rpa.helpers.UiConditions
Checks that element is selected
selectOption(int) - Method in class com.workfusion.rpa.helpers.UiElement
Select an option from dropdown list (by index)
selectOption(String) - Method in class com.workfusion.rpa.helpers.UiElement
Select an option from dropdown list (by text)
selectOptionByValue(String) - Method in class com.workfusion.rpa.helpers.UiElement
Select an option from dropdown list (by value)
sendKeys(CharSequence...) - Method in class com.workfusion.rpa.helpers.RobotsKeyboard
Sends a string to current window using keyboard.
sendKeys(Object) - Method in class com.workfusion.rpa.helpers.RobotsKeyboard
Sends a string to current window using keyboard.
sendKeys(Object) - Static method in class com.workfusion.rpa.helpers.RPA
Sends a string to current window using keyboard.
sendKeys(CharSequence...) - Static method in class com.workfusion.rpa.helpers.RPA
Sends a string to current window using keyboard.
sendKeys(CharSequence...) - Method in class com.workfusion.rpa.helpers.UiElement
 
sendKeys(Object) - Method in class com.workfusion.rpa.helpers.UiElement
 
sendToAgent(String) - Static method in class com.workfusion.rpa.helpers.RPA
Sends file to RPA Agent default temp folder.
sendToAgent(byte[]) - Static method in class com.workfusion.rpa.helpers.RPA
Sends file to RPA Agent default temp folder.
sendToAgent(String, String) - Static method in class com.workfusion.rpa.helpers.RPA
Sends file-data to RPA Agent.
sendToAgent(byte[], String) - Static method in class com.workfusion.rpa.helpers.RPA
Sends file-data to RPA Agent.
sendToAgent(byte[], String, String) - Static method in class com.workfusion.rpa.helpers.RPA
Sends file-data to RPA Agent, create temporary file
setActiveCell(String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Set active cell.
setActiveCell(String, ExcelCellPosition) - Static method in class com.workfusion.rpa.helpers.Excel
Set active cell.
setCell(String, ExcelCellPosition, String) - Static method in class com.workfusion.rpa.helpers.Excel
Set value of cell.
setCell(String, String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Set value of cell.
setCell(String, ExcelCellPosition, BigDecimal) - Static method in class com.workfusion.rpa.helpers.Excel
Set value of cell.
setCell(String, String, BigDecimal) - Static method in class com.workfusion.rpa.helpers.Excel
Set value of cell.
setCells(String, String, List<String>, boolean) - Static method in class com.workfusion.rpa.helpers.Excel
Set value of cell.
setClipboardText(String) - Method in class com.workfusion.rpa.helpers.RobotClipboard
Set text to clipboard
The same as CTRL + V
setClipboardText(String) - Static method in class com.workfusion.rpa.helpers.RPA
Sets text to RPA agent clipboard
setDriver(Driver) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
setFluentWaitPollingInterval(long) - Static method in class com.workfusion.rpa.helpers.RPA
Sets The frequency with which to check the condition, for example in:
setFluentWaitPollingInterval(long) - Method in class com.workfusion.rpa.helpers.utils.DriverContext
 
setFluentWaitTimeout(long) - Static method in class com.workfusion.rpa.helpers.RPA
Sets the maximum amount of time to wait for a condition, for example in:
setFluentWaitTimeout(long) - Method in class com.workfusion.rpa.helpers.utils.DriverContext
 
setImageMatchingOptions(Map<String, Object>) - Static method in class com.workfusion.rpa.helpers.RPA
Sets the Image Matching Options
setOption(String, boolean) - Static method in class com.workfusion.rpa.helpers.RPA
Sets an option related to a desktop driver
setRange(String, String, String, List<List<String>>) - Static method in class com.workfusion.rpa.helpers.Excel
Get values of the range
setRange(String, String, List<List<String>>) - Static method in class com.workfusion.rpa.helpers.Excel
Get values of the range
setReturnTypeAsJSON() - Static method in class com.workfusion.rpa.helpers.RPA
Sets an option returnType is JSON to a desktop driver
setReturnTypeAsString() - Static method in class com.workfusion.rpa.helpers.RPA
Sets an option returnType is STRING to a desktop driver
setSelected(boolean) - Method in class com.workfusion.rpa.helpers.UiElement
Set checkbox/radio state to CHECKED or UNCHECKED.
setText(Object) - Method in class com.workfusion.rpa.helpers.UiElement
Sets given text to a text field
setValue(Object) - Method in class com.workfusion.rpa.helpers.UiElement
Clear the text field and enter given text.
should(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
Checks that given element meets all of given conditions.
should(UiCondition...) - Method in class com.workfusion.rpa.helpers.UiElement
 
should(UiCondition, UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
 
shouldBe(UiCondition...) - Method in class com.workfusion.rpa.helpers.UiElement
shouldBe(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
 
shouldBe(UiCollectionCondition...) - Method in class com.workfusion.rpa.helpers.UiElementCollection
$$(".error").shouldBe(empty)
shouldHave(UiCondition...) - Method in class com.workfusion.rpa.helpers.UiElement
shouldHave(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
 
shouldHave(UiCollectionCondition...) - Method in class com.workfusion.rpa.helpers.UiElementCollection
$$(".error").shouldHave(size(3))
shouldHaveSize(int) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Checks is the collection is of given size
shouldNot(UiCondition...) - Method in class com.workfusion.rpa.helpers.UiElement
Checks that given element does not meet given conditions.
shouldNot(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
 
shouldNotBe(UiCondition...) - Method in class com.workfusion.rpa.helpers.UiElement
shouldNotBe(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
 
shouldNotHave(UiCondition...) - Method in class com.workfusion.rpa.helpers.UiElement
shouldNotHave(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
 
singleClick(int, int) - Method in class com.workfusion.rpa.helpers.UiElement
Single click the element.
singleClick() - Method in class com.workfusion.rpa.helpers.UiElement
Single click the element.
Size - Class in com.workfusion.rpa.helpers.conditions.collection
 
Size(int) - Constructor for class com.workfusion.rpa.helpers.conditions.collection.Size
 
size(int) - Static method in class com.workfusion.rpa.helpers.UiCollectionConditions
 
size() - Method in class com.workfusion.rpa.helpers.UiElementCollection
 
SizeGreaterThan - Class in com.workfusion.rpa.helpers.conditions.collection
 
SizeGreaterThan(int) - Constructor for class com.workfusion.rpa.helpers.conditions.collection.SizeGreaterThan
 
sizeGreaterThan(int) - Static method in class com.workfusion.rpa.helpers.UiCollectionConditions
 
SizeGreaterThanOrEqual - Class in com.workfusion.rpa.helpers.conditions.collection
 
SizeGreaterThanOrEqual(int) - Constructor for class com.workfusion.rpa.helpers.conditions.collection.SizeGreaterThanOrEqual
 
sizeGreaterThanOrEqual(int) - Static method in class com.workfusion.rpa.helpers.UiCollectionConditions
 
SizeLessThan - Class in com.workfusion.rpa.helpers.conditions.collection
 
SizeLessThan(int) - Constructor for class com.workfusion.rpa.helpers.conditions.collection.SizeLessThan
 
sizeLessThan(int) - Static method in class com.workfusion.rpa.helpers.UiCollectionConditions
 
SizeLessThanOrEqual - Class in com.workfusion.rpa.helpers.conditions.collection
 
SizeLessThanOrEqual(int) - Constructor for class com.workfusion.rpa.helpers.conditions.collection.SizeLessThanOrEqual
 
sizeLessThanOrEqual(int) - Static method in class com.workfusion.rpa.helpers.UiCollectionConditions
 
sizeNoMoreThan(long) - Method in class com.workfusion.rpa.helpers.resources.FilterBuilder
Filter files and/or folders by their size in kilobytes.
SizeNotEqual - Class in com.workfusion.rpa.helpers.conditions.collection
 
SizeNotEqual(int) - Constructor for class com.workfusion.rpa.helpers.conditions.collection.SizeNotEqual
 
sizeNotEqual(int) - Static method in class com.workfusion.rpa.helpers.UiCollectionConditions
 
sizeNotLessThan(long) - Method in class com.workfusion.rpa.helpers.resources.FilterBuilder
Filter files and/or folders by their size in kilobytes.
sleep(long) - Static method in class com.workfusion.rpa.helpers.RPA
Wait for a specified number of milliseconds before the next step.
stillExists() - Method in class com.workfusion.rpa.helpers.UiElement
Checks if element still exists on the current page.
submit() - Method in class com.workfusion.rpa.helpers.UiElement
 
SWITCH_WINDOW_TIMEOUT - Static variable in class com.workfusion.rpa.helpers.RPA
 
switchSendRawKeysMode(boolean) - Static method in class com.workfusion.rpa.helpers.RPA
Enables/disables sending keys as is (raw keys mode) or as with handling special keys (CTRL, SHIFT, etc).
switchSheet(String, int) - Static method in class com.workfusion.rpa.helpers.Excel
Select as active sheet by index.
switchSheet(String, String) - Static method in class com.workfusion.rpa.helpers.Excel
Select as active sheet by index.
switchTo() - Static method in class com.workfusion.rpa.helpers.RPA
Switch to window/tab/frame/parentFrame/innerFrame/alert.
switchToExistingWindow(String, Long) - Static method in class com.workfusion.rpa.helpers.RPA
Switches to a existing window with a specified title or descriptor Sample switchToExistingWindow("[CLASS:Notepad]", 100L)
switchToExistingWindow(String) - Static method in class com.workfusion.rpa.helpers.RPA
Switches to a existing window with a specified title or descriptor Sample switchToExistingWindow("[CLASS:Notepad]")
switchToLastWindow() - Static method in class com.workfusion.rpa.helpers.RPA
Deprecated.

As of Release 9.1, since window switching algorithm works by default with all opened windows

switchToNextWindow() - Static method in class com.workfusion.rpa.helpers.RPA
Deprecated.

As of Release 9.1, since window switching algorithm works by default with all opened windows

switchToPrevWindow() - Static method in class com.workfusion.rpa.helpers.RPA
Deprecated.

As of Release 9.1, since window switching algorithm works by default with all opened windows

switchToRootWindow() - Static method in class com.workfusion.rpa.helpers.RPA
Deprecated.

As of Release 9.1, since window switching algorithm works by default with all opened windows

T

text(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Asserts that element has specified text content
text(Object) - Method in class com.workfusion.rpa.helpers.UiElement
Driver Type: Desktop, Web
text() - Method in class com.workfusion.rpa.helpers.UiElement
Short form of getText()
text - Static variable in class com.workfusion.rpa.helpers.utils.Html
 
TextCaseInSensitive - Class in com.workfusion.rpa.helpers.conditions
 
TextCaseInSensitive(String, String) - Constructor for class com.workfusion.rpa.helpers.conditions.TextCaseInSensitive
 
textCaseInSensitive(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Asserts that element has specified text content
TextCaseSensitive - Class in com.workfusion.rpa.helpers.conditions
 
TextCaseSensitive(String, String) - Constructor for class com.workfusion.rpa.helpers.conditions.TextCaseSensitive
 
timeouts() - Static method in class com.workfusion.rpa.helpers.RPA
Driver Type: Desktop, Web
timeouts(long) - Static method in class com.workfusion.rpa.helpers.RPA
Sets the maximum amount of time to wait for: condition page load script to execute element search
title() - Static method in class com.workfusion.rpa.helpers.RPA
Returns the title of the current page.
toJson() - Method in class com.workfusion.rpa.helpers.PointedCoordinates
Converts PointedCoordinates object to JSON string
toMap() - Method in class com.workfusion.rpa.helpers.ScriptParams
Build map of variables for GROOVY script
top() - Method in class com.workfusion.rpa.helpers.UiElement
 
toSelectElement() - Method in class com.workfusion.rpa.helpers.UiElement
Converts UI element to Select
toString() - Method in class com.workfusion.rpa.helpers.conditions.AndUiCondition
 
toString() - Method in class com.workfusion.rpa.helpers.conditions.ExpectsAttribute
 
toString() - Method in class com.workfusion.rpa.helpers.conditions.ExpectsValue
 
toString() - Method in class com.workfusion.rpa.helpers.conditions.HasAttribute
 
toString() - Method in class com.workfusion.rpa.helpers.conditions.HasCssClass
 
toString() - Method in class com.workfusion.rpa.helpers.conditions.MatchRegexp
 
toString() - Method in class com.workfusion.rpa.helpers.conditions.OrUiCondition
 
toString() - Method in class com.workfusion.rpa.helpers.conditions.TextCaseInSensitive
 
toString() - Method in class com.workfusion.rpa.helpers.conditions.UiCondition
 
toString() - Method in class com.workfusion.rpa.helpers.conditions.Wrapper
 
toString() - Method in class com.workfusion.rpa.helpers.PointedCoordinates
Converts PointedCoordinates object to String
toString() - Method in class com.workfusion.rpa.helpers.selectors.ByText
 
toString() - Method in class com.workfusion.rpa.helpers.selectors.WithText
 
toString() - Method in class com.workfusion.rpa.helpers.UiElement
Displays WebElement in human-readable format.
toString() - Method in class com.workfusion.rpa.helpers.UiElementCollection
 
toString(Object) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
toString(Iterable) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
toString(Object...) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
toStringArray(Object) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
toStringArray(String) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
toStringArray(Iterable) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
toStringArray(Object...) - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
toWebElement() - Method in class com.workfusion.rpa.helpers.UiElement
 
tripleClick(Coordinates) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop
tripleClick(int, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Triple clicks on the point specified by coordinates.
tripleClick(int, int) - Method in class com.workfusion.rpa.helpers.UiElement
Triple click the element
tripleClick() - Method in class com.workfusion.rpa.helpers.UiElement
Triple click the element
type(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Asserts that element has given "type" attribute as substring

U

UiCollectionCondition - Class in com.workfusion.rpa.helpers.conditions.collection
 
UiCollectionCondition() - Constructor for class com.workfusion.rpa.helpers.conditions.collection.UiCollectionCondition
 
UiCollectionConditions - Class in com.workfusion.rpa.helpers
 
UiCondition - Class in com.workfusion.rpa.helpers.conditions
 
UiCondition(String) - Constructor for class com.workfusion.rpa.helpers.conditions.UiCondition
 
UiCondition(String, boolean) - Constructor for class com.workfusion.rpa.helpers.conditions.UiCondition
 
UiConditions - Class in com.workfusion.rpa.helpers
This class provides human-readable condition logic.
UiElement - Class in com.workfusion.rpa.helpers
This class wraps object of WebElement and provides new functionality.
UiElementCollection - Class in com.workfusion.rpa.helpers
This class wraps a list of UiElement and provides a new functionality.
UiSelectors - Class in com.workfusion.rpa.helpers
This class adds static methods for quick simplified creation of RPA selectors.
universalDriver() - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
uploadFileS3(String, String, String, String, String, String, String, S3OverwriteStrategy) - Static method in class com.workfusion.rpa.helpers.S3
Upload file to S3 bucket from local file
uploadFileS3(String, String, String, String, String, String, String, S3OverwriteStrategy, long) - Static method in class com.workfusion.rpa.helpers.S3
Upload file to S3 bucket from local file

V

val(Object) - Method in class com.workfusion.rpa.helpers.UiElement
Driver Type: Desktop, Web
val() - Method in class com.workfusion.rpa.helpers.UiElement
Get the "value" attribute of the element Same as #getValue()
value() - Method in enum com.workfusion.rpa.helpers.LogType
 
value(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
Asserts that element has given "value" attribute as substring
valueOf(String) - Static method in enum com.workfusion.rpa.helpers.ExcelCellPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.workfusion.rpa.helpers.ExcelColumnRowPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.workfusion.rpa.helpers.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.workfusion.rpa.helpers.S3OverwriteStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.workfusion.rpa.helpers.ExcelCellPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.workfusion.rpa.helpers.ExcelColumnRowPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.workfusion.rpa.helpers.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.workfusion.rpa.helpers.S3OverwriteStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
VISIBLE - Static variable in class com.workfusion.rpa.helpers.UiConditions
Checks that element is visible Sample $("input").shouldBe(VISIBLE);

W

Wait() - Static method in class com.workfusion.rpa.helpers.RPA
Deprecated.

As of Release 9.2, please use fluentWait() instead

waitUntil(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
Wait until given element meets given conditions.
waitUntil(UiCondition, long) - Method in class com.workfusion.rpa.helpers.UiElement
Wait until given element meets given conditions.
waitUntil(UiCondition, long, long) - Method in class com.workfusion.rpa.helpers.UiElement
Wait until given element meets given conditions.
waitUntil(UiCollectionCondition) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Wait until given collection meets given conditions.
waitUntil(UiCollectionCondition, long) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Wait until given collection meets given conditions.
waitUntil(UiCollectionCondition, long, long) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Wait until given collection meets given conditions.
waitWhile(UiCondition) - Method in class com.workfusion.rpa.helpers.UiElement
Wait while given element meets given conditions.
waitWhile(UiCondition, long) - Method in class com.workfusion.rpa.helpers.UiElement
Wait while given element meets given conditions.
waitWhile(UiCondition, long, long) - Method in class com.workfusion.rpa.helpers.UiElement
Wait while given element meets given conditions.
waitWhile(UiCollectionCondition) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Wait while given collection meets given conditions.
waitWhile(UiCollectionCondition, long) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Wait while given collection meets given conditions.
waitWhile(UiCollectionCondition, long, long) - Method in class com.workfusion.rpa.helpers.UiElementCollection
Wait while given collection meets given conditions.
webDriver() - Static method in class com.workfusion.rpa.helpers.utils.ApiUtils
 
wheelClick(Coordinates) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop
wheelClick(int, int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Clicks wheel on the point specified by coordinates.
wheelClick(int, int) - Method in class com.workfusion.rpa.helpers.UiElement
Wheel click on the element
wheelClick() - Method in class com.workfusion.rpa.helpers.UiElement
Wheel click on the element
wheelDown(int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop
wheelUp(int) - Method in class com.workfusion.rpa.helpers.RobotsMouse
Driver Type: Desktop
window() - Static method in class com.workfusion.rpa.helpers.RPA
Returns the current window Sample window().fullscreen();
window(String) - Static method in class com.workfusion.rpa.helpers.RPA
Switches to a window with a specified title or descriptor Sample window("[CLASS:Notepad]")
Window - Class in com.workfusion.rpa.helpers
This class adds methods for work with windows.
windowHandles(String) - Static method in class com.workfusion.rpa.helpers.Window
This method return set of window handles by selector.
WithText - Class in com.workfusion.rpa.helpers.selectors
 
WithText(String) - Constructor for class com.workfusion.rpa.helpers.selectors.WithText
 
withText(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
Find element CONTAINING given text (as a substring) NB! It seems that Selenium WebDriver does not support i18n characters in XPath :(
wrap(String, UiCondition) - Static method in class com.workfusion.rpa.helpers.conditions.Wrapper
 
Wrapper - Class in com.workfusion.rpa.helpers.conditions
 
Wrapper(String, UiCondition) - Constructor for class com.workfusion.rpa.helpers.conditions.Wrapper
 

Z

zoom(double) - Static method in class com.workfusion.rpa.helpers.RPA
Zoom the current page (in or out).
$ A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links
WorkFusion Machine Configs API

Copyright 2016, WorkFusion, Inc.