- 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.