- Wait() - Static method in class com.workfusion.rpa.helpers.RPA
-
- 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
-
Deprecated.
- Wrapper - Class in com.workfusion.rpa.helpers.conditions
-
- Wrapper(String, UiCondition) - Constructor for class com.workfusion.rpa.helpers.conditions.Wrapper
-
Deprecated.