- back() - Static method in class com.workfusion.rpa.helpers.RPA
-
Desktop: moves back to preview window in desktopDriver history
- be(UiCondition) - Static method in class com.workfusion.rpa.helpers.UiConditions
-
Used to form human-readable condition expression
Example element.should(be(VISIBLE),have(text("abc"))
- bottom() - Method in class com.workfusion.rpa.helpers.UiElement
-
- by(String, String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
Synonym for #byAttribute
Seems to work incorrectly in HtmlUnit and PhantomJS if attribute name contains dash (e.g.
- byAttribute(String, String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
Find elements having attribute with given value.
- byClassName(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
- byCssSelector(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
- byId(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
- ByImage - Class in com.workfusion.rpa.helpers.selectors
-
- ByImage(String) - Constructor for class com.workfusion.rpa.helpers.selectors.ByImage
-
- ByImage(String, int, int) - Constructor for class com.workfusion.rpa.helpers.selectors.ByImage
-
- byImage(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
Finds the first image element matching given URL.
- byImage(String, int, int) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
Finds the first image element matching given URL.
- byLinkText(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
- byName(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
- byPartialLinkText(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
- byTagName(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
- ByText - Class in com.workfusion.rpa.helpers.selectors
-
- ByText(String) - Constructor for class com.workfusion.rpa.helpers.selectors.ByText
-
- byText(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
Find element that has EXACTLY this text
NB! It seems that Selenium WebDriver does not support i18n characters in XPath :(
- byTitle(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
Find element with given title ("title" attribute)
- byValue(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-
Find input element with given value ("value" attribute)
- byXpath(String) - Static method in class com.workfusion.rpa.helpers.UiSelectors
-