- val(Object) - Method in class com.workfusion.rpa.helpers.UiElement
-
Driver Type: Desktop, Web
- val() - Method in class com.workfusion.rpa.helpers.UiElement
-
Get the "value" attribute of the element
Same as #getValue()
- value() - Method in enum com.workfusion.rpa.helpers.LogType
-
- value(String) - Static method in class com.workfusion.rpa.helpers.UiConditions
-
Asserts that element has given "value" attribute as substring
- valueOf(String) - Static method in enum com.workfusion.rpa.helpers.ExcelCellPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.rpa.helpers.ExcelColumnRowPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.rpa.helpers.LogType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.rpa.helpers.S3OverwriteStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.workfusion.rpa.helpers.ExcelCellPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.rpa.helpers.ExcelColumnRowPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.rpa.helpers.LogType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.rpa.helpers.S3OverwriteStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VISIBLE - Static variable in class com.workfusion.rpa.helpers.UiConditions
-
Checks that element is visible
Sample
$("input").shouldBe(VISIBLE);