- 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, 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
-
- 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"));