VisibilityOfAllElements(By) Method

Definition

Assembly HeadlessTestingFramework.dll

An expectation for checking that all elements matching the locator are visible.

public static Func<AvaloniaDriver, IReadOnlyList<AvaloniaElement>> VisibilityOfAllElements(By locator)

Parameters

locator
By

The locator to find elements.

Returns