-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
ExpectedConditions
-
Methods
-
AttributeToBeNotEmpty(By, String)
AttributeToBeNotEmpty(By, String) Method
Definition
An expectation for checking that an element's attribute is not empty.
public static Func<AvaloniaDriver, bool> AttributeToBeNotEmpty(By locator, string attribute)
Parameters
- locator
- By
The locator to find the element.
- attribute
- String
The attribute name.
Returns