TitleContains(String) Method

Definition

Assembly HeadlessTestingFramework.dll

An expectation for checking that the window title contains text.

public static Func<AvaloniaDriver, bool> TitleContains(string text)

Parameters

text
String

The text to search for.

Returns

Func<AvaloniaDriver, Boolean>
True when the title contains the text.