- 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
-
- sendKeysWithFocus(Object) - Method in class com.workfusion.rpa.helpers.UiElement
-
It scrolls to the element, moves cursor to it and then performs sendKeys.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
- switchToNextWindow() - Static method in class com.workfusion.rpa.helpers.RPA
-
- switchToPrevWindow() - Static method in class com.workfusion.rpa.helpers.RPA
-
- switchToRootWindow() - Static method in class com.workfusion.rpa.helpers.RPA
-