-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
ExpectedConditions
-
Methods
-
ElementToBeSelected(By)
ElementToBeSelected(By) Method
Definition
An expectation for checking that an element is selected.
public static Func<AvaloniaDriver, bool> ElementToBeSelected(By locator)
Parameters
- locator
- By
The locator to find the element.
Returns