ElementToBeClickable(By) Method

Definition

Assembly HeadlessTestingFramework.dll

An expectation for checking that an element is present, visible, and enabled.

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

Parameters

locator
By

The locator to find the element.

Returns

Func<AvaloniaDriver, AvaloniaElement>
The element when clickable.