| Package | Description |
|---|---|
| com.workfusion.rpa.helpers |
| Modifier and Type | Method and Description |
|---|---|
static UiElementCollection |
RPA.$$(By seleniumSelector)
Find all elements matching given descriptor.
|
UiElementCollection |
UiElement.$$(By selector)
Driver Type: Desktop, Web
|
static UiElementCollection |
RPA.$$(java.util.Collection<? extends WebElement> elements)
Initializes collection with Elements
|
static UiElementCollection |
RPA.$$(java.lang.String cssSelector)
Finds all elements matching given CSS selector.
|
UiElementCollection |
UiElement.$$(java.lang.String cssSelector)
Driver Type: Desktop, Web
|
UiElementCollection |
UiElementCollection.exclude(com.workfusion.rpa.helpers.conditionsnative.UiCondition condition)
Filters elements excluding those which met the given condition
|
UiElementCollection |
UiElementCollection.excludeWith(com.workfusion.rpa.helpers.conditionsnative.UiCondition condition)
Filters elements excluding those which met the given condition
|
UiElementCollection |
UiElementCollection.filter(com.workfusion.rpa.helpers.conditionsnative.UiCondition condition)
Filters collection elements based on the given condition
|
UiElementCollection |
UiElementCollection.filterBy(com.workfusion.rpa.helpers.conditionsnative.UiCondition condition)
Filters collection elements based on the given condition
|
UiElementCollection |
UiElement.findAll(By selector)
Short form of
webDriver.findElements(thisElement, selector) |
UiElementCollection |
UiElement.findAll(java.lang.String cssSelector)
Short form of
webDriver.findElements(thisElement, By.cssSelector(cssSelector)) |
static UiElementCollection |
RPA.getElements(By criteria)
Finds all elements matching given descriptor
|
UiElementCollection |
UiElementCollection.shouldBe(com.workfusion.rpa.helpers.conditionsnative.collection.UiCollectionCondition... conditions)
$$(".error").shouldBe(empty)
|
UiElementCollection |
UiElementCollection.shouldHave(com.workfusion.rpa.helpers.conditionsnative.collection.UiCollectionCondition... conditions)
$$(".error").shouldHave(size(3))
|
UiElementCollection |
UiElementCollection.shouldHaveSize(int expectedSize)
Checks is the collection is of given size
|
UiElementCollection |
UiElementCollection.waitUntil(com.workfusion.rpa.helpers.conditionsnative.collection.UiCollectionCondition condition)
Wait until given collection meets given conditions.
|
UiElementCollection |
UiElementCollection.waitUntil(com.workfusion.rpa.helpers.conditionsnative.collection.UiCollectionCondition condition,
long timeoutMilliseconds)
Wait until given collection meets given conditions.
|
UiElementCollection |
UiElementCollection.waitUntil(com.workfusion.rpa.helpers.conditionsnative.collection.UiCollectionCondition condition,
long timeoutMilliseconds,
long pollingIntervalMilliseconds)
Wait until given collection meets given conditions.
|
UiElementCollection |
UiElementCollection.waitWhile(com.workfusion.rpa.helpers.conditionsnative.collection.UiCollectionCondition condition)
Wait while given collection meets given conditions.
|
UiElementCollection |
UiElementCollection.waitWhile(com.workfusion.rpa.helpers.conditionsnative.collection.UiCollectionCondition condition,
long timeoutMilliseconds)
Wait while given collection meets given conditions.
|
UiElementCollection |
UiElementCollection.waitWhile(com.workfusion.rpa.helpers.conditionsnative.collection.UiCollectionCondition condition,
long timeoutMilliseconds,
long pollingIntervalMilliseconds)
Wait while given collection meets given conditions.
|
Copyright © 2024 WorkFusion, Inc. All rights reserved.