- $(WebElement) - Static method in class com.workfusion.rpa.helpers.RPA
-
Wraps standard Selenium WebElement into UiElement
to use additional methods like shouldHave(), selectOption(), etc.
- $(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) - 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