@Deprecated public class Wrapper extends UiCondition
| Constructor and Description |
|---|
Wrapper(java.lang.String prefix,
UiCondition delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
actualValue(WebElement element)
Deprecated.
If element didn't match the condition, returns the actual value of element.
|
boolean |
apply(WebElement element)
Deprecated.
Check if given element matches this condition.
|
java.lang.String |
toString()
Deprecated.
|
static UiCondition |
wrap(java.lang.String prefix,
UiCondition delegate)
Deprecated.
|
applyNull, fail, getNamepublic Wrapper(java.lang.String prefix,
UiCondition delegate)
public boolean apply(WebElement element)
UiConditionapply in class UiConditionelement - given WebElementpublic java.lang.String actualValue(WebElement element)
com.workfusion.rpa.helpers.conditionsnative.UiConditionactualValue in class com.workfusion.rpa.helpers.conditionsnative.UiConditionelement - given WebElementpublic java.lang.String toString()
toString in class com.workfusion.rpa.helpers.conditionsnative.UiConditionpublic static UiCondition wrap(java.lang.String prefix, UiCondition delegate)
Copyright © 2024 WorkFusion, Inc. All rights reserved.