-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
WaitHelper
-
Methods
-
ForTextAsync(Control, String, String?)
ForTextAsync(Control, String, String?) Method
Definition
Waits for text content to match.
public Task ForTextAsync(Control element, string expectedText, string? message = null)
Parameters
- expectedText
- String
The expected text.
- message
- String
Optional message for timeout exception.
Returns